From b074fbc5bab82c9b1e874d249c7e5e44f75077a8 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 26 Jun 2019 10:56:17 +0100 Subject: [PATCH] ONAP: Moving ONAP policy repositories under onap namespace - aai/oom - aai/schema-service - appc/cdt - appc/deployment - appc/parent - ccsdk/apps - dcaegen2/collectors - dcaegen2/deployments - dcaegen2/services/prh - dmaap/buscontroller - dmaap/dbcapi - portal - sdnc/oam - testsuite - vid Change-Id: I8238bb8525e3a6a4505bede4cfbc03bc5436e8c6 --- .../aai-oom/aai-oom-push-upstream-jobs.yaml | 31 +++++++++++++++++ jjb/onap/aai-oom/aai-oom-rebase-jobs.yaml | 33 +++++++++++++++++++ ...aai-schema-service-push-upstream-jobs.yaml | 2 +- .../aai-schema-service-rebase-jobs.yaml | 2 +- .../aai-schema-service-verify-jobs.yaml | 2 +- .../appc-cdt-push-upstream-jobs.yaml | 2 +- .../appc-cdt}/appc-cdt-rebase-jobs.yaml | 2 +- .../appc-cdt}/appc-cdt-verify-jobs.yaml | 2 +- .../appc-deployment-push-upstream-jobs.yaml | 2 +- .../appc-deployment-rebase-jobs.yaml | 2 +- .../appc-deployment-verify-jobs.yaml | 2 +- .../appc-parent-push-upstream-jobs.yaml | 2 +- .../appc-parent}/appc-parent-rebase-jobs.yaml | 2 +- .../appc-parent}/appc-parent-verify-jobs.yaml | 2 +- .../ccsdk-apps-push-upstream-jobs.yaml | 2 +- .../ccsdk-apps}/ccsdk-apps-rebase-jobs.yaml | 2 +- .../ccsdk-apps}/ccsdk-apps-verify-jobs.yaml | 2 +- ...ollectors-datafile-push-upstream-jobs.yaml | 2 +- ...egen2-collectors-datafile-rebase-jobs.yaml | 2 +- ...egen2-collectors-datafile-verify-jobs.yaml | 2 +- .../dcaegen2-deployments-push-upstream.yaml | 2 +- .../dcaegen2-deployments-rebase-jobs.yaml | 2 +- ...egen2-services-prh-push-upstream-jobs.yaml | 30 +++++++++++++++++ .../dcaegen2-services-prh-rebase-jobs.yaml | 33 +++++++++++++++++++ .../dcaegen2-services-prh-verify-jobs.yaml | 33 +++++++++++++++++++ ...maap-buscontroller-push-upstream-jobs.yaml | 2 +- .../dmaap-buscontroller-rebase-jobs.yaml | 2 +- .../dmaap-buscontroller-verify-jobs.yaml | 2 +- .../dmaap-dbcapi-push-upstream-jobs.yaml | 2 +- .../dmaap-dbcapi-rebase-jobs.yaml | 2 +- .../dmaap-dbcapi-verify-jobs.yaml | 2 +- .../portal/portal-push-upstream-jobs.yaml | 30 +++++++++++++++++ jjb/onap/portal/portal-rebase-jobs.yaml | 32 ++++++++++++++++++ jjb/onap/portal/portal-verify-jobs.yaml | 33 +++++++++++++++++++ .../sdnc-oam}/sdnc-oam-push-upstream.yaml | 2 +- .../sdnc-oam}/sdnc-oam-rebase.yaml | 2 +- .../sdnc-oam}/sdnc-oam-verify.yaml | 2 +- .../testsuite-push-upstream-jobs.yaml | 2 +- .../testsuite/testsuite-rebase-jobs.yaml | 2 +- jjb/onap/vid/vid-push-upstream-jobs.yaml | 30 +++++++++++++++++ jjb/onap/vid/vid-rebase-jobs.yaml | 32 ++++++++++++++++++ jjb/onap/vid/vid-verify-jobs.yaml | 33 +++++++++++++++++++ 42 files changed, 381 insertions(+), 31 deletions(-) create mode 100644 jjb/onap/aai-oom/aai-oom-push-upstream-jobs.yaml create mode 100644 jjb/onap/aai-oom/aai-oom-rebase-jobs.yaml rename jjb/{aai => onap/aai-schema-service}/aai-schema-service-push-upstream-jobs.yaml (95%) rename jjb/{aai => onap/aai-schema-service}/aai-schema-service-rebase-jobs.yaml (96%) rename jjb/{aai => onap/aai-schema-service}/aai-schema-service-verify-jobs.yaml (95%) rename jjb/{appc => onap/appc-cdt}/appc-cdt-push-upstream-jobs.yaml (95%) rename jjb/{appc => onap/appc-cdt}/appc-cdt-rebase-jobs.yaml (96%) rename jjb/{appc => onap/appc-cdt}/appc-cdt-verify-jobs.yaml (95%) rename jjb/{appc => onap/appc-deployment}/appc-deployment-push-upstream-jobs.yaml (95%) rename jjb/{appc => onap/appc-deployment}/appc-deployment-rebase-jobs.yaml (96%) rename jjb/{appc => onap/appc-deployment}/appc-deployment-verify-jobs.yaml (95%) rename jjb/{appc => onap/appc-parent}/appc-parent-push-upstream-jobs.yaml (95%) rename jjb/{appc => onap/appc-parent}/appc-parent-rebase-jobs.yaml (96%) rename jjb/{appc => onap/appc-parent}/appc-parent-verify-jobs.yaml (95%) rename jjb/{ccsdk => onap/ccsdk-apps}/ccsdk-apps-push-upstream-jobs.yaml (95%) rename jjb/{ccsdk => onap/ccsdk-apps}/ccsdk-apps-rebase-jobs.yaml (96%) rename jjb/{ccsdk => onap/ccsdk-apps}/ccsdk-apps-verify-jobs.yaml (95%) rename jjb/{dcaegen2 => onap/dcaegen2-collectors}/dcaegen2-collectors-datafile-push-upstream-jobs.yaml (95%) rename jjb/{dcaegen2 => onap/dcaegen2-collectors}/dcaegen2-collectors-datafile-rebase-jobs.yaml (89%) rename jjb/{dcaegen2 => onap/dcaegen2-collectors}/dcaegen2-collectors-datafile-verify-jobs.yaml (89%) rename jjb/{dcaegen2 => onap/dcaegen2-deployments}/dcaegen2-deployments-push-upstream.yaml (95%) rename jjb/{dcaegen2 => onap/dcaegen2-deployments}/dcaegen2-deployments-rebase-jobs.yaml (96%) create mode 100644 jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-verify-jobs.yaml rename jjb/{dmaap => onap/dmaap-buscontroller}/dmaap-buscontroller-push-upstream-jobs.yaml (95%) rename jjb/{dmaap => onap/dmaap-buscontroller}/dmaap-buscontroller-rebase-jobs.yaml (96%) rename jjb/{dmaap => onap/dmaap-buscontroller}/dmaap-buscontroller-verify-jobs.yaml (96%) rename jjb/{dmaap => onap/dmaap-dbcapi}/dmaap-dbcapi-push-upstream-jobs.yaml (95%) rename jjb/{dmaap => onap/dmaap-dbcapi}/dmaap-dbcapi-rebase-jobs.yaml (96%) rename jjb/{dmaap => onap/dmaap-dbcapi}/dmaap-dbcapi-verify-jobs.yaml (95%) create mode 100644 jjb/onap/portal/portal-push-upstream-jobs.yaml create mode 100644 jjb/onap/portal/portal-rebase-jobs.yaml create mode 100644 jjb/onap/portal/portal-verify-jobs.yaml rename jjb/{sdnc => onap/sdnc-oam}/sdnc-oam-push-upstream.yaml (95%) rename jjb/{sdnc => onap/sdnc-oam}/sdnc-oam-rebase.yaml (96%) rename jjb/{sdnc => onap/sdnc-oam}/sdnc-oam-verify.yaml (95%) rename jjb/{ => onap}/testsuite/testsuite-push-upstream-jobs.yaml (95%) rename jjb/{ => onap}/testsuite/testsuite-rebase-jobs.yaml (96%) create mode 100644 jjb/onap/vid/vid-push-upstream-jobs.yaml create mode 100644 jjb/onap/vid/vid-rebase-jobs.yaml create mode 100644 jjb/onap/vid/vid-verify-jobs.yaml diff --git a/jjb/onap/aai-oom/aai-oom-push-upstream-jobs.yaml b/jjb/onap/aai-oom/aai-oom-push-upstream-jobs.yaml new file mode 100644 index 00000000..a657a165 --- /dev/null +++ b/jjb/onap/aai-oom/aai-oom-push-upstream-jobs.yaml @@ -0,0 +1,31 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# + +# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. +- project: + name: aai-oom-push-upstream + project: aai/oom + project-name: aai-oom + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/aai-oom/aai-oom-rebase-jobs.yaml b/jjb/onap/aai-oom/aai-oom-rebase-jobs.yaml new file mode 100644 index 00000000..79a59942 --- /dev/null +++ b/jjb/onap/aai-oom/aai-oom-rebase-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# + +# this job gets triggered when a change is merged to +# aai/oom project on ONAP Gerrit. +- project: + name: aai-oom-rebase + project: aai/oom + project-name: aai-oom + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/aai/aai-schema-service-push-upstream-jobs.yaml b/jjb/onap/aai-schema-service/aai-schema-service-push-upstream-jobs.yaml similarity index 95% rename from jjb/aai/aai-schema-service-push-upstream-jobs.yaml rename to jjb/onap/aai-schema-service/aai-schema-service-push-upstream-jobs.yaml index 66a01708..fb4904aa 100644 --- a/jjb/aai/aai-schema-service-push-upstream-jobs.yaml +++ b/jjb/onap/aai-schema-service/aai-schema-service-push-upstream-jobs.yaml @@ -28,4 +28,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/aai/aai-schema-service-rebase-jobs.yaml b/jjb/onap/aai-schema-service/aai-schema-service-rebase-jobs.yaml similarity index 96% rename from jjb/aai/aai-schema-service-rebase-jobs.yaml rename to jjb/onap/aai-schema-service/aai-schema-service-rebase-jobs.yaml index d5a0a4b4..02fd5437 100644 --- a/jjb/aai/aai-schema-service-rebase-jobs.yaml +++ b/jjb/onap/aai-schema-service/aai-schema-service-rebase-jobs.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/aai/aai-schema-service-verify-jobs.yaml b/jjb/onap/aai-schema-service/aai-schema-service-verify-jobs.yaml similarity index 95% rename from jjb/aai/aai-schema-service-verify-jobs.yaml rename to jjb/onap/aai-schema-service/aai-schema-service-verify-jobs.yaml index 2c02399e..fa02fbba 100644 --- a/jjb/aai/aai-schema-service-verify-jobs.yaml +++ b/jjb/onap/aai-schema-service/aai-schema-service-verify-jobs.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/appc/appc-cdt-push-upstream-jobs.yaml b/jjb/onap/appc-cdt/appc-cdt-push-upstream-jobs.yaml similarity index 95% rename from jjb/appc/appc-cdt-push-upstream-jobs.yaml rename to jjb/onap/appc-cdt/appc-cdt-push-upstream-jobs.yaml index a2b27ead..d2ae5e16 100644 --- a/jjb/appc/appc-cdt-push-upstream-jobs.yaml +++ b/jjb/onap/appc-cdt/appc-cdt-push-upstream-jobs.yaml @@ -28,4 +28,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/appc/appc-cdt-rebase-jobs.yaml b/jjb/onap/appc-cdt/appc-cdt-rebase-jobs.yaml similarity index 96% rename from jjb/appc/appc-cdt-rebase-jobs.yaml rename to jjb/onap/appc-cdt/appc-cdt-rebase-jobs.yaml index bfc42118..1de1e61b 100644 --- a/jjb/appc/appc-cdt-rebase-jobs.yaml +++ b/jjb/onap/appc-cdt/appc-cdt-rebase-jobs.yaml @@ -32,4 +32,4 @@ # branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/appc/appc-cdt-verify-jobs.yaml b/jjb/onap/appc-cdt/appc-cdt-verify-jobs.yaml similarity index 95% rename from jjb/appc/appc-cdt-verify-jobs.yaml rename to jjb/onap/appc-cdt/appc-cdt-verify-jobs.yaml index d8fb3762..25638b5f 100644 --- a/jjb/appc/appc-cdt-verify-jobs.yaml +++ b/jjb/onap/appc-cdt/appc-cdt-verify-jobs.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/appc/appc-deployment-push-upstream-jobs.yaml b/jjb/onap/appc-deployment/appc-deployment-push-upstream-jobs.yaml similarity index 95% rename from jjb/appc/appc-deployment-push-upstream-jobs.yaml rename to jjb/onap/appc-deployment/appc-deployment-push-upstream-jobs.yaml index 939bb575..9d9e5d2b 100644 --- a/jjb/appc/appc-deployment-push-upstream-jobs.yaml +++ b/jjb/onap/appc-deployment/appc-deployment-push-upstream-jobs.yaml @@ -28,4 +28,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/appc/appc-deployment-rebase-jobs.yaml b/jjb/onap/appc-deployment/appc-deployment-rebase-jobs.yaml similarity index 96% rename from jjb/appc/appc-deployment-rebase-jobs.yaml rename to jjb/onap/appc-deployment/appc-deployment-rebase-jobs.yaml index 28803853..64c59bc5 100644 --- a/jjb/appc/appc-deployment-rebase-jobs.yaml +++ b/jjb/onap/appc-deployment/appc-deployment-rebase-jobs.yaml @@ -32,4 +32,4 @@ # branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/appc/appc-deployment-verify-jobs.yaml b/jjb/onap/appc-deployment/appc-deployment-verify-jobs.yaml similarity index 95% rename from jjb/appc/appc-deployment-verify-jobs.yaml rename to jjb/onap/appc-deployment/appc-deployment-verify-jobs.yaml index 71ca1793..1c762aed 100644 --- a/jjb/appc/appc-deployment-verify-jobs.yaml +++ b/jjb/onap/appc-deployment/appc-deployment-verify-jobs.yaml @@ -31,5 +31,5 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/appc/appc-parent-push-upstream-jobs.yaml b/jjb/onap/appc-parent/appc-parent-push-upstream-jobs.yaml similarity index 95% rename from jjb/appc/appc-parent-push-upstream-jobs.yaml rename to jjb/onap/appc-parent/appc-parent-push-upstream-jobs.yaml index a3ae79c6..ae745cba 100644 --- a/jjb/appc/appc-parent-push-upstream-jobs.yaml +++ b/jjb/onap/appc-parent/appc-parent-push-upstream-jobs.yaml @@ -28,4 +28,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/appc/appc-parent-rebase-jobs.yaml b/jjb/onap/appc-parent/appc-parent-rebase-jobs.yaml similarity index 96% rename from jjb/appc/appc-parent-rebase-jobs.yaml rename to jjb/onap/appc-parent/appc-parent-rebase-jobs.yaml index a9410c8f..7bb12a7a 100644 --- a/jjb/appc/appc-parent-rebase-jobs.yaml +++ b/jjb/onap/appc-parent/appc-parent-rebase-jobs.yaml @@ -32,4 +32,4 @@ # branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/appc/appc-parent-verify-jobs.yaml b/jjb/onap/appc-parent/appc-parent-verify-jobs.yaml similarity index 95% rename from jjb/appc/appc-parent-verify-jobs.yaml rename to jjb/onap/appc-parent/appc-parent-verify-jobs.yaml index b8065312..85429501 100644 --- a/jjb/appc/appc-parent-verify-jobs.yaml +++ b/jjb/onap/appc-parent/appc-parent-verify-jobs.yaml @@ -31,5 +31,5 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/ccsdk/ccsdk-apps-push-upstream-jobs.yaml b/jjb/onap/ccsdk-apps/ccsdk-apps-push-upstream-jobs.yaml similarity index 95% rename from jjb/ccsdk/ccsdk-apps-push-upstream-jobs.yaml rename to jjb/onap/ccsdk-apps/ccsdk-apps-push-upstream-jobs.yaml index ebb91710..61c09917 100644 --- a/jjb/ccsdk/ccsdk-apps-push-upstream-jobs.yaml +++ b/jjb/onap/ccsdk-apps/ccsdk-apps-push-upstream-jobs.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/ccsdk/ccsdk-apps-rebase-jobs.yaml b/jjb/onap/ccsdk-apps/ccsdk-apps-rebase-jobs.yaml similarity index 96% rename from jjb/ccsdk/ccsdk-apps-rebase-jobs.yaml rename to jjb/onap/ccsdk-apps/ccsdk-apps-rebase-jobs.yaml index 4ff9a9ac..c2e398f6 100644 --- a/jjb/ccsdk/ccsdk-apps-rebase-jobs.yaml +++ b/jjb/onap/ccsdk-apps/ccsdk-apps-rebase-jobs.yaml @@ -32,4 +32,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/ccsdk/ccsdk-apps-verify-jobs.yaml b/jjb/onap/ccsdk-apps/ccsdk-apps-verify-jobs.yaml similarity index 95% rename from jjb/ccsdk/ccsdk-apps-verify-jobs.yaml rename to jjb/onap/ccsdk-apps/ccsdk-apps-verify-jobs.yaml index 1cddf220..f9ac0e0f 100644 --- a/jjb/ccsdk/ccsdk-apps-verify-jobs.yaml +++ b/jjb/onap/ccsdk-apps/ccsdk-apps-verify-jobs.yaml @@ -34,4 +34,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/dcaegen2/dcaegen2-collectors-datafile-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-push-upstream-jobs.yaml similarity index 95% rename from jjb/dcaegen2/dcaegen2-collectors-datafile-push-upstream-jobs.yaml rename to jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-push-upstream-jobs.yaml index 843067ca..eff3bcd9 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-datafile-push-upstream-jobs.yaml +++ b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-push-upstream-jobs.yaml @@ -29,4 +29,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/dcaegen2/dcaegen2-collectors-datafile-rebase-jobs.yaml b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-rebase-jobs.yaml similarity index 89% rename from jjb/dcaegen2/dcaegen2-collectors-datafile-rebase-jobs.yaml rename to jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-rebase-jobs.yaml index ef19d1f9..d2c32c2f 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-datafile-rebase-jobs.yaml +++ b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-rebase-jobs.yaml @@ -18,4 +18,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/dcaegen2/dcaegen2-collectors-datafile-verify-jobs.yaml b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-verify-jobs.yaml similarity index 89% rename from jjb/dcaegen2/dcaegen2-collectors-datafile-verify-jobs.yaml rename to jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-verify-jobs.yaml index 9f7b3726..8cd72667 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-datafile-verify-jobs.yaml +++ b/jjb/onap/dcaegen2-collectors/dcaegen2-collectors-datafile-verify-jobs.yaml @@ -20,4 +20,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/dcaegen2/dcaegen2-deployments-push-upstream.yaml b/jjb/onap/dcaegen2-deployments/dcaegen2-deployments-push-upstream.yaml similarity index 95% rename from jjb/dcaegen2/dcaegen2-deployments-push-upstream.yaml rename to jjb/onap/dcaegen2-deployments/dcaegen2-deployments-push-upstream.yaml index 420544df..1099dd78 100644 --- a/jjb/dcaegen2/dcaegen2-deployments-push-upstream.yaml +++ b/jjb/onap/dcaegen2-deployments/dcaegen2-deployments-push-upstream.yaml @@ -27,4 +27,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/dcaegen2/dcaegen2-deployments-rebase-jobs.yaml b/jjb/onap/dcaegen2-deployments/dcaegen2-deployments-rebase-jobs.yaml similarity index 96% rename from jjb/dcaegen2/dcaegen2-deployments-rebase-jobs.yaml rename to jjb/onap/dcaegen2-deployments/dcaegen2-deployments-rebase-jobs.yaml index 25be19af..021d0002 100644 --- a/jjb/dcaegen2/dcaegen2-deployments-rebase-jobs.yaml +++ b/jjb/onap/dcaegen2-deployments/dcaegen2-deployments-rebase-jobs.yaml @@ -32,4 +32,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-push-upstream-jobs.yaml new file mode 100644 index 00000000..cd28d894 --- /dev/null +++ b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-push-upstream-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. +- project: + name: dcaegen2-services-prh-push-upstream + project: dcaegen2/services/prh + project-name: dcaegen2-services-prh + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-rebase-jobs.yaml b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-rebase-jobs.yaml new file mode 100644 index 00000000..d55448ed --- /dev/null +++ b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-rebase-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when a change is merged to +# dcaegen2/services/prh project on ONAP Gerrit. +- project: + + name: dcaegen2-services-prh-rebase + project: dcaegen2/services/prh + project-name: dcaegen2-services-prh + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-verify-jobs.yaml b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-verify-jobs.yaml new file mode 100644 index 00000000..b404fd37 --- /dev/null +++ b/jjb/onap/dcaegen2-services-prh/dcaegen2-services-prh-verify-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018-2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + +# this job gets triggered when a change is proposed to +# dcaegen2/services/prh project on Nordix Gerrit. +- project: + + name: dcaegen2-services-prh-verify + project: dcaegen2/services/prh + project-name: dcaegen2-services-prh + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-push-upstream-jobs.yaml similarity index 95% rename from jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml rename to jjb/onap/dmaap-buscontroller/dmaap-buscontroller-push-upstream-jobs.yaml index 0ecac25c..ae883ca0 100644 --- a/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml +++ b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-push-upstream-jobs.yaml @@ -29,4 +29,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-rebase-jobs.yaml similarity index 96% rename from jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml rename to jjb/onap/dmaap-buscontroller/dmaap-buscontroller-rebase-jobs.yaml index a9d81144..e0a59b13 100644 --- a/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml +++ b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-rebase-jobs.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-verify-jobs.yaml similarity index 96% rename from jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml rename to jjb/onap/dmaap-buscontroller/dmaap-buscontroller-verify-jobs.yaml index 9106c0f0..24a5d2cf 100644 --- a/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml +++ b/jjb/onap/dmaap-buscontroller/dmaap-buscontroller-verify-jobs.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-push-upstream-jobs.yaml similarity index 95% rename from jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml rename to jjb/onap/dmaap-dbcapi/dmaap-dbcapi-push-upstream-jobs.yaml index 4e490423..3b79f9ee 100644 --- a/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml +++ b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-push-upstream-jobs.yaml @@ -29,4 +29,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-rebase-jobs.yaml similarity index 96% rename from jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml rename to jjb/onap/dmaap-dbcapi/dmaap-dbcapi-rebase-jobs.yaml index 77cb3b38..fea3fba0 100644 --- a/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml +++ b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-rebase-jobs.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-verify-jobs.yaml similarity index 95% rename from jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml rename to jjb/onap/dmaap-dbcapi/dmaap-dbcapi-verify-jobs.yaml index 3c21572b..a35c510a 100644 --- a/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml +++ b/jjb/onap/dmaap-dbcapi/dmaap-dbcapi-verify-jobs.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/portal/portal-push-upstream-jobs.yaml b/jjb/onap/portal/portal-push-upstream-jobs.yaml new file mode 100644 index 00000000..14f19e7c --- /dev/null +++ b/jjb/onap/portal/portal-push-upstream-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. +- project: + name: portal-push-upstream + project: portal + project-name: portal + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/portal/portal-rebase-jobs.yaml b/jjb/onap/portal/portal-rebase-jobs.yaml new file mode 100644 index 00000000..b97d9c65 --- /dev/null +++ b/jjb/onap/portal/portal-rebase-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when a change is merged to +# portal project on ONAP Gerrit. +- project: + name: portal-rebase + project: portal + project-name: portal + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/portal/portal-verify-jobs.yaml b/jjb/onap/portal/portal-verify-jobs.yaml new file mode 100644 index 00000000..9edb7b13 --- /dev/null +++ b/jjb/onap/portal/portal-verify-jobs.yaml @@ -0,0 +1,33 @@ +--- +# +# ============LICENSE_START======================================================= +# Copyright (C) 2018-2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# this job gets triggered when a change is proposed to +# portal project on Nordix Gerrit. + +- project: + name: portal-verify + project: portal + project-name: portal + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/sdnc/sdnc-oam-push-upstream.yaml b/jjb/onap/sdnc-oam/sdnc-oam-push-upstream.yaml similarity index 95% rename from jjb/sdnc/sdnc-oam-push-upstream.yaml rename to jjb/onap/sdnc-oam/sdnc-oam-push-upstream.yaml index 88c8219f..f40bce71 100644 --- a/jjb/sdnc/sdnc-oam-push-upstream.yaml +++ b/jjb/onap/sdnc-oam/sdnc-oam-push-upstream.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/sdnc/sdnc-oam-rebase.yaml b/jjb/onap/sdnc-oam/sdnc-oam-rebase.yaml similarity index 96% rename from jjb/sdnc/sdnc-oam-rebase.yaml rename to jjb/onap/sdnc-oam/sdnc-oam-rebase.yaml index b39876fe..12ea1af5 100644 --- a/jjb/sdnc/sdnc-oam-rebase.yaml +++ b/jjb/onap/sdnc-oam/sdnc-oam-rebase.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/sdnc/sdnc-oam-verify.yaml b/jjb/onap/sdnc-oam/sdnc-oam-verify.yaml similarity index 95% rename from jjb/sdnc/sdnc-oam-verify.yaml rename to jjb/onap/sdnc-oam/sdnc-oam-verify.yaml index 3dabe28b..ce01f36d 100644 --- a/jjb/sdnc/sdnc-oam-verify.yaml +++ b/jjb/onap/sdnc-oam/sdnc-oam-verify.yaml @@ -31,4 +31,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-verify-java' + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/testsuite/testsuite-push-upstream-jobs.yaml b/jjb/onap/testsuite/testsuite-push-upstream-jobs.yaml similarity index 95% rename from jjb/testsuite/testsuite-push-upstream-jobs.yaml rename to jjb/onap/testsuite/testsuite-push-upstream-jobs.yaml index 2bc810ec..b6532ce7 100644 --- a/jjb/testsuite/testsuite-push-upstream-jobs.yaml +++ b/jjb/onap/testsuite/testsuite-push-upstream-jobs.yaml @@ -28,4 +28,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-push-upstream' + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/testsuite/testsuite-rebase-jobs.yaml b/jjb/onap/testsuite/testsuite-rebase-jobs.yaml similarity index 96% rename from jjb/testsuite/testsuite-rebase-jobs.yaml rename to jjb/onap/testsuite/testsuite-rebase-jobs.yaml index 16a1aa2a..12238219 100644 --- a/jjb/testsuite/testsuite-rebase-jobs.yaml +++ b/jjb/onap/testsuite/testsuite-rebase-jobs.yaml @@ -30,4 +30,4 @@ branch: '{stream}' jobs: - - '{project-name}-{stream}-rebase' + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/vid/vid-push-upstream-jobs.yaml b/jjb/onap/vid/vid-push-upstream-jobs.yaml new file mode 100644 index 00000000..399ece95 --- /dev/null +++ b/jjb/onap/vid/vid-push-upstream-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. +- project: + name: vid-push-upstream + project: vid + project-name: vid + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/vid/vid-rebase-jobs.yaml b/jjb/onap/vid/vid-rebase-jobs.yaml new file mode 100644 index 00000000..e0ae6392 --- /dev/null +++ b/jjb/onap/vid/vid-rebase-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +# this job gets triggered when a change is merged to +# vid project on ONAP Gerrit. +- project: + name: vid-rebase + project: vid + project-name: vid + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/vid/vid-verify-jobs.yaml b/jjb/onap/vid/vid-verify-jobs.yaml new file mode 100644 index 00000000..dcb2f5de --- /dev/null +++ b/jjb/onap/vid/vid-verify-jobs.yaml @@ -0,0 +1,33 @@ +--- +# +# ============LICENSE_START======================================================= +# Copyright (C) 2018-2019 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# this job gets triggered when a change is proposed to +# vid project on Nordix Gerrit. + +- project: + name: vid-verify + project: vid + project-name: vid + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' -- 2.25.1