Merge "Add main branch reference for project infra"
authorFurkat Gofurov <furkat.gofurov@est.tech>
Thu, 23 Dec 2021 13:54:38 +0000 (13:54 +0000)
committerNordix Gerrit <gerrit@nordix.org>
Thu, 23 Dec 2021 13:54:38 +0000 (13:54 +0000)
jjb/airship/projects.yml
jjb/cloud-infra/kubernetes-jobs/kubernetes-release-deploy-test.yaml
jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-rebase-jobs.yaml [new file with mode: 0644]
jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-upstream-jobs.yaml [new file with mode: 0644]
jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-rebase-jobs.yaml [new file with mode: 0644]
jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-rebase-jobs.yaml [new file with mode: 0644]
jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-upstream-jobs.yaml [new file with mode: 0644]

index bcc2d6e9aff6897bafa6854da93ae34d599eb9ca..38699997671a952bda8eec5f58b79a96f4745b80 100644 (file)
@@ -53,8 +53,6 @@
 - project:
     name: 'metal3io_project_infra'
     branch: '${{ghprbActualCommit}}'
-    ci_github_whitelist_org:
-    - nordix-airship
     repo:
       org: "metal3-io"
       name: "project-infra"
@@ -73,8 +71,6 @@
 
 - project:
     name: 'metal3io_project_infra_cleanup'
-    ci_github_whitelist_org:
-    - nordix-airship
     repo:
       org: "metal3-io"
       name: "project-infra"
index 5daf7e58bd5debe0944d4aaa2e91f931fe14e0bf..b7d2fef531aa3df756ef9d29f54d5f3bf371b5cc 100644 (file)
@@ -63,9 +63,6 @@
       - functest:
           build-timeout: 210
           execution-mode: online-test
-      - yardstick:
-          build-timeout: 30
-          execution-mode: online-test
 
     jobs:
       - 'kubernetes-release-{environment-type}-deploy-test-{distro}-baremetal-{stream}'
               node-parameters: true
               kill-phase-on: FAILURE
               abort-all-job: true
-      - multijob:
-          name: Platform Benchmarking
-          condition: ALWAYS
-          projects:
-            - name: 'kubernetes-release-{environment-type}-yardstick-{distro}-baremetal-{stream}'
-              current-parameters: true
-              git-revision: false
-              node-parameters: true
-              kill-phase-on: FAILURE
-              abort-all-job: true
 
 - job-template:
     name: 'kubernetes-release-{environment-type}-{phase}-{distro}-baremetal-{stream}'
diff --git a/jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-rebase-jobs.yaml b/jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-rebase-jobs.yaml
new file mode 100644 (file)
index 0000000..5c3f83d
--- /dev/null
@@ -0,0 +1,29 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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
+# integration/simulators/A1-policy-enforcement-simulator project on ONAP Gerrit.
+
+- project:
+    name: integration-simulators-A1-policy-enforcement-simulator-rebase
+    project: integration/simulators/A1-policy-enforcement-simulator
+    project-name: integration-simulators-A1-policy-enforcement-simulator
+
+    jobs:
+      - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-upstream-jobs.yaml b/jjb/onap/integration-simulators-A1-policy-enforcement-simulator/integration-simulators-A1-policy-enforcement-simulator-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..6b69c25
--- /dev/null
@@ -0,0 +1,27 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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: integration-simulators-A1-policy-enforcement-simulator-push-upstream
+    project: integration/simulators/A1-policy-enforcement-simulator
+    project-name: integration-simulators-A1-policy-enforcement-simulator
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
diff --git a/jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-push-upstream-jobs.yaml b/jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-push-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..8840259
--- /dev/null
@@ -0,0 +1,27 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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: integration-usecases-A1-policy-enforcement-r-apps-push-upstream
+    project: integration/usecases/A1-policy-enforcement-r-apps
+    project-name: integration-usecases-A1-policy-enforcement-r-apps
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
diff --git a/jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-rebase-jobs.yaml b/jjb/onap/integration-usecases-A1-policy-enforcement-r-apps/integration-usecases-A1-policy-enforcement-r-apps-rebase-jobs.yaml
new file mode 100644 (file)
index 0000000..8abb813
--- /dev/null
@@ -0,0 +1,29 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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
+# integration/usecases/A1-policy-enforcement-r-apps project on ONAP Gerrit.
+
+- project:
+    name: integration-usecases-A1-policy-enforcement-r-apps-rebase
+    project: integration/usecases/A1-policy-enforcement-r-apps
+    project-name: integration-usecases-A1-policy-enforcement-r-apps
+
+    jobs:
+      - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-rebase-jobs.yaml b/jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-rebase-jobs.yaml
new file mode 100644 (file)
index 0000000..f7cdaad
--- /dev/null
@@ -0,0 +1,29 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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
+# integration/usecases/A1-policy-enforcement project on ONAP Gerrit.
+
+- project:
+    name: integration-usecases-A1-policy-enforcement-rebase
+    project: integration/usecases/A1-policy-enforcement
+    project-name: integration-usecases-A1-policy-enforcement
+
+    jobs:
+      - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-upstream-jobs.yaml b/jjb/onap/integration-usecases-A1-policy-enforcement/integration-usecases-A1-policy-enforcement-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..15c695b
--- /dev/null
@@ -0,0 +1,27 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 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: integration-usecases-A1-policy-enforcement-upstream-jobs
+    project: integration/usecases/A1-policy-enforcement
+    project-name: integration-usecases-A1-policy-enforcement
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'