From 3b3ac480811c69985e63b29b0a87d240f42591cb Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Fri, 28 Jun 2019 10:53:01 +0100 Subject: [PATCH] Acumos: Introducing namespace, adding new projects In order to avoind JJB project clash we need to have namespace for acumos. The following projects are added: - acumos/ci-management - acumos/workbench - acumos/workbench/cmlpstudio - acumos/workbench/zeppelin Change-Id: I688b0d553aa8ffddd5675abb913fad944205cbdb --- .../ci-management-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../ci-management-rebase-jobs.yml | 26 +++++++++++++++++++ ...face-privacy-filter-push-upstream-jobs.yml | 2 +- .../face-privacy-filter-rebase-jobs.yml | 2 +- .../federation-push-upstream-jobs.yml | 2 +- .../federation/federation-rebase-jobs.yml | 2 +- .../federation/federation-verify-jobs.yml | 2 +- .../kubernetes-client-push-upstream-jobs.yml | 2 +- .../kubernetes-client-rebase-jobs.yml | 2 +- .../kubernetes-client-verify-jobs.yaml | 2 +- .../license-manager-push-upstream-jobs.yml | 2 +- .../license-manager-rebase-jobs.yml | 2 +- .../license-manager-verify-jobs.yaml | 2 +- ...oservice-generation-push-upstream-jobs.yml | 2 +- .../microservice-generation-rebase-jobs.yml | 2 +- .../microservice-generation-verify-jobs.yaml | 2 +- .../portal-marketplace-push-upstream-jobs.yml | 2 +- .../portal-marketplace-rebase-jobs.yml | 2 +- .../portal-marketplace-verify-jobs.yaml | 2 +- ...untime-orchestrator-push-upstream-jobs.yml | 2 +- .../runtime-orchestrator-rebase-jobs.yml | 2 +- .../runtime-orchestrator-verify-jobs.yaml | 2 +- ...urity-verification-push-upstream-jobs.yaml | 2 +- .../security-verification-rebase-jobs.yaml | 2 +- .../security-verification-verify-jobs.yaml | 2 +- .../system-integration-push-upstream-jobs.yml | 2 +- .../system-integration-rebase-jobs.yml | 2 +- ...orkbench-cmlpstudio-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../workbench-cmlpstudio-rebase-jobs.yml | 26 +++++++++++++++++++ .../workbench-zeppelin-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../workbench-zeppelin-rebase-jobs.yml | 26 +++++++++++++++++++ .../workbench-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../workbench/workbench-rebase-jobs.yml | 26 +++++++++++++++++++ .../workbench/workbench-verify-jobs.yaml | 26 +++++++++++++++++++ 34 files changed, 259 insertions(+), 25 deletions(-) create mode 100644 jjb/acumos/ci-management/ci-management-push-upstream-jobs.yml create mode 100644 jjb/acumos/ci-management/ci-management-rebase-jobs.yml create mode 100644 jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-push-upstream-jobs.yml create mode 100644 jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-rebase-jobs.yml create mode 100644 jjb/acumos/workbench-zeppelin/workbench-zeppelin-push-upstream-jobs.yml create mode 100644 jjb/acumos/workbench-zeppelin/workbench-zeppelin-rebase-jobs.yml create mode 100644 jjb/acumos/workbench/workbench-push-upstream-jobs.yml create mode 100644 jjb/acumos/workbench/workbench-rebase-jobs.yml create mode 100644 jjb/acumos/workbench/workbench-verify-jobs.yaml diff --git a/jjb/acumos/ci-management/ci-management-push-upstream-jobs.yml b/jjb/acumos/ci-management/ci-management-push-upstream-jobs.yml new file mode 100644 index 000000000..52faf3bef --- /dev/null +++ b/jjb/acumos/ci-management/ci-management-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= + +- project: + name: acumos-ci-management-push-upstream + project: ci-management + project-name: ci-management + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/ci-management/ci-management-rebase-jobs.yml b/jjb/acumos/ci-management/ci-management-rebase-jobs.yml new file mode 100644 index 000000000..7294d695f --- /dev/null +++ b/jjb/acumos/ci-management/ci-management-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: acumos-ci-management-rebase + project: ci-management + project-name: ci-management + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml b/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml index fcabea581..857dd01ad 100644 --- a/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml +++ b/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: face-privacy-filter-push-upstream + name: acumos-face-privacy-filter-push-upstream project: face-privacy-filter project-name: face-privacy-filter diff --git a/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml b/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml index 601cccac0..099f3ff0e 100644 --- a/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml +++ b/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: face-privacy-filter-rebase + name: acumos-face-privacy-filter-rebase project: face-privacy-filter project-name: face-privacy-filter diff --git a/jjb/acumos/federation/federation-push-upstream-jobs.yml b/jjb/acumos/federation/federation-push-upstream-jobs.yml index acdb9ed00..31de069e0 100644 --- a/jjb/acumos/federation/federation-push-upstream-jobs.yml +++ b/jjb/acumos/federation/federation-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: federation-push-upstream + name: acumos-federation-push-upstream project: federation project-name: federation diff --git a/jjb/acumos/federation/federation-rebase-jobs.yml b/jjb/acumos/federation/federation-rebase-jobs.yml index 845064a42..88e71ceb2 100644 --- a/jjb/acumos/federation/federation-rebase-jobs.yml +++ b/jjb/acumos/federation/federation-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: federation-rebase + name: acumos-federation-rebase project: federation project-name: federation diff --git a/jjb/acumos/federation/federation-verify-jobs.yml b/jjb/acumos/federation/federation-verify-jobs.yml index 74c7af05d..dc5aa5847 100644 --- a/jjb/acumos/federation/federation-verify-jobs.yml +++ b/jjb/acumos/federation/federation-verify-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: federation-verify + name: acumos-federation-verify project: federation project-name: federation diff --git a/jjb/acumos/kubernetes-client/kubernetes-client-push-upstream-jobs.yml b/jjb/acumos/kubernetes-client/kubernetes-client-push-upstream-jobs.yml index 3566a4906..3346dd15f 100644 --- a/jjb/acumos/kubernetes-client/kubernetes-client-push-upstream-jobs.yml +++ b/jjb/acumos/kubernetes-client/kubernetes-client-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: kubernetes-client-push-upstream + name: acumos-kubernetes-client-push-upstream project: kubernetes-client project-name: kubernetes-client diff --git a/jjb/acumos/kubernetes-client/kubernetes-client-rebase-jobs.yml b/jjb/acumos/kubernetes-client/kubernetes-client-rebase-jobs.yml index a98f5c09e..4e7717294 100644 --- a/jjb/acumos/kubernetes-client/kubernetes-client-rebase-jobs.yml +++ b/jjb/acumos/kubernetes-client/kubernetes-client-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: kubernetes-client-rebase + name: acumos-kubernetes-client-rebase project: kubernetes-client project-name: kubernetes-client diff --git a/jjb/acumos/kubernetes-client/kubernetes-client-verify-jobs.yaml b/jjb/acumos/kubernetes-client/kubernetes-client-verify-jobs.yaml index 4d0708bb2..964ba90c5 100644 --- a/jjb/acumos/kubernetes-client/kubernetes-client-verify-jobs.yaml +++ b/jjb/acumos/kubernetes-client/kubernetes-client-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: kubernetes-client-verify + name: acumos-kubernetes-client-verify project: kubernetes-client project-name: kubernetes-client diff --git a/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml b/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml index f10472c4a..b1bc6914e 100644 --- a/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml +++ b/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: license-manager-push-upstream + name: acumos-license-manager-push-upstream project: license-manager project-name: license-manager diff --git a/jjb/acumos/license-manager/license-manager-rebase-jobs.yml b/jjb/acumos/license-manager/license-manager-rebase-jobs.yml index 89968e367..a3061a6f2 100644 --- a/jjb/acumos/license-manager/license-manager-rebase-jobs.yml +++ b/jjb/acumos/license-manager/license-manager-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: license-manager-rebase + name: acumos-license-manager-rebase project: license-manager project-name: license-manager diff --git a/jjb/acumos/license-manager/license-manager-verify-jobs.yaml b/jjb/acumos/license-manager/license-manager-verify-jobs.yaml index 110f4d3f5..948f0bf56 100644 --- a/jjb/acumos/license-manager/license-manager-verify-jobs.yaml +++ b/jjb/acumos/license-manager/license-manager-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: license-manager-verify + name: acumos-license-manager-verify project: license-manager project-name: license-manager diff --git a/jjb/acumos/microservice-generation/microservice-generation-push-upstream-jobs.yml b/jjb/acumos/microservice-generation/microservice-generation-push-upstream-jobs.yml index 7357a0e05..984a3d255 100644 --- a/jjb/acumos/microservice-generation/microservice-generation-push-upstream-jobs.yml +++ b/jjb/acumos/microservice-generation/microservice-generation-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: microservice-generation-push-upstream + name: acumos-microservice-generation-push-upstream project: microservice-generation project-name: microservice-generation diff --git a/jjb/acumos/microservice-generation/microservice-generation-rebase-jobs.yml b/jjb/acumos/microservice-generation/microservice-generation-rebase-jobs.yml index 1d1e61c97..b3b0f6dbe 100644 --- a/jjb/acumos/microservice-generation/microservice-generation-rebase-jobs.yml +++ b/jjb/acumos/microservice-generation/microservice-generation-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: microservice-generation-rebase + name: acumos-microservice-generation-rebase project: microservice-generation project-name: microservice-generation diff --git a/jjb/acumos/microservice-generation/microservice-generation-verify-jobs.yaml b/jjb/acumos/microservice-generation/microservice-generation-verify-jobs.yaml index c0cc9b7b7..0c3cad0ad 100644 --- a/jjb/acumos/microservice-generation/microservice-generation-verify-jobs.yaml +++ b/jjb/acumos/microservice-generation/microservice-generation-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: microservice-generation-verify + name: acumos-microservice-generation-verify project: microservice-generation project-name: microservice-generation diff --git a/jjb/acumos/portal-marketplace/portal-marketplace-push-upstream-jobs.yml b/jjb/acumos/portal-marketplace/portal-marketplace-push-upstream-jobs.yml index f1192873a..d8e00798c 100644 --- a/jjb/acumos/portal-marketplace/portal-marketplace-push-upstream-jobs.yml +++ b/jjb/acumos/portal-marketplace/portal-marketplace-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: portal-marketplace-push-upstream + name: acumos-portal-marketplace-push-upstream project: portal-marketplace project-name: portal-marketplace diff --git a/jjb/acumos/portal-marketplace/portal-marketplace-rebase-jobs.yml b/jjb/acumos/portal-marketplace/portal-marketplace-rebase-jobs.yml index ee384c889..5fd3ec54f 100644 --- a/jjb/acumos/portal-marketplace/portal-marketplace-rebase-jobs.yml +++ b/jjb/acumos/portal-marketplace/portal-marketplace-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: portal-marketplace-rebase + name: acumos-portal-marketplace-rebase project: portal-marketplace project-name: portal-marketplace diff --git a/jjb/acumos/portal-marketplace/portal-marketplace-verify-jobs.yaml b/jjb/acumos/portal-marketplace/portal-marketplace-verify-jobs.yaml index e8c03f59e..fd50f8b55 100644 --- a/jjb/acumos/portal-marketplace/portal-marketplace-verify-jobs.yaml +++ b/jjb/acumos/portal-marketplace/portal-marketplace-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: portal-marketplace-verify + name: acumos-portal-marketplace-verify project: portal-marketplace project-name: portal-marketplace diff --git a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-push-upstream-jobs.yml b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-push-upstream-jobs.yml index 99dfe1f7e..d86d3984f 100644 --- a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-push-upstream-jobs.yml +++ b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: runtime-orchestrator-push-upstream + name: acumos-runtime-orchestrator-push-upstream project: runtime-orchestrator project-name: runtime-orchestrator diff --git a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-rebase-jobs.yml b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-rebase-jobs.yml index 28ef648eb..e8ba94f74 100644 --- a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-rebase-jobs.yml +++ b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: runtime-orchestrator-rebase + name: acumos-runtime-orchestrator-rebase project: runtime-orchestrator project-name: runtime-orchestrator diff --git a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-verify-jobs.yaml b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-verify-jobs.yaml index e82ff8812..aea3b2f57 100644 --- a/jjb/acumos/runtime-orchestrator/runtime-orchestrator-verify-jobs.yaml +++ b/jjb/acumos/runtime-orchestrator/runtime-orchestrator-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: runtime-orchestrator-verify + name: acumos-runtime-orchestrator-verify project: runtime-orchestrator project-name: runtime-orchestrator diff --git a/jjb/acumos/security-verification/security-verification-push-upstream-jobs.yaml b/jjb/acumos/security-verification/security-verification-push-upstream-jobs.yaml index 8b6a7a646..23fc3970e 100644 --- a/jjb/acumos/security-verification/security-verification-push-upstream-jobs.yaml +++ b/jjb/acumos/security-verification/security-verification-push-upstream-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: security-verification-push-upstream + name: acumos-security-verification-push-upstream project: security-verification project-name: security-verification diff --git a/jjb/acumos/security-verification/security-verification-rebase-jobs.yaml b/jjb/acumos/security-verification/security-verification-rebase-jobs.yaml index 900ae0e3e..103c3786c 100644 --- a/jjb/acumos/security-verification/security-verification-rebase-jobs.yaml +++ b/jjb/acumos/security-verification/security-verification-rebase-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: security-verification-rebase + name: acumos-security-verification-rebase project: security-verification project-name: security-verification diff --git a/jjb/acumos/security-verification/security-verification-verify-jobs.yaml b/jjb/acumos/security-verification/security-verification-verify-jobs.yaml index 7138d9813..b08f775f4 100644 --- a/jjb/acumos/security-verification/security-verification-verify-jobs.yaml +++ b/jjb/acumos/security-verification/security-verification-verify-jobs.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: security-verification-verify + name: acumos-security-verification-verify project: security-verification project-name: security-verification diff --git a/jjb/acumos/system-integration/system-integration-push-upstream-jobs.yml b/jjb/acumos/system-integration/system-integration-push-upstream-jobs.yml index 585ca9d89..0e043a108 100644 --- a/jjb/acumos/system-integration/system-integration-push-upstream-jobs.yml +++ b/jjb/acumos/system-integration/system-integration-push-upstream-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - project: - name: system-integration-push-upstream + name: acumos-system-integration-push-upstream project: system-integration project-name: system-integration diff --git a/jjb/acumos/system-integration/system-integration-rebase-jobs.yml b/jjb/acumos/system-integration/system-integration-rebase-jobs.yml index 28a0845d1..0f1e64421 100644 --- a/jjb/acumos/system-integration/system-integration-rebase-jobs.yml +++ b/jjb/acumos/system-integration/system-integration-rebase-jobs.yml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= # - project: - name: system-integration-rebase + name: acumos-system-integration-rebase project: system-integration project-name: system-integration diff --git a/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-push-upstream-jobs.yml b/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-push-upstream-jobs.yml new file mode 100644 index 000000000..a14f6aadb --- /dev/null +++ b/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= + +- project: + name: acumos-workbench-cmlpstudio-push-upstream + project: workbench-cmlpstudio + project-name: workbench-cmlpstudio + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-rebase-jobs.yml b/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-rebase-jobs.yml new file mode 100644 index 000000000..dcae72ef7 --- /dev/null +++ b/jjb/acumos/workbench-cmlpstudio/workbench-cmlpstudio-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: acumos-workbench-cmlpstudio-rebase + project: workbench-cmlpstudio + project-name: workbench-cmlpstudio + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/workbench-zeppelin/workbench-zeppelin-push-upstream-jobs.yml b/jjb/acumos/workbench-zeppelin/workbench-zeppelin-push-upstream-jobs.yml new file mode 100644 index 000000000..a4c3221bd --- /dev/null +++ b/jjb/acumos/workbench-zeppelin/workbench-zeppelin-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= + +- project: + name: acumos-workbench-zeppelin-push-upstream + project: workbench-zeppelin + project-name: workbench-zeppelin + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/workbench-zeppelin/workbench-zeppelin-rebase-jobs.yml b/jjb/acumos/workbench-zeppelin/workbench-zeppelin-rebase-jobs.yml new file mode 100644 index 000000000..bc3492312 --- /dev/null +++ b/jjb/acumos/workbench-zeppelin/workbench-zeppelin-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: acumos-workbench-zeppelin-rebase + project: workbench-zeppelin + project-name: workbench-zeppelin + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/workbench/workbench-push-upstream-jobs.yml b/jjb/acumos/workbench/workbench-push-upstream-jobs.yml new file mode 100644 index 000000000..358d4b2c9 --- /dev/null +++ b/jjb/acumos/workbench/workbench-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= + +- project: + name: acumos-workbench-push-upstream + project: workbench + project-name: workbench + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/workbench/workbench-rebase-jobs.yml b/jjb/acumos/workbench/workbench-rebase-jobs.yml new file mode 100644 index 000000000..e3b0e245d --- /dev/null +++ b/jjb/acumos/workbench/workbench-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: acumos-workbench-rebase + project: workbench + project-name: workbench + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/workbench/workbench-verify-jobs.yaml b/jjb/acumos/workbench/workbench-verify-jobs.yaml new file mode 100644 index 000000000..86d355fc0 --- /dev/null +++ b/jjb/acumos/workbench/workbench-verify-jobs.yaml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= + +- project: + name: acumos-workbench-verify + project: workbench + project-name: workbench + + jobs: + - 'acumos-{project-name}-verify-java' -- 2.25.1