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 000000000..a657a1654 --- /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 000000000..79a59942f --- /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 66a017085..fb4904aaa 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 d5a0a4b4e..02fd54375 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 2c02399ea..fa02fbba3 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 a2b27ead7..d2ae5e165 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 bfc421187..1de1e61bd 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 d8fb37627..25638b5fd 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 939bb575e..9d9e5d2bc 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 288038539..64c59bc52 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 71ca1793f..1c762aed1 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 a3ae79c68..ae745cba0 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 a9410c8fe..7bb12a7a3 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 b8065312d..854295010 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 ebb917107..61c09917d 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 4ff9a9acc..c2e398f62 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 1cddf2204..f9ac0e0fd 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 843067caa..eff3bcd94 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 ef19d1f92..d2c32c2f8 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 9f7b37267..8cd726672 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 420544df3..1099dd780 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 25be19afd..021d00026 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 000000000..cd28d894e --- /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 000000000..d55448ed9 --- /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 000000000..b404fd37c --- /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 0ecac25c6..ae883ca09 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 a9d81144a..e0a59b13a 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 9106c0f03..24a5d2cf2 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 4e4904237..3b79f9eea 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 77cb3b38c..fea3fba03 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 3c21572ba..a35c510aa 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 000000000..14f19e7cd --- /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 000000000..b97d9c65f --- /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 000000000..9edb7b13d --- /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 88c8219fa..f40bce710 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 b39876fe0..12ea1af52 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 3dabe28be..ce01f36d7 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 2bc810ecb..b6532ce7a 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 16a1aa2ab..12238219f 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 000000000..399ece953 --- /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 000000000..e0ae6392e --- /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 000000000..dcb2f5dea --- /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