diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-operator-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-operator-regression.yaml new file mode 100644 index 0000000000000..08fe45e537703 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-operator-regression.yaml @@ -0,0 +1,51 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.12: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.12 + tools: + name: "4.12" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.12 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.12" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp412-operator-test-allns + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "8" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + ODF_OPERATOR_CHANNEL: stable-4.12 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_TESTCASE: Quay-Allns-High + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-operator + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-412-quay-operator-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-regression.yaml new file mode 100644 index 0000000000000..bdb8e174cb234 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-regression.yaml @@ -0,0 +1,80 @@ +base_images: + cli: + name: "4.12" + namespace: ocp + tag: cli + upi-installer: + name: "4.12" + namespace: ocp + tag: upi-installer +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.18 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.12" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 500Mi +tests: +- as: quay-acs-violations-check-quay310 + cron: 0 20 24 * * + steps: + cluster_profile: aws-quay-qe + env: + ACS_OPERATOR_CHANNEL: stable + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + ODF_OPERATOR_CHANNEL: stable-4.12 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-quay-acs + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +- as: quay-e2e-tests-quay310-ocp412-virtual-builder + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m5.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + ODF_OPERATOR_CHANNEL: stable-4.12 + QUAY_BUILDER_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/quay-builder-v3-10@sha256:071dc0d23a0f857bef6f488cc54891aee4844ca78b5c97c718f38647cfa5268c + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-resource-provisioning-tls + - ref: quay-tests-resource-provisioning-builder + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-builder + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-412-quay-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-upgrade-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-upgrade-regression.yaml new file mode 100644 index 0000000000000..b4fbb983aba68 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-upgrade-regression.yaml @@ -0,0 +1,90 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.12: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.12 + tools: + name: "4.12" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.12 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.12" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp412-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + ODF_OPERATOR_CHANNEL: stable-4.12 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi + timeout: 8h0m0s +- as: cso-quay310-ocp412-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.2xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-CSO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +- as: qbo-quay310-ocp412-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-12@sha256:cca10d8b831c5c8b53fe2a40e51261d680237c6a179a5fb9f6d97d3f048ff5cb + ODF_OPERATOR_CHANNEL: stable-4.12 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_UPGRADE_TESTCASE: Quay-QBO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-412-quay-upgrade-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-operator-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-operator-regression.yaml new file mode 100644 index 0000000000000..0f78642fa4a41 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-operator-regression.yaml @@ -0,0 +1,51 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.13: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.13 + tools: + name: "4.13" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.13 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.13" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp413-operator-test-allns + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "8" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + ODF_OPERATOR_CHANNEL: stable-4.13 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_TESTCASE: Quay-Allns-High + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-operator + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-413-quay-operator-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-regression.yaml new file mode 100644 index 0000000000000..3fe32c57cdff3 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-regression.yaml @@ -0,0 +1,80 @@ +base_images: + cli: + name: "4.13" + namespace: ocp + tag: cli + upi-installer: + name: "4.13" + namespace: ocp + tag: upi-installer +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.18 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.13" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 500Mi +tests: +- as: quay-acs-violations-check-quay310 + cron: 0 20 24 * * + steps: + cluster_profile: aws-quay-qe + env: + ACS_OPERATOR_CHANNEL: stable + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + ODF_OPERATOR_CHANNEL: stable-4.13 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-quay-acs + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +- as: quay-e2e-tests-quay310-ocp413-virtual-builder + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m5.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + ODF_OPERATOR_CHANNEL: stable-4.13 + QUAY_BUILDER_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/quay-builder-v3-10@sha256:071dc0d23a0f857bef6f488cc54891aee4844ca78b5c97c718f38647cfa5268c + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-resource-provisioning-tls + - ref: quay-tests-resource-provisioning-builder + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-builder + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-413-quay-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-upgrade-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-upgrade-regression.yaml new file mode 100644 index 0000000000000..b1b0c2a75fe07 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-upgrade-regression.yaml @@ -0,0 +1,90 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.13: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.13 + tools: + name: "4.13" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.13 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.13" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp413-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + ODF_OPERATOR_CHANNEL: stable-4.13 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi + timeout: 8h0m0s +- as: cso-quay310-ocp413-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.2xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-CSO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +- as: qbo-quay310-ocp413-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-13@sha256:a2e62cc0ab6ce0ef8bc040a1bebe9a7810eaff27dee112399ee2f0fd772b629a + ODF_OPERATOR_CHANNEL: stable-4.13 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_UPGRADE_TESTCASE: Quay-QBO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-413-quay-upgrade-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-operator-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-operator-regression.yaml new file mode 100644 index 0000000000000..66456c64d612c --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-operator-regression.yaml @@ -0,0 +1,51 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.14: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.14 + tools: + name: "4.14" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.14 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.14" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp414-operator-test-allns + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "8" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + ODF_OPERATOR_CHANNEL: stable-4.14 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_TESTCASE: Quay-Allns-High + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-operator + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-414-quay-operator-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-regression.yaml new file mode 100644 index 0000000000000..f0c1faa0d1ea7 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-regression.yaml @@ -0,0 +1,80 @@ +base_images: + cli: + name: "4.14" + namespace: ocp + tag: cli + upi-installer: + name: "4.14" + namespace: ocp + tag: upi-installer +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.18 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.14" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 500Mi +tests: +- as: quay-acs-violations-check-quay310 + cron: 0 20 24 * * + steps: + cluster_profile: aws-quay-qe + env: + ACS_OPERATOR_CHANNEL: stable + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + ODF_OPERATOR_CHANNEL: stable-4.14 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-quay-acs + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +- as: quay-e2e-tests-quay310-ocp414-virtual-builder + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m5.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + ODF_OPERATOR_CHANNEL: stable-4.14 + QUAY_BUILDER_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/quay-builder-v3-10@sha256:071dc0d23a0f857bef6f488cc54891aee4844ca78b5c97c718f38647cfa5268c + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-resource-provisioning-tls + - ref: quay-tests-resource-provisioning-builder + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-builder + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-414-quay-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-upgrade-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-upgrade-regression.yaml new file mode 100644 index 0000000000000..d9cca0471f234 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-upgrade-regression.yaml @@ -0,0 +1,90 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.14: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.14 + tools: + name: "4.14" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.14 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.14" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp414-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + ODF_OPERATOR_CHANNEL: stable-4.14 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi + timeout: 8h0m0s +- as: cso-quay310-ocp414-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.2xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-CSO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +- as: qbo-quay310-ocp414-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-14@sha256:26b93452830c59aa09b98609334e352103ced018d27c210b6d7efb304985a41d + ODF_OPERATOR_CHANNEL: stable-4.14 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_UPGRADE_TESTCASE: Quay-QBO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-414-quay-upgrade-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-operator-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-operator-regression.yaml new file mode 100644 index 0000000000000..4f54a6e6c93d8 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-operator-regression.yaml @@ -0,0 +1,51 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.15: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.15 + tools: + name: "4.15" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.15 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.15" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp415-operator-test-allns + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "8" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + ODF_OPERATOR_CHANNEL: stable-4.15 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_TESTCASE: Quay-Allns-High + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-operator + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-415-quay-operator-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-regression.yaml new file mode 100644 index 0000000000000..be16e17d2425b --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-regression.yaml @@ -0,0 +1,80 @@ +base_images: + cli: + name: "4.15" + namespace: ocp + tag: cli + upi-installer: + name: "4.15" + namespace: ocp + tag: upi-installer +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.18 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.15" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 500Mi +tests: +- as: quay-acs-violations-check-quay310 + cron: 0 20 24 * * + steps: + cluster_profile: aws-quay-qe + env: + ACS_OPERATOR_CHANNEL: stable + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + ODF_OPERATOR_CHANNEL: stable-4.15 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-quay-acs + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +- as: quay-e2e-tests-quay310-ocp415-virtual-builder + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m5.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + ODF_OPERATOR_CHANNEL: stable-4.15 + QUAY_BUILDER_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/quay-builder-v3-10@sha256:071dc0d23a0f857bef6f488cc54891aee4844ca78b5c97c718f38647cfa5268c + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-resource-provisioning-tls + - ref: quay-tests-resource-provisioning-builder + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-builder + - ref: quay-tests-test-quay-api + - ref: quay-tests-test-quay-e2e + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-415-quay-regression diff --git a/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-upgrade-regression.yaml b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-upgrade-regression.yaml new file mode 100644 index 0000000000000..ab7150f307835 --- /dev/null +++ b/ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-upgrade-regression.yaml @@ -0,0 +1,90 @@ +base_images: + ocp_builder_rhel-8-release-golang-1.19-openshift-4.15: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.15 + tools: + name: "4.15" + namespace: ocp + tag: tools +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-8-release-golang-1.19-openshift-4.15 +releases: + latest: + candidate: + architecture: amd64 + product: ocp + stream: nightly + version: "4.15" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: 200m + memory: 700Mi +tests: +- as: quay310-ocp415-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + ODF_OPERATOR_CHANNEL: stable-4.15 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi + timeout: 8h0m0s +- as: cso-quay310-ocp415-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.2xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_UPGRADE_TESTCASE: Quay-CSO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +- as: qbo-quay310-ocp415-upgrade + cron: '@yearly' + steps: + cluster_profile: aws-quay-qe + env: + BASE_DOMAIN: quayqe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "6" + COMPUTE_NODE_TYPE: m6a.8xlarge + MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE: quay.io/redhat-user-workloads/quay-eng-tenant/stable-3-10-v4-15@sha256:016a92ca3f4cf0d71ccb53f9d4fcf686a03329e781c0e49436775c99e3351e58 + ODF_OPERATOR_CHANNEL: stable-4.15 + QUAY_OPERATOR_CHANNEL: stable-3.10 + QUAY_OPERATOR_SOURCE: fbc-operator-catalog + QUAY_UPGRADE_TESTCASE: Quay-QBO-Upgrade-High + QUAY_VERSION: 3.10.23 + test: + - ref: quay-tests-enable-quay-catalogsource + - ref: quay-tests-resource-provisioning-storage-odf + - ref: quay-tests-quay-deploy-operator + - ref: quay-tests-quay-deploy-registry-noobaa + - ref: quay-tests-test-quay-upgrade + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: master + org: quay + repo: quay-tests + variant: ocp-415-quay-upgrade-regression diff --git a/ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml b/ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml index 71432270f7222..5dba13a7126ec 100644 --- a/ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml +++ b/ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml @@ -752,6 +752,89 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-operator-regression + ci.openshift.io/generator: prowgen + job-release: "4.12" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-operator-regression-quay310-ocp412-operator-test-allns + 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 + - --target=quay310-ocp412-operator-test-allns + - --variant=ocp-412-quay-operator-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 cron: 0 12 * * 3 @@ -855,7 +938,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build09 - cron: 0 12 * * 1 + cron: 0 20 24 * * decorate: true decoration_config: skip_cloning: true @@ -865,34 +948,22 @@ periodics: repo: quay-tests labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: ocp-413-quay + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-regression ci.openshift.io/generator: prowgen - job-release: "4.13" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-quay-quay-tests-master-ocp-413-quay-quay-e2e-tests-quay313-ocp413 - reporter_config: - slack: - channel: '#quay-qe' - 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}}' + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-regression-quay-acs-violations-check-quay310 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=quay-e2e-tests-quay313-ocp413 - - --variant=ocp-413-quay + - --target=quay-acs-violations-check-quay310 + - --variant=ocp-412-quay-regression command: - ci-operator env: @@ -919,9 +990,6 @@ periodics: - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - readOnly: true - mountPath: /secrets/manifest-tool name: manifest-tool-local-pusher readOnly: true @@ -942,9 +1010,6 @@ periodics: - name: ci-pull-credentials secret: secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -956,7 +1021,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build09 - cron: 0 6 25 10 * + cron: '@yearly' decorate: true decoration_config: skip_cloning: true @@ -966,34 +1031,22 @@ periodics: repo: quay-tests labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: ocp-414-quay + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-regression ci.openshift.io/generator: prowgen - job-release: "4.14" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-quay-quay-tests-master-ocp-414-quay-quay-e2e-tests-quay313-ocp414-lp-interop - reporter_config: - slack: - channel: '#quay-qe' - 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}}' + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-regression-quay-e2e-tests-quay310-ocp412-virtual-builder 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=quay-e2e-tests-quay313-ocp414-lp-interop - - --variant=ocp-414-quay + - --target=quay-e2e-tests-quay310-ocp412-virtual-builder + - --variant=ocp-412-quay-regression command: - ci-operator env: @@ -1020,9 +1073,6 @@ periodics: - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - readOnly: true - mountPath: /secrets/manifest-tool name: manifest-tool-local-pusher readOnly: true @@ -1043,9 +1093,6 @@ periodics: - name: ci-pull-credentials secret: secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -1057,7 +1104,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build09 - cron: 0 12 * * 2 + cron: '@yearly' decorate: true decoration_config: skip_cloning: true @@ -1067,34 +1114,22 @@ periodics: repo: quay-tests labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: ocp-415-quay-nightly + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-upgrade-regression ci.openshift.io/generator: prowgen - job-release: "4.15" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-quay-quay-tests-master-ocp-415-quay-nightly-quay-e2e-tests-quay313-nightly-ocp415 - reporter_config: - slack: - channel: '#quay-qe' - 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}}' + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-upgrade-regression-cso-quay310-ocp412-upgrade 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=quay-e2e-tests-quay313-nightly-ocp415 - - --variant=ocp-415-quay-nightly + - --target=cso-quay310-ocp412-upgrade + - --variant=ocp-412-quay-upgrade-regression command: - ci-operator env: @@ -1121,9 +1156,6 @@ periodics: - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - readOnly: true - mountPath: /secrets/manifest-tool name: manifest-tool-local-pusher readOnly: true @@ -1144,9 +1176,6 @@ periodics: - name: ci-pull-credentials secret: secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -1158,7 +1187,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build09 - cron: 0 6 25 10 * + cron: '@yearly' decorate: true decoration_config: skip_cloning: true @@ -1168,34 +1197,22 @@ periodics: repo: quay-tests labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: ocp-415-quay + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-upgrade-regression ci.openshift.io/generator: prowgen - job-release: "4.15" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-quay-quay-tests-master-ocp-415-quay-quay-e2e-tests-quay313-ocp415-lp-interop - reporter_config: - slack: - channel: '#quay-qe' - 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}}' + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-upgrade-regression-qbo-quay310-ocp412-upgrade 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=quay-e2e-tests-quay313-ocp415-lp-interop - - --variant=ocp-415-quay + - --target=qbo-quay310-ocp412-upgrade + - --variant=ocp-412-quay-upgrade-regression command: - ci-operator env: @@ -1222,9 +1239,6 @@ periodics: - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - readOnly: true - mountPath: /secrets/manifest-tool name: manifest-tool-local-pusher readOnly: true @@ -1245,9 +1259,1991 @@ periodics: - name: ci-pull-credentials secret: secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + timeout: 8h0m0s + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-412-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.12" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-412-quay-upgrade-regression-quay310-ocp412-upgrade + 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 + - --target=quay310-ocp412-upgrade + - --variant=ocp-412-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-operator-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-operator-regression-quay310-ocp413-operator-test-allns + 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 + - --target=quay310-ocp413-operator-test-allns + - --variant=ocp-413-quay-operator-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: 0 12 * * 1 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: ocp-413-quay + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-quay-e2e-tests-quay313-ocp413 + reporter_config: + slack: + channel: '#quay-qe' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=quay-e2e-tests-quay313-ocp413 + - --variant=ocp-413-quay + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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: build09 + cron: 0 20 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-regression-quay-acs-violations-check-quay310 + 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 + - --target=quay-acs-violations-check-quay310 + - --variant=ocp-413-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-regression-quay-e2e-tests-quay310-ocp413-virtual-builder + 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 + - --target=quay-e2e-tests-quay310-ocp413-virtual-builder + - --variant=ocp-413-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-cso-quay310-ocp413-upgrade + 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 + - --target=cso-quay310-ocp413-upgrade + - --variant=ocp-413-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-qbo-quay310-ocp413-upgrade + 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 + - --target=qbo-quay310-ocp413-upgrade + - --variant=ocp-413-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + timeout: 8h0m0s + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-413-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.13" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-quay310-ocp413-upgrade + 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 + - --target=quay310-ocp413-upgrade + - --variant=ocp-413-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-operator-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-operator-regression-quay310-ocp414-operator-test-allns + 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 + - --target=quay310-ocp414-operator-test-allns + - --variant=ocp-414-quay-operator-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: 0 6 25 10 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: ocp-414-quay + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-quay-e2e-tests-quay313-ocp414-lp-interop + reporter_config: + slack: + channel: '#quay-qe' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=quay-e2e-tests-quay313-ocp414-lp-interop + - --variant=ocp-414-quay + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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: build09 + cron: 0 20 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-regression-quay-acs-violations-check-quay310 + 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 + - --target=quay-acs-violations-check-quay310 + - --variant=ocp-414-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-regression-quay-e2e-tests-quay310-ocp414-virtual-builder + 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 + - --target=quay-e2e-tests-quay310-ocp414-virtual-builder + - --variant=ocp-414-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-cso-quay310-ocp414-upgrade + 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 + - --target=cso-quay310-ocp414-upgrade + - --variant=ocp-414-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-qbo-quay310-ocp414-upgrade + 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 + - --target=qbo-quay310-ocp414-upgrade + - --variant=ocp-414-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + timeout: 8h0m0s + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-414-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.14" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-quay310-ocp414-upgrade + 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 + - --target=quay310-ocp414-upgrade + - --variant=ocp-414-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: 0 12 * * 2 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: ocp-415-quay-nightly + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-nightly-quay-e2e-tests-quay313-nightly-ocp415 + reporter_config: + slack: + channel: '#quay-qe' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=quay-e2e-tests-quay313-nightly-ocp415 + - --variant=ocp-415-quay-nightly + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-operator-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-operator-regression-quay310-ocp415-operator-test-allns + 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 + - --target=quay310-ocp415-operator-test-allns + - --variant=ocp-415-quay-operator-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: 0 6 25 10 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: ocp-415-quay + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-quay-e2e-tests-quay313-ocp415-lp-interop + reporter_config: + slack: + channel: '#quay-qe' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=quay-e2e-tests-quay313-ocp415-lp-interop + - --variant=ocp-415-quay + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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: build09 + cron: 0 20 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-regression-quay-acs-violations-check-quay310 + 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 + - --target=quay-acs-violations-check-quay310 + - --variant=ocp-415-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-regression-quay-e2e-tests-quay310-ocp415-virtual-builder + 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 + - --target=quay-e2e-tests-quay310-ocp415-virtual-builder + - --variant=ocp-415-quay-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-upgrade-regression-cso-quay310-ocp415-upgrade + 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 + - --target=cso-quay310-ocp415-upgrade + - --variant=ocp-415-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-upgrade-regression-qbo-quay310-ocp415-upgrade + 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 + - --target=qbo-quay310-ocp415-upgrade + - --variant=ocp-415-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: 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: build09 + cron: '@yearly' + decorate: true + decoration_config: + skip_cloning: true + timeout: 8h0m0s + extra_refs: + - base_ref: master + org: quay + repo: quay-tests + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-quay-qe + ci-operator.openshift.io/variant: ocp-415-quay-upgrade-regression + ci.openshift.io/generator: prowgen + job-release: "4.15" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-quay-quay-tests-master-ocp-415-quay-upgrade-regression-quay310-ocp415-upgrade + 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 + - --target=quay310-ocp415-upgrade + - --variant=ocp-415-quay-upgrade-regression + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - 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: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher