From bc1b195d51b763a0da5a89a2fe98db1d96f9fce6 Mon Sep 17 00:00:00 2001 From: Stephen Matula Date: Fri, 26 Apr 2024 13:50:31 -0400 Subject: [PATCH] Openshift Pipelines zstream onboarding on ibmcloud --- ...penshift-pipelines-ocp4.14-lp-interop.yaml | 93 +++++ ...penshift-pipelines-ocp4.15-lp-interop.yaml | 93 +++++ ...release-tests-release-v1.14-periodics.yaml | 364 ++++++++++++++++++ ...elease-tests-release-v1.14-presubmits.yaml | 114 ++++++ 4 files changed, 664 insertions(+) create mode 100644 ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.14-lp-interop.yaml create mode 100644 ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.15-lp-interop.yaml diff --git a/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.14-lp-interop.yaml b/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.14-lp-interop.yaml new file mode 100644 index 000000000000..9fd192b71edf --- /dev/null +++ b/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.14-lp-interop.yaml @@ -0,0 +1,93 @@ +base_images: + cli: + name: "4.14" + namespace: ocp + tag: cli +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.19 +images: +- context_dir: . + dockerfile_path: Dockerfile + to: openshift-pipelines-runner +releases: + latest: + prerelease: + product: ocp + version_bounds: + lower: 4.14.0-0 + stream: 4-stable + upper: 4.15.0-0 +resources: + '*': + limits: + memory: 4Gi + requests: + cpu: 100m + memory: 200Mi +tests: +- as: openshift-pipelines-interop-aws + cron: 0 6 25 4 * + steps: + cluster_profile: aws-cspi-qe + env: + BASE_DOMAIN: cspilp.interop.ccitredhat.com + FIREWATCH_CONFIG: | + { + "failure_rules": + [ + {"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure Provisioning - Cluster", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"}, + {"step": "openshift-cluster-bot-rbac", "failure_type": "all", "classification": "Other", "jira_additional_labels": ["!default"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "pod_failure", "classification": "Test Failure", "jira_additional_labels": ["!default","interop-tests"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "SRVKP", "jira_component": ["QA"], "jira_additional_labels": ["!default","interop-tests"]} + ], + "success_rules": + [ + {"jira_project": "CSPIT", "jira_additional_labels": ["!default"]} + ] + } + FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.14-lp","self-managed-lp","pipelines-lp"]' + FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP + FIREWATCH_FAIL_WITH_TEST_FAILURES: "true" + USER_TAGS: | + scenario pipelines + test: + - ref: openshift-pipelines-install-and-tests + workflow: firewatch-ipi-aws +- as: openshift-pipelines-interop-ibmcloud + cron: 0 6 25 4 * + steps: + cluster_profile: ibmcloud-cspi-qe + env: + BASE_DOMAIN: zstream.interop.ccitredhat.com + FIREWATCH_CONFIG: | + { + "failure_rules": + [ + {"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure Provisioning - Cluster", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"}, + {"step": "openshift-cluster-bot-rbac", "failure_type": "all", "classification": "Other", "jira_additional_labels": ["!default"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "pod_failure", "classification": "Test Failure", "jira_additional_labels": ["!default","interop-tests"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "SRVKP", "jira_component": ["QA"], "jira_additional_labels": ["!default","interop-tests"]} + ], + "success_rules": + [ + {"jira_project": "CSPIT", "jira_additional_labels": ["!default"]} + ] + } + FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.14-lp","self-managed-lp","pipelines-lp"]' + FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP + FIREWATCH_FAIL_WITH_TEST_FAILURES: "true" + test: + - ref: openshift-pipelines-install-and-tests + workflow: firewatch-ipi-ibmcloud +zz_generated_metadata: + branch: release-v1.14 + org: openshift-pipelines + repo: release-tests + variant: openshift-pipelines-ocp4.14-lp-interop diff --git a/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.15-lp-interop.yaml b/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.15-lp-interop.yaml new file mode 100644 index 000000000000..afa115e765f9 --- /dev/null +++ b/ci-operator/config/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14__openshift-pipelines-ocp4.15-lp-interop.yaml @@ -0,0 +1,93 @@ +base_images: + cli: + name: "4.15" + namespace: ocp + tag: cli +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.19 +images: +- context_dir: . + dockerfile_path: Dockerfile + to: openshift-pipelines-runner +releases: + latest: + prerelease: + product: ocp + version_bounds: + lower: 4.15.0-0 + stream: 4-stable + upper: 4.16.0-0 +resources: + '*': + limits: + memory: 4Gi + requests: + cpu: 100m + memory: 200Mi +tests: +- as: openshift-pipelines-interop-aws + cron: 0 6 25 4 * + steps: + cluster_profile: aws-cspi-qe + env: + BASE_DOMAIN: cspilp.interop.ccitredhat.com + FIREWATCH_CONFIG: | + { + "failure_rules": + [ + {"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure Provisioning - Cluster", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"}, + {"step": "openshift-cluster-bot-rbac", "failure_type": "all", "classification": "Other", "jira_additional_labels": ["!default"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "pod_failure", "classification": "Test Failure", "jira_additional_labels": ["!default","interop-tests"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "SRVKP", "jira_component": ["QA"], "jira_additional_labels": ["!default","interop-tests"]} + ], + "success_rules": + [ + {"jira_project": "CSPIT", "jira_additional_labels": ["!default"]} + ] + } + FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.15-lp","self-managed-lp","pipelines-lp"]' + FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP + FIREWATCH_FAIL_WITH_TEST_FAILURES: "true" + USER_TAGS: | + scenario pipelines + test: + - ref: openshift-pipelines-install-and-tests + workflow: firewatch-ipi-aws +- as: openshift-pipelines-interop-ibmcloud + cron: 0 6 25 4 * + steps: + cluster_profile: ibmcloud-cspi-qe + env: + BASE_DOMAIN: zstream.interop.ccitredhat.com + FIREWATCH_CONFIG: | + { + "failure_rules": + [ + {"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure Provisioning - Cluster", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]}, + {"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"}, + {"step": "openshift-cluster-bot-rbac", "failure_type": "all", "classification": "Other", "jira_additional_labels": ["!default"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "pod_failure", "classification": "Test Failure", "jira_additional_labels": ["!default","interop-tests"]}, + {"step": "openshift-pipelines-install-and-tests", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "SRVKP", "jira_component": ["QA"], "jira_additional_labels": ["!default","interop-tests"]} + ], + "success_rules": + [ + {"jira_project": "CSPIT", "jira_additional_labels": ["!default"]} + ] + } + FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.15-lp","self-managed-lp","pipelines-lp"]' + FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP + FIREWATCH_FAIL_WITH_TEST_FAILURES: "true" + test: + - ref: openshift-pipelines-install-and-tests + workflow: firewatch-ipi-ibmcloud +zz_generated_metadata: + branch: release-v1.14 + org: openshift-pipelines + repo: release-tests + variant: openshift-pipelines-ocp4.15-lp-interop diff --git a/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-periodics.yaml b/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-periodics.yaml index 7607317744d8..f7d1ef8bbcb8 100644 --- a/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-periodics.yaml +++ b/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-periodics.yaml @@ -1,4 +1,186 @@ periodics: +- agent: kubernetes + cluster: build03 + cron: 0 6 25 4 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-v1.14 + org: openshift-pipelines + repo: release-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.14-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.14-lp-interop-openshift-pipelines-interop-aws + reporter_config: + slack: + channel: '#tektoncd-pipeline-ci' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/openshift-pipelines-interop-aws-cluster-profile + - --target=openshift-pipelines-interop-aws + - --variant=openshift-pipelines-ocp4.14-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/openshift-pipelines-interop-aws-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + 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: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws-cspi-qe + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: build05 + cron: 0 6 25 4 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-v1.14 + org: openshift-pipelines + repo: release-tests + labels: + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-cspi-qe + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.14-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.14-lp-interop-openshift-pipelines-interop-ibmcloud + reporter_config: + slack: + channel: '#tektoncd-pipeline-ci' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/openshift-pipelines-interop-ibmcloud-cluster-profile + - --target=openshift-pipelines-interop-ibmcloud + - --variant=openshift-pipelines-ocp4.14-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/openshift-pipelines-interop-ibmcloud-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + 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: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-ibmcloud-cspi-qe + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build03 cron: 0 6 25 10 * @@ -91,6 +273,188 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build03 + cron: 0 6 25 4 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-v1.14 + org: openshift-pipelines + repo: release-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.15-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.15-lp-interop-openshift-pipelines-interop-aws + reporter_config: + slack: + channel: '#tektoncd-pipeline-ci' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/openshift-pipelines-interop-aws-cluster-profile + - --target=openshift-pipelines-interop-aws + - --variant=openshift-pipelines-ocp4.15-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/openshift-pipelines-interop-aws-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + 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: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws-cspi-qe + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: build05 + cron: 0 6 25 4 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-v1.14 + org: openshift-pipelines + repo: release-tests + labels: + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-cspi-qe + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.15-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.15-lp-interop-openshift-pipelines-interop-ibmcloud + reporter_config: + slack: + channel: '#tektoncd-pipeline-ci' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/openshift-pipelines-interop-ibmcloud-cluster-profile + - --target=openshift-pipelines-interop-ibmcloud + - --variant=openshift-pipelines-ocp4.15-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/openshift-pipelines-interop-ibmcloud-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + 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: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-ibmcloud-cspi-qe + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build03 cron: 0 6 25 10 * diff --git a/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-presubmits.yaml b/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-presubmits.yaml index 16fdd4bf7466..a385d268e219 100644 --- a/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-presubmits.yaml +++ b/ci-operator/jobs/openshift-pipelines/release-tests/openshift-pipelines-release-tests-release-v1.14-presubmits.yaml @@ -1,5 +1,62 @@ presubmits: openshift-pipelines/release-tests: + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.14$ + - ^release-v1\.14- + cluster: build04 + context: ci/prow/openshift-pipelines-ocp4.14-lp-interop-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.14-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.14-lp-interop-images + rerun_command: /test openshift-pipelines-ocp4.14-lp-interop-images + 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=[images] + - --variant=openshift-pipelines-ocp4.14-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )openshift-pipelines-ocp4.14-lp-interop-images,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -58,6 +115,63 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )openshift-pipelines-ocp4.14-lp-rosa-classic-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.14$ + - ^release-v1\.14- + cluster: build04 + context: ci/prow/openshift-pipelines-ocp4.15-lp-interop-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: openshift-pipelines-ocp4.15-lp-interop + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.15-lp-interop-images + rerun_command: /test openshift-pipelines-ocp4.15-lp-interop-images + 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=[images] + - --variant=openshift-pipelines-ocp4.15-lp-interop + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )openshift-pipelines-ocp4.15-lp-interop-images,?($|\s.*) - agent: kubernetes always_run: true branches: