From 9c43d1da631be356143788ef11c5bac197f92e98 Mon Sep 17 00:00:00 2001 From: Swati Date: Thu, 9 Jul 2026 14:18:27 +0000 Subject: [PATCH] ci-operator: add bundle name for ingress-node-firewall Add 'as: ingress-node-firewall-bundle' to the operator bundle configuration to fix 'unable to locate test using unnamed bundle' error when using cluster-bot commands. This enables cluster-bot workflows: - launch openshift/ingress-node-firewall# - build openshift/ingress-node-firewall# Follows the pattern used by other operators like cluster-logging-operator and local-storage-operator. Signed-off-by: Swati --- .../openshift-ingress-node-firewall-master.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.12.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.13.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.14.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.15.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.16.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.17.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.18.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.19.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.20.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.21.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.22.yaml | 3 ++- .../openshift-ingress-node-firewall-release-4.23.yaml | 3 ++- .../openshift-ingress-node-firewall-release-5.0.yaml | 3 ++- .../openshift-ingress-node-firewall-release-5.1.yaml | 3 ++- ...nshift-ingress-node-firewall-master-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.12-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.13-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.14-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.15-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.16-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.17-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.18-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.19-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.20-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.21-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.22-presubmits.yaml | 10 +++++----- ...-ingress-node-firewall-release-4.23-presubmits.yaml | 10 +++++----- ...t-ingress-node-firewall-release-5.0-presubmits.yaml | 10 +++++----- ...t-ingress-node-firewall-release-5.1-presubmits.yaml | 10 +++++----- 30 files changed, 105 insertions(+), 90 deletions(-) diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master.yaml index 6f3af43e95793..d43435d7cffc6 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12.yaml index 4cda19d63324d..d435a77e8e52b 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12.yaml @@ -22,7 +22,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.12 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13.yaml index cdcfddae68789..33427835ed605 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13.yaml @@ -22,7 +22,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14.yaml index 26a2ed0dafad1..cba353eaf2615 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14.yaml @@ -22,7 +22,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15.yaml index bb3d090261d30..085ccc491bd0f 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16.yaml index b098bc524caa8..cc4e4fa3d5bee 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17.yaml index 66c368e5e93f2..8cb49c73b5248 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18.yaml index dfd860131182f..e3ead3842384a 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19.yaml index b500ccde79c80..7f685992eb42f 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20.yaml index 795041569831f..33c0e4ced4412 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21.yaml index baa9511af2c1d..65c6c8fa1a73d 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22.yaml index 11f107a4129c2..a1df29fcc9c87 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23.yaml index d9f02ff07e084..8f538884c5215 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0.yaml index 902c065d4cc12..7ec4da8663dc8 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1.yaml b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1.yaml index 62f36c0cbd8b6..380db377bbe25 100644 --- a/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1.yaml +++ b/ci-operator/config/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1.yaml @@ -19,7 +19,8 @@ images: to: ingress-node-firewall-daemon operator: bundles: - - dockerfile_path: bundle.Dockerfile + - as: ingress-node-firewall-bundle + dockerfile_path: bundle.Dockerfile substitutions: - pullspec: quay.io/openshift/origin-ingress-node-firewall:4.13 with: pipeline:ingress-node-firewall diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master-presubmits.yaml index 1f6adca9364fe..38aff51ae9221 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-master-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^master$ - ^master- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-master-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-master-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12-presubmits.yaml index 57c5a7c2ee430..57ea3e8586dc8 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.12-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.12$ - ^release-4\.12- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -15,15 +15,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.12-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.12-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -56,7 +56,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13-presubmits.yaml index 7058229fecce9..18e806f1c0ad6 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.13-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.13$ - ^release-4\.13- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -15,15 +15,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.13-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.13-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -56,7 +56,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14-presubmits.yaml index 12ebd72dce7d6..f352a9a560f4a 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.14-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.14$ - ^release-4\.14- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -15,15 +15,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.14-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.14-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -56,7 +56,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15-presubmits.yaml index becd8bcec5238..20e2ddf2f9ebf 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.15-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.15$ - ^release-4\.15- cluster: build13 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.15-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.15-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16-presubmits.yaml index b33428813241e..1b1dcecb8807f 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.16-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.16$ - ^release-4\.16- cluster: build13 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.16-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.16-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17-presubmits.yaml index 97958ce3c4d75..8b996cf1367b0 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.17-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build13 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.17-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.17-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18-presubmits.yaml index 3e7d26d0e3904..1cc5589626b2b 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.18-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build13 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.18-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.18-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19-presubmits.yaml index a951b0c3071b2..4aeaf50d18e01 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.19-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.19-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.19-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20-presubmits.yaml index 4ffc3baa85309..5f4418adbe045 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.20-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.20-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.20-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21-presubmits.yaml index ceace91647153..3f89cecf7374f 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.21-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.21-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.21-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22-presubmits.yaml index 583a949476f78..1b242f2affd9b 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.22-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.22$ - ^release-4\.22- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.22-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.22-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23-presubmits.yaml index 852a9422b36db..2b2508511cff3 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-4.23-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-4\.23$ - ^release-4\.23- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-4.23-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-4.23-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0-presubmits.yaml index 53c4f9a683763..84877c12c7f9e 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.0-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-5\.0$ - ^release-5\.0- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-5.0-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-5.0-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1-presubmits.yaml b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1-presubmits.yaml index c6e37376dabfb..0cd49d993b696 100644 --- a/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/ingress-node-firewall/openshift-ingress-node-firewall-release-5.1-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^release-5\.1$ - ^release-5\.1- cluster: build12 - context: ci/prow/ci-index + context: ci/prow/ci-index-ingress-node-firewall-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-ingress-node-firewall-release-5.1-ci-index - rerun_command: /test ci-index + name: pull-ci-openshift-ingress-node-firewall-release-5.1-ci-index-ingress-node-firewall-bundle + rerun_command: /test ci-index-ingress-node-firewall-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=ci-index-ingress-node-firewall-bundle command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -57,7 +57,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )ci-index-ingress-node-firewall-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: