From 26b964404e7b60a1eb473c67bedabaa74d616738 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Thu, 5 Nov 2020 23:01:44 +0000 Subject: [PATCH 1/4] config-brancher --config-dir ./ci-operator/config --current-release 4.7 --future-release 4.8 --confirm --- .../openshift-cluster-version-operator-release-4.7.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.8.yaml | 8 ++++++++ .../installer/openshift-installer-release-4.7.yaml | 4 ++++ .../installer/openshift-installer-release-4.8.yaml | 4 ++++ 4 files changed, 24 insertions(+) diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7.yaml index 2359a744283c5..97b64477d5ce2 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7.yaml @@ -3,6 +3,10 @@ base_images: name: "4.7" namespace: ocp tag: base + dev-scripts: + name: test + namespace: openshift-kni + tag: dev-scripts ocp_builder_rhel-8-golang-1.15-openshift-4.7: name: builder namespace: ocp @@ -53,6 +57,10 @@ tests: TEST_OPTIONS: abort-at=100 TEST_SUITE: all workflow: openshift-upgrade-gcp-loki +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.7 org: openshift diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8.yaml index 0a45fdd28841e..b1ebe1f7c0245 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8.yaml @@ -3,6 +3,10 @@ base_images: name: "4.8" namespace: ocp tag: base + dev-scripts: + name: test + namespace: openshift-kni + tag: dev-scripts ocp_builder_rhel-8-golang-1.15-openshift-4.7: name: builder namespace: ocp @@ -52,6 +56,10 @@ tests: TEST_OPTIONS: abort-at=100 TEST_SUITE: all workflow: openshift-upgrade-gcp-loki +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.8 org: openshift diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.7.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.7.yaml index a7b9f53fd5f3e..a2ab90427cc62 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.7.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.7.yaml @@ -300,6 +300,10 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-libvirt +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.7 org: openshift diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.8.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.8.yaml index 369727b72686b..1736b4a72fff3 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.8.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.8.yaml @@ -299,6 +299,10 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-libvirt +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.8 org: openshift From 14f9866a71a285c5b2fc080fba4875e991ba2e08 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Thu, 5 Nov 2020 23:01:50 +0000 Subject: [PATCH 2/4] ci-operator-config-mirror --config-path ./ci-operator/config --to-org openshift-priv --only-org openshift --whitelist-file ./core-services/openshift-priv/_whitelist.yaml --- .../openshift-priv-cluster-version-operator-master.yaml | 8 ++++++++ ...enshift-priv-cluster-version-operator-release-4.7.yaml | 8 ++++++++ ...enshift-priv-cluster-version-operator-release-4.8.yaml | 8 ++++++++ .../installer/openshift-priv-installer-master.yaml | 4 ++++ .../installer/openshift-priv-installer-release-4.7.yaml | 4 ++++ .../installer/openshift-priv-installer-release-4.8.yaml | 4 ++++ 6 files changed, 36 insertions(+) diff --git a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master.yaml b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master.yaml index 417622aebf45d..623ca78064547 100644 --- a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master.yaml +++ b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master.yaml @@ -3,6 +3,10 @@ base_images: name: 4.7-priv namespace: ocp-private tag: base + dev-scripts: + name: test + namespace: openshift-kni + tag: dev-scripts ocp_builder_rhel-8-golang-1.15-openshift-4.7: name: builder namespace: ocp @@ -53,6 +57,10 @@ tests: TEST_OPTIONS: abort-at=100 TEST_SUITE: all workflow: openshift-upgrade-gcp-loki +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: master org: openshift-priv diff --git a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7.yaml b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7.yaml index 38a805067f1ac..ccf9dcd39b7b5 100644 --- a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7.yaml +++ b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7.yaml @@ -3,6 +3,10 @@ base_images: name: 4.7-priv namespace: ocp-private tag: base + dev-scripts: + name: test + namespace: openshift-kni + tag: dev-scripts ocp_builder_rhel-8-golang-1.15-openshift-4.7: name: builder namespace: ocp @@ -54,6 +58,10 @@ tests: TEST_OPTIONS: abort-at=100 TEST_SUITE: all workflow: openshift-upgrade-gcp-loki +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.7 org: openshift-priv diff --git a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8.yaml b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8.yaml index 8ee1c833e5584..531bf95551304 100644 --- a/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8.yaml +++ b/ci-operator/config/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8.yaml @@ -3,6 +3,10 @@ base_images: name: 4.8-priv namespace: ocp-private tag: base + dev-scripts: + name: test + namespace: openshift-kni + tag: dev-scripts ocp_builder_rhel-8-golang-1.15-openshift-4.7: name: builder namespace: ocp @@ -53,6 +57,10 @@ tests: TEST_OPTIONS: abort-at=100 TEST_SUITE: all workflow: openshift-upgrade-gcp-loki +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.8 org: openshift-priv diff --git a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-master.yaml b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-master.yaml index 25f7601c2e48f..42408d4bd7c37 100644 --- a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-master.yaml +++ b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-master.yaml @@ -300,6 +300,10 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-libvirt +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: master org: openshift-priv diff --git a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.7.yaml b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.7.yaml index 9915803bcfe9c..eef811956277e 100644 --- a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.7.yaml +++ b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.7.yaml @@ -301,6 +301,10 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-libvirt +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.7 org: openshift-priv diff --git a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.8.yaml b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.8.yaml index 54618d7947698..6f448a505035d 100644 --- a/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.8.yaml +++ b/ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.8.yaml @@ -300,6 +300,10 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-libvirt +- as: e2e-metal-assisted + steps: + cluster_profile: packet + workflow: baremetalds-assisted zz_generated_metadata: branch: release-4.8 org: openshift-priv From 104130400a38aae16c925e561a5219afe7b50337 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Thu, 5 Nov 2020 23:03:15 +0000 Subject: [PATCH 3/4] ci-operator-prowgen --from-dir ./ci-operator/config --to-dir ./ci-operator/jobs --- ...er-version-operator-master-presubmits.yaml | 73 +++++++++++++++++++ ...rsion-operator-release-4.7-presubmits.yaml | 73 +++++++++++++++++++ ...rsion-operator-release-4.8-presubmits.yaml | 73 +++++++++++++++++++ ...hift-priv-installer-master-presubmits.yaml | 73 +++++++++++++++++++ ...priv-installer-release-4.7-presubmits.yaml | 73 +++++++++++++++++++ ...priv-installer-release-4.8-presubmits.yaml | 73 +++++++++++++++++++ ...rsion-operator-release-4.7-presubmits.yaml | 64 ++++++++++++++++ ...rsion-operator-release-4.8-presubmits.yaml | 64 ++++++++++++++++ ...hift-installer-release-4.7-presubmits.yaml | 64 ++++++++++++++++ ...hift-installer-release-4.8-presubmits.yaml | 64 ++++++++++++++++ 10 files changed, 694 insertions(+) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml index 51d75ca66fb5a..e289b9904b27d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml @@ -148,6 +148,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - master + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-cluster-version-operator-master-e2e-metal-assisted + path_alias: github.com/openshift/cluster-version-operator + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml index 8df953d448413..4d629836214b3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml @@ -148,6 +148,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.7 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-cluster-version-operator-release-4.7-e2e-metal-assisted + path_alias: github.com/openshift/cluster-version-operator + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml index b0cf13ab5604c..a1d8e851e2c5c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml @@ -148,6 +148,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.8 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-cluster-version-operator-release-4.8-e2e-metal-assisted + path_alias: github.com/openshift/cluster-version-operator + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml index 705eee082fd2c..0292f03b985c4 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml @@ -1281,6 +1281,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-libvirt,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - master + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-installer-master-e2e-metal-assisted + path_alias: github.com/openshift/installer + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml index 6d42d44eec61e..6609585949bb6 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml @@ -1281,6 +1281,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-libvirt,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.7 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-installer-release-4.7-e2e-metal-assisted + path_alias: github.com/openshift/installer + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml index 88f1b0ccd7620..e10c4def947f8 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml @@ -1281,6 +1281,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-libvirt,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.8 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + hidden: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-priv-installer-release-4.8-e2e-metal-assisted + path_alias: github.com/openshift/installer + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml index 9f1b5ac560e3e..c6f6fcc662af4 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml @@ -130,6 +130,70 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.7 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cluster-version-operator-release-4.7-e2e-metal-assisted + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml index 5cf76bc12b283..ab8b69c5cb1cf 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml @@ -130,6 +130,70 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.8 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cluster-version-operator-release-4.8-e2e-metal-assisted + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml index 405e4fedb22dd..1907a7e554aaa 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml @@ -1434,6 +1434,70 @@ presubmits: secret: secretName: registry-pull-credentials trigger: (?m)^/test( | .* )e2e-metal,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.7 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-installer-release-4.7-e2e-metal-assisted + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml index d9896a71db5da..9808603ce9303 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml @@ -1434,6 +1434,70 @@ presubmits: secret: secretName: registry-pull-credentials trigger: (?m)^/test( | .* )e2e-metal,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-4.8 + context: ci/prow/e2e-metal-assisted + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-installer-release-4.8-e2e-metal-assisted + rerun_command: /test e2e-metal-assisted + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-password-file=/etc/boskos/password + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile + - --target=e2e-metal-assisted + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-metal-assisted-cluster-profile + name: cluster-profile + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet + - configMap: + name: cluster-profile-packet + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*) - agent: kubernetes always_run: true branches: From f04e477c359d2f05b01abec1b610092b8ced498c Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Thu, 5 Nov 2020 23:04:05 +0000 Subject: [PATCH 4/4] sanitize-prow-jobs --prow-jobs-dir ./ci-operator/jobs --config-path ./core-services/sanitize-prow-jobs/_config.yaml --- ...penshift-priv-cluster-version-operator-master-presubmits.yaml | 1 + ...ift-priv-cluster-version-operator-release-4.7-presubmits.yaml | 1 + ...ift-priv-cluster-version-operator-release-4.8-presubmits.yaml | 1 + .../installer/openshift-priv-installer-master-presubmits.yaml | 1 + .../openshift-priv-installer-release-4.7-presubmits.yaml | 1 + .../openshift-priv-installer-release-4.8-presubmits.yaml | 1 + ...penshift-cluster-version-operator-release-4.7-presubmits.yaml | 1 + ...penshift-cluster-version-operator-release-4.8-presubmits.yaml | 1 + .../installer/openshift-installer-release-4.7-presubmits.yaml | 1 + .../installer/openshift-installer-release-4.8-presubmits.yaml | 1 + 10 files changed, 10 insertions(+) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml index e289b9904b27d..9df09507bcc85 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml @@ -152,6 +152,7 @@ presubmits: always_run: true branches: - master + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml index 4d629836214b3..2c31e7dfe41d1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml @@ -152,6 +152,7 @@ presubmits: always_run: true branches: - release-4.7 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml index a1d8e851e2c5c..6661af4323290 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.8-presubmits.yaml @@ -152,6 +152,7 @@ presubmits: always_run: true branches: - release-4.8 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml index 0292f03b985c4..1181afa2d8063 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml @@ -1285,6 +1285,7 @@ presubmits: always_run: true branches: - master + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml index 6609585949bb6..0888f8488f889 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml @@ -1285,6 +1285,7 @@ presubmits: always_run: true branches: - release-4.7 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml index e10c4def947f8..b733ad2d9341f 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.8-presubmits.yaml @@ -1285,6 +1285,7 @@ presubmits: always_run: true branches: - release-4.8 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml index c6f6fcc662af4..566fe06b88b2a 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml @@ -134,6 +134,7 @@ presubmits: always_run: true branches: - release-4.7 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml index ab8b69c5cb1cf..a7e3faf2e32c8 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.8-presubmits.yaml @@ -134,6 +134,7 @@ presubmits: always_run: true branches: - release-4.8 + cluster: build01 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml index 1907a7e554aaa..e78beb291d838 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml @@ -1438,6 +1438,7 @@ presubmits: always_run: true branches: - release-4.7 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml index 9808603ce9303..9a304847609aa 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.8-presubmits.yaml @@ -1438,6 +1438,7 @@ presubmits: always_run: true branches: - release-4.8 + cluster: build02 context: ci/prow/e2e-metal-assisted decorate: true decoration_config: