diff --git a/ci-operator/config/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main.yaml b/ci-operator/config/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main.yaml index f25fed64d94a4..1871b7545280e 100644 --- a/ci-operator/config/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -27,6 +31,10 @@ base_images: name: "4.20" namespace: ocp tag: rhel-coreos + tests-private: + name: tests-private + namespace: ci + tag: "4.20" binary_build_commands: make aws-cloud-controller-manager build_root: from_repository: true @@ -116,6 +124,18 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external +- as: regression-clusterinfra-aws-ipi-ccm + optional: true + run_if_changed: ^(go\.mod|go\.sum)$ + steps: + cluster_profile: aws-2 + env: + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM + test: + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi - as: verify-commits commands: | commitchecker --start ${PULL_BASE_SHA:-main} diff --git a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main.yaml b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main.yaml index 70e04a2bcc5d6..6cbb08e565b11 100644 --- a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main.yaml @@ -137,14 +137,14 @@ tests: steps: cluster_profile: azure4 workflow: openshift-upgrade-azure -- as: regression-clusterinfra-cucushift-rehearse-azure-ipi +- as: regression-clusterinfra-azure-ipi-ccm optional: true run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@ccm' - TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM test: - chain: openshift-e2e-test-clusterinfra-qe-regression diff --git a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20.yaml b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20.yaml index b25468b41ce93..8022c450480a4 100644 --- a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20.yaml +++ b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20.yaml @@ -6,7 +6,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -138,14 +138,14 @@ tests: steps: cluster_profile: azure4 workflow: openshift-upgrade-azure -- as: regression-clusterinfra-cucushift-rehearse-azure-ipi +- as: regression-clusterinfra-azure-ipi-ccm optional: true run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@ccm' - TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM test: - chain: openshift-e2e-test-clusterinfra-qe-regression diff --git a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21.yaml b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21.yaml index e5794e3e8976d..5a897cd16a53b 100644 --- a/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21.yaml +++ b/ci-operator/config/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21.yaml @@ -137,14 +137,14 @@ tests: steps: cluster_profile: azure4 workflow: openshift-upgrade-azure -- as: regression-clusterinfra-cucushift-rehearse-azure-ipi +- as: regression-clusterinfra-azure-ipi-ccm optional: true run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@ccm' - TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM test: - chain: openshift-e2e-test-clusterinfra-qe-regression diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main.yaml index 70812423a56f0..ee4662ca87891 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -104,17 +108,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp-3 env: - TEST_FILTERS: NonHyperShiftHOST + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM - TEST_TIMEOUT: "90" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17.yaml index 41ef9da085d75..31aed9ee9a27d 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17.yaml @@ -104,7 +104,7 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true steps: cluster_profile: gcp-3 diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18.yaml index 8a0b4de6b1c65..edb2b9ccaa74b 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -104,17 +108,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp-3 env: - TEST_FILTERS: NonHyperShiftHOST + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM - TEST_TIMEOUT: "90" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19.yaml index a4d383cd101a8..673b7c3a00307 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.19" commitchecker: name: commitchecker namespace: ci @@ -104,17 +108,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp-3 env: - TEST_FILTERS: NonHyperShiftHOST + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM - TEST_TIMEOUT: "90" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20.yaml index a5a488a2f020f..1a0baa7fb2b0d 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -105,17 +109,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp-3 env: - TEST_FILTERS: NonHyperShiftHOST + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM - TEST_TIMEOUT: "90" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21.yaml b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21.yaml index 0cd29ad60338c..759bdd2016a9a 100644 --- a/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21.yaml +++ b/ci-operator/config/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21.yaml @@ -3,6 +3,10 @@ base_images: name: centos namespace: openshift tag: stream9 + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -104,17 +108,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-upgrade -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp-3 env: - TEST_FILTERS: NonHyperShiftHOST + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CCM - TEST_TIMEOUT: "90" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main.yaml b/ci-operator/config/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main.yaml index 8c7868e7df964..866a6da364f77 100644 --- a/ci-operator/config/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -11,6 +15,10 @@ base_images: name: builder namespace: ocp tag: rhel-9-golang-1.24-openshift-4.20 + tests-private: + name: tests-private + namespace: ci + tag: "4.20" binary_build_commands: go build . build_root: from_repository: true @@ -70,6 +78,19 @@ tests: steps: cluster_profile: ibmcloud workflow: openshift-e2e-ibmcloud +- as: regression-clusterinfra-ibmcloud-ipi-ccm + optional: true + run_if_changed: ^(go\.mod|go\.sum)$ + steps: + cluster_profile: ibmcloud + env: + BASE_DOMAIN: ci-ibmcloud.devcluster.openshift.com + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM + test: + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-ibmcloud-ipi - as: verify-commits commands: | commitchecker --start ${PULL_BASE_SHA:-main} diff --git a/ci-operator/config/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main.yaml b/ci-operator/config/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main.yaml index 65602e9f0ef47..ed68d4967dc87 100644 --- a/ci-operator/config/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -11,6 +15,10 @@ base_images: name: builder namespace: ocp tag: rhel-9-golang-1.23-openshift-4.19 + tests-private: + name: tests-private + namespace: ci + tag: "4.20" binary_build_commands: go build . build_root: from_repository: true @@ -61,6 +69,19 @@ tests: test: - ref: windows-e2e-operator-test workflow: ipi-nutanix-ovn-hybrid +- as: regression-clusterinfra-nutanix-ipi-ccm + cluster: build01 + optional: true + run_if_changed: ^(go\.mod|go\.sum)$ + steps: + cluster_profile: nutanix + env: + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM + test: + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-nutanix-ipi - as: unit commands: make unit-test container: diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main.yaml index 1ea753283da40..fe04ca9043e73 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -74,17 +78,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17.yaml index a6f8bed27208d..844c50becd6c2 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" commitchecker: name: commitchecker namespace: ci @@ -76,17 +80,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18.yaml index d26de3edc24d9..da310f9c67041 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -76,17 +80,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19.yaml index a134f1228df3e..204e000488020 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.19" commitchecker: name: commitchecker namespace: ci @@ -74,17 +78,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20.yaml index 0a46310942f4c..b23ffcdbbe38b 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -75,17 +79,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21.yaml b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21.yaml index 864fbb3632345..e5216f9d6f02f 100644 --- a/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21.yaml +++ b/ci-operator/config/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.21" commitchecker: name: commitchecker namespace: ci @@ -74,17 +78,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-upgrade-vsphere -- as: regression-clusterinfra-cucushift-rehearse-vsphere-ipi +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: NonHyperShiftHOST - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi timeout: 7h0m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main.yaml index 4908a58775fa7..01cfcd243fac9 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main.yaml @@ -102,20 +102,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression - workflow: cucushift-installer-rehearse-aws-ipi-proxy + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17.yaml index f32790d213650..dadfbe8e45be8 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" commitchecker: name: commitchecker namespace: ci @@ -97,17 +101,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: - cluster_profile: aws-2 + cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18.yaml index d50640859df49..710c663e5a9bc 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -97,17 +101,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: - cluster_profile: aws-2 + cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19.yaml index 3c43ffed52260..4f0d61166bdb8 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19.yaml @@ -102,20 +102,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression - workflow: cucushift-installer-rehearse-aws-ipi-proxy + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20.yaml index 17153bf4a7724..e7c4aa3dd5c5b 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -103,20 +103,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression - workflow: cucushift-installer-rehearse-aws-ipi-proxy + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21.yaml b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21.yaml index 7ca50f2c15a8c..822d4cffccc4c 100644 --- a/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21.yaml @@ -102,20 +102,18 @@ tests: steps: cluster_profile: aws-2 workflow: openshift-e2e-aws-serial -- as: regression-clusterinfra-aws-ipi-proxy-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression - workflow: cucushift-installer-rehearse-aws-ipi-proxy + workflow: cucushift-installer-rehearse-aws-ipi - as: e2e-hypershift skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: diff --git a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master.yaml b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master.yaml index 5adb6b3355d19..33c07f75ba9e5 100644 --- a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master.yaml @@ -103,17 +103,15 @@ tests: env: FEATURE_SET: TechPreviewNoUpgrade workflow: openshift-e2e-azure -- as: regression-clusterinfra-azure-ipi-techpreview +- as: regression-clusterinfra-azure-ipi-techpreview-capi optional: true steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19.yaml b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19.yaml index 4046e284b347f..d2bccded3d881 100644 --- a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19.yaml @@ -103,17 +103,15 @@ tests: env: FEATURE_SET: TechPreviewNoUpgrade workflow: openshift-e2e-azure -- as: regression-clusterinfra-azure-ipi-techpreview +- as: regression-clusterinfra-azure-ipi-techpreview-capi optional: true steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20.yaml b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20.yaml index d83b9090ab0ce..ba75c5391f34d 100644 --- a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -104,17 +104,15 @@ tests: env: FEATURE_SET: TechPreviewNoUpgrade workflow: openshift-e2e-azure -- as: regression-clusterinfra-azure-ipi-techpreview +- as: regression-clusterinfra-azure-ipi-techpreview-capi optional: true steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21.yaml b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21.yaml index cc40daa24f622..199497c7d57ba 100644 --- a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21.yaml @@ -103,17 +103,15 @@ tests: env: FEATURE_SET: TechPreviewNoUpgrade workflow: openshift-e2e-azure -- as: regression-clusterinfra-azure-ipi-techpreview +- as: regression-clusterinfra-azure-ipi-techpreview-capi optional: true steps: cluster_profile: azure4 env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master.yaml index d236b0b00f42b..e4fe7e49621de 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master.yaml @@ -91,17 +91,15 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17.yaml index c053e9ee33db7..1e0581df557ac 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" commitchecker: name: commitchecker namespace: ci @@ -87,18 +91,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: security diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18.yaml index 98bdfd2873681..2076eb73d02c7 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -87,18 +91,17 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi timeout: 7h0m0s - as: security diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19.yaml index 84dd063e37a61..1c0bf978de084 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19.yaml @@ -91,17 +91,15 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20.yaml index f181be040da6c..863c71482d04b 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: 4.20" commitchecker: name: commitchecker namespace: ci @@ -92,17 +92,15 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21.yaml b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21.yaml index 9664e3c8a3421..758121e1cec37 100644 --- a/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21.yaml @@ -91,17 +91,15 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp-serial -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev +- as: regression-clusterinfra-gcp-ipi-techpreview-capi optional: true steps: cluster_profile: gcp-qe env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master.yaml index 90228f29094c3..31878597b1f74 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -83,17 +87,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16.yaml index 5bd97f0626a8a..2bd37318ddecf 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.16" commitchecker: name: commitchecker namespace: ci @@ -70,17 +74,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17.yaml index 8d5d0ca94ac07..e9da9d1396406 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" commitchecker: name: commitchecker namespace: ci @@ -83,17 +87,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18.yaml index 541b5dae8e68c..8ee3a703e23f6 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -83,17 +87,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19.yaml index 93d929e66f2d0..3ecf332477380 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.19" commitchecker: name: commitchecker namespace: ci @@ -83,17 +87,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20.yaml index 3b44eb7c9b2e0..d6255f8fe818d 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -84,17 +88,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21.yaml b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21.yaml index a1617446ee9ba..3b73dea20338d 100644 --- a/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest commitchecker: name: commitchecker namespace: ci @@ -83,17 +87,17 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere-serial -- as: regression-clusterinfra-vsphere-ipi-techpreview +- as: regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true steps: cluster_profile: vsphere-elastic env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI - TEST_SCENARIOS: Cluster_Infrastructure + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-vsphere-ipi - as: verify-commits commands: | diff --git a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-master.yaml b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-master.yaml index 24c3844bd7e36..285a7a51c1bf6 100644 --- a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-master.yaml +++ b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-master.yaml @@ -161,17 +161,15 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external -- as: regression-clusterinfra-aws-ipi-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.18.yaml b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.18.yaml index 36047631701b5..79ee419f87574 100644 --- a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" commitchecker: name: commitchecker namespace: ci @@ -156,18 +160,17 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external -- as: regression-clusterinfra-aws-ipi-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: - cluster_profile: aws-3 + cluster_profile: aws env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonPreRelease + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h30m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.19.yaml b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.19.yaml index c4d3cfd303c30..1b0244b6774a9 100644 --- a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.19.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.19" commitchecker: name: commitchecker namespace: ci @@ -157,18 +161,17 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external -- as: regression-clusterinfra-aws-ipi-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonPreRelease + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h30m0s - as: verify-commits diff --git a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.20.yaml b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.20.yaml index 497e1ade1d7c3..82fd731f0fe95 100644 --- a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" commitchecker: name: commitchecker namespace: ci @@ -162,17 +162,15 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external -- as: regression-clusterinfra-aws-ipi-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.21.yaml b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.21.yaml index ad913e422d1fe..9f79afda6c7ac 100644 --- a/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-api/openshift-cluster-api-release-4.21.yaml @@ -161,17 +161,15 @@ tests: steps: cluster_profile: hypershift workflow: hypershift-aws-e2e-external -- as: regression-clusterinfra-aws-ipi-techpreview +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws env: E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: CAPI TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml index 279022e420363..adf2013abe087 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest dev-scripts: name: test namespace: ocp-kni @@ -220,19 +224,18 @@ tests: requests: cpu: 100m workflow: baremetalds-e2e-ovn-ipv6 -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "1200" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s - as: security optional: true diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17.yaml index 19b99a76cb48d..5a9bb18d590e9 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" ocp_4.17_base-rhel9: name: "4.17" namespace: ocp @@ -169,19 +173,18 @@ tests: requests: cpu: 100m workflow: openshift-e2e-vsphere -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: - cluster_profile: aws-2 + cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s zz_generated_metadata: branch: release-4.17 diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18.yaml index d8f0956ce0d31..c2073ce811d2b 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" dev-scripts: name: test namespace: ocp-kni @@ -204,19 +208,18 @@ tests: requests: cpu: 100m workflow: baremetalds-e2e-ovn-ipv6 -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: - cluster_profile: aws-2 + cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "1200" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s - as: security optional: true diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19.yaml index 8866ecadf4054..f574af26aef5d 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.19" dev-scripts: name: test namespace: ocp-kni @@ -220,19 +224,18 @@ tests: requests: cpu: 100m workflow: baremetalds-e2e-ovn-ipv6 -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "1200" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s - as: security optional: true diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20.yaml index 60893bced10c2..152fa02c5ff66 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.20" dev-scripts: name: test namespace: ocp-kni @@ -221,19 +225,18 @@ tests: requests: cpu: 100m workflow: baremetalds-e2e-ovn-ipv6 -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "1200" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s - as: security optional: true diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21.yaml index 4f9226c3e6354..87050e1571128 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest dev-scripts: name: test namespace: ocp-kni @@ -220,19 +224,18 @@ tests: requests: cpu: 100m workflow: baremetalds-e2e-ovn-ipv6 -- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi +- as: regression-clusterinfra-aws-ipi-techpreview-capi optional: true steps: cluster_profile: aws-3 env: + E2E_RUN_TAGS: '@capi' FEATURE_SET: TechPreviewNoUpgrade - TEST_FILTERS: NonHyperShiftHOST&;capi;CAPI + TEST_FILTERS_CLUSTERINFRASTRUCTURE: capi&&!qe-only TEST_SCENARIOS: Cluster_Infrastructure CAPI - TEST_TIMEOUT: "1200" test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-aws-ipi-proxy + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s - as: security optional: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main.yaml index a6cb43d5a97b4..67a0add3a7b7b 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: latest ocp_4.19_base-rhel9: name: "4.20" namespace: ocp @@ -10,7 +14,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.20" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true @@ -147,19 +151,18 @@ tests: steps: cluster_profile: vsphere-elastic workflow: openshift-e2e-vsphere -- as: regression-vsphere-ipi-ccmo +- as: regression-clusterinfra-vsphere-ipi-ccm optional: true - run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*vsphere.* + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: vsphere-elastic env: - TEST_FILTERS: CCM - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "1200" + E2E_RUN_TAGS: '@ccm' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: ccm&&!qe-only + TEST_SCENARIOS: Cluster_Infrastructure CCM test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report - workflow: cucushift-installer-rehearse-vsphere-ipi-zones + - chain: openshift-e2e-test-clusterinfra-qe-regression + workflow: cucushift-installer-rehearse-vsphere-ipi - as: e2e-nutanix-ovn cluster: build01 optional: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.17.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.17.yaml index 9b0b1e173e0ee..9684076193242 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.17.yaml @@ -10,7 +10,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.17" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.18.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.18.yaml index 165b75a152fc8..fd245e43edab8 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.18.yaml @@ -10,7 +10,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.18" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.19.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.19.yaml index b93397a64db25..448373bc2e752 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.19.yaml @@ -10,7 +10,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.19" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.20.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.20.yaml index a682c2c689932..5f8dfa66d50bb 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.20.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.20.yaml @@ -10,7 +10,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.20" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true diff --git a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.21.yaml b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.21.yaml index 476916fee2289..03ad60a8fd082 100644 --- a/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.21.yaml +++ b/ci-operator/config/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-release-4.21.yaml @@ -10,7 +10,7 @@ base_images: tests-private: name: tests-private namespace: ci - tag: "4.16" + tag: "4.20" binary_build_commands: go build cmd/cluster-cloud-controller-manager-operator/main.go build_root: from_repository: true diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-main.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-main.yaml index 7a6504568a3a9..5b2ab42fa8ef7 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-main.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-main.yaml @@ -304,10 +304,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18.yaml index 6f17fabca9d21..4acc88606f032 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" dev-scripts: name: test namespace: ocp-kni @@ -251,18 +255,13 @@ tests: optional: true run_if_changed: ^(go\.mod|go\.sum)$ steps: - cluster_profile: aws-3 + cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST + TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - - ref: idp-htpasswd - - ref: cucushift-pre - - ref: openshift-extended-test - - ref: cucushift-e2e - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi timeout: 7h0m0s zz_generated_metadata: diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.19.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.19.yaml index 2a57c30edf63a..ec50a270cd986 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.19.yaml @@ -258,10 +258,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.20.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.20.yaml index fd5bcb16ecf95..1c804f670c75c 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" dev-scripts: name: test namespace: ocp-kni @@ -305,10 +305,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.21.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.21.yaml index 2b4486e2ef614..dd06b54a89c65 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.21.yaml @@ -304,10 +304,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-main.yaml b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-main.yaml index 96792afcd578f..020bf8f6ea202 100644 --- a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-main.yaml +++ b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-main.yaml @@ -105,10 +105,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.19.yaml b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.19.yaml index 23b6caf91836e..ea87f3ee8c46d 100644 --- a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.19.yaml @@ -105,10 +105,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.20.yaml b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.20.yaml index c040b99a9e8b7..cf92c180df1d3 100644 --- a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" ocp_4.20_base-rhel9: name: "4.20" namespace: ocp @@ -106,10 +106,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.21.yaml b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.21.yaml index 6aba9cb3b189a..d36097696ea25 100644 --- a/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-provider-aws/openshift-machine-api-provider-aws-release-4.21.yaml @@ -105,10 +105,8 @@ tests: cluster_profile: aws-2 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-aws-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-main.yaml b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-main.yaml index 2d4ae1990d47c..39860f0ff5167 100644 --- a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-main.yaml +++ b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-main.yaml @@ -106,10 +106,8 @@ tests: cluster_profile: azure4 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.19.yaml b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.19.yaml index 234c64ef9d036..80f27fb4e1eb0 100644 --- a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.19.yaml @@ -96,10 +96,8 @@ tests: cluster_profile: azure4 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.20.yaml b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.20.yaml index de9ba933f3b2a..86e7ead5ae290 100644 --- a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.20.yaml @@ -107,10 +107,8 @@ tests: cluster_profile: azure4 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.21.yaml b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.21.yaml index d33689079a4ff..0877f07b50416 100644 --- a/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-provider-azure/openshift-machine-api-provider-azure-release-4.21.yaml @@ -106,10 +106,8 @@ tests: cluster_profile: azure4 env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-azure-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-main.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-main.yaml index 16ca371fcfb45..dee16be9df66c 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-main.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-main.yaml @@ -85,10 +85,8 @@ tests: cluster_profile: gcp env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16.yaml index 4eae7810417b8..fde9aff44baf9 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.16" ocp_4.16_base-rhel9: name: "4.16" namespace: ocp @@ -74,17 +78,19 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-mapi optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp env: - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "5400" + E2E_RUN_TAGS: '@mapi' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi + TEST_SCENARIOS: Cluster_Infrastructure MAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi + timeout: 7h0m0s zz_generated_metadata: branch: release-4.16 org: openshift diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17.yaml index fe66fa31dc449..8a5c3831ab6de 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.17" ocp_4.17_base-rhel9: name: "4.17" namespace: ocp @@ -74,17 +78,19 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-mapi optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp env: - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "5400" + E2E_RUN_TAGS: '@mapi' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi + TEST_SCENARIOS: Cluster_Infrastructure MAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi + timeout: 7h0m0s zz_generated_metadata: branch: release-4.17 org: openshift diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18.yaml index 12c980b64656e..9bb8b46768681 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18.yaml @@ -1,4 +1,8 @@ base_images: + cluster-api-actuator-pkg-test: + name: cluster-api-actuator-pkg-test + namespace: ci + tag: "4.18" ocp_4.18_base-rhel9: name: "4.18" namespace: ocp @@ -74,17 +78,19 @@ tests: steps: cluster_profile: gcp workflow: openshift-e2e-gcp -- as: regression-clusterinfra-cucushift-rehearse-gcp-ipi +- as: regression-clusterinfra-gcp-ipi-mapi optional: true + run_if_changed: ^(go\.mod|go\.sum)$ steps: cluster_profile: gcp env: - TEST_SCENARIOS: Cluster_Infrastructure - TEST_TIMEOUT: "5400" + E2E_RUN_TAGS: '@mapi' + TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi + TEST_SCENARIOS: Cluster_Infrastructure MAPI test: - - ref: openshift-extended-test - - ref: openshift-e2e-test-qe-report + - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi + timeout: 7h0m0s - as: security steps: env: diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.19.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.19.yaml index d0b8ed22dcc06..3e1e294e726c2 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.19.yaml @@ -85,10 +85,8 @@ tests: cluster_profile: gcp env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.20.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.20.yaml index 39987d9b0cf63..41a99e316e014 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.20.yaml @@ -2,7 +2,7 @@ base_images: cluster-api-actuator-pkg-test: name: cluster-api-actuator-pkg-test namespace: ci - tag: latest + tag: "4.20" ocp_4.20_base-rhel9: name: "4.20" namespace: ocp @@ -86,10 +86,8 @@ tests: cluster_profile: gcp env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.21.yaml b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.21.yaml index dc2b21f31b75a..681947a986752 100644 --- a/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.21.yaml @@ -85,10 +85,8 @@ tests: cluster_profile: gcp env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-gcp-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-main.yaml b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-main.yaml index 49423b0d96745..11cb80c8386e3 100644 --- a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-main.yaml +++ b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-main.yaml @@ -87,10 +87,8 @@ tests: env: BASE_DOMAIN: ci-ibmcloud.devcluster.openshift.com E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-ibmcloud-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.19.yaml b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.19.yaml index f7239bb2a08dc..d89a73575de62 100644 --- a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.19.yaml @@ -87,10 +87,8 @@ tests: env: BASE_DOMAIN: ci-ibmcloud.devcluster.openshift.com E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-ibmcloud-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.20.yaml b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.20.yaml index 7657e431b47f5..8de2b22a453b4 100644 --- a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.20.yaml @@ -88,10 +88,8 @@ tests: env: BASE_DOMAIN: ci-ibmcloud.devcluster.openshift.com E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-ibmcloud-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.21.yaml b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.21.yaml index 5172a0bb1ef1d..eb38d3c20b8f5 100644 --- a/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-provider-ibmcloud/openshift-machine-api-provider-ibmcloud-release-4.21.yaml @@ -87,10 +87,8 @@ tests: env: BASE_DOMAIN: ci-ibmcloud.devcluster.openshift.com E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-ibmcloud-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-main.yaml b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-main.yaml index 762798da9b192..23a2238100fc9 100644 --- a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-main.yaml +++ b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-main.yaml @@ -83,10 +83,8 @@ tests: cluster_profile: nutanix env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-nutanix-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.19.yaml b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.19.yaml index 299d298326910..a8d4664ec9ffb 100644 --- a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.19.yaml +++ b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.19.yaml @@ -83,10 +83,8 @@ tests: cluster_profile: nutanix env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-nutanix-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.20.yaml b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.20.yaml index a3727ea32efb0..58af206a3d9e3 100644 --- a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.20.yaml +++ b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.20.yaml @@ -84,10 +84,8 @@ tests: cluster_profile: nutanix env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-nutanix-ipi diff --git a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.21.yaml b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.21.yaml index 2ec0b02059823..752d6b5efda08 100644 --- a/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-api-provider-nutanix/openshift-machine-api-provider-nutanix-release-4.21.yaml @@ -83,10 +83,8 @@ tests: cluster_profile: nutanix env: E2E_RUN_TAGS: '@mapi' - TEST_FILTERS: NonHyperShiftHOST TEST_FILTERS_CLUSTERINFRASTRUCTURE: periodic&&!qe-only&&mapi TEST_SCENARIOS: Cluster_Infrastructure MAPI - TEST_TIMEOUT: "35" test: - chain: openshift-e2e-test-clusterinfra-qe-regression workflow: cucushift-installer-rehearse-nutanix-ipi diff --git a/ci-operator/jobs/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main-presubmits.yaml index 024b6652e57ae..e7a3807119051 100644 --- a/ci-operator/jobs/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-aws/openshift-cloud-provider-aws-main-presubmits.yaml @@ -490,6 +490,81 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build03 + context: ci/prow/regression-clusterinfra-aws-ipi-ccm + decorate: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cloud-provider-aws-main-regression-clusterinfra-aws-ipi-ccm + optional: true + path_alias: k8s.io/cloud-provider-aws + rerun_command: /test regression-clusterinfra-aws-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ + 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=regression-clusterinfra-aws-ipi-ccm + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /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 + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main-presubmits.yaml index ef9cba166fd98..0f2ed5b0d3e6c 100644 --- a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-main-presubmits.yaml @@ -425,7 +425,7 @@ presubmits: - ^main$ - ^main- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-azure-ipi + context: ci/prow/regression-clusterinfra-azure-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -434,10 +434,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-azure-main-regression-clusterinfra-cucushift-rehearse-azure-ipi + name: pull-ci-openshift-cloud-provider-azure-main-regression-clusterinfra-azure-ipi-ccm optional: true path_alias: github.com/kubernetes-sigs/cloud-provider-azure - rerun_command: /test regression-clusterinfra-cucushift-rehearse-azure-ipi + rerun_command: /test regression-clusterinfra-azure-ipi-ccm run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: @@ -447,7 +447,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-azure-ipi + - --target=regression-clusterinfra-azure-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -495,7 +495,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-azure-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20-presubmits.yaml index 5fa98838dc826..3837bc5c60082 100644 --- a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.20-presubmits.yaml @@ -287,7 +287,7 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-azure-ipi + context: ci/prow/regression-clusterinfra-azure-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -296,10 +296,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-azure-release-4.20-regression-clusterinfra-cucushift-rehearse-azure-ipi + name: pull-ci-openshift-cloud-provider-azure-release-4.20-regression-clusterinfra-azure-ipi-ccm optional: true path_alias: github.com/kubernetes-sigs/cloud-provider-azure - rerun_command: /test regression-clusterinfra-cucushift-rehearse-azure-ipi + rerun_command: /test regression-clusterinfra-azure-ipi-ccm run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: @@ -309,7 +309,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-azure-ipi + - --target=regression-clusterinfra-azure-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -357,7 +357,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-azure-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21-presubmits.yaml index 7f9b6ec1bf31c..3c0a158e689e4 100644 --- a/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-azure/openshift-cloud-provider-azure-release-4.21-presubmits.yaml @@ -288,7 +288,7 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build05 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-azure-ipi + context: ci/prow/regression-clusterinfra-azure-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -297,10 +297,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-azure-release-4.21-regression-clusterinfra-cucushift-rehearse-azure-ipi + name: pull-ci-openshift-cloud-provider-azure-release-4.21-regression-clusterinfra-azure-ipi-ccm optional: true path_alias: github.com/kubernetes-sigs/cloud-provider-azure - rerun_command: /test regression-clusterinfra-cucushift-rehearse-azure-ipi + rerun_command: /test regression-clusterinfra-azure-ipi-ccm run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: @@ -310,7 +310,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-azure-ipi + - --target=regression-clusterinfra-azure-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -358,7 +358,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-azure-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main-presubmits.yaml index 9ec495fdafb62..d30c760725bde 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-main-presubmits.yaml @@ -396,12 +396,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^main$ - ^main- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -410,10 +410,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-main-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-main-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -422,7 +423,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -470,7 +471,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17-presubmits.yaml index 85cb40cd3a763..4d252dea9acbb 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.17-presubmits.yaml @@ -323,7 +323,7 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -332,10 +332,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-release-4.17-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-release-4.17-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm spec: containers: - args: @@ -344,7 +344,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -392,7 +392,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18-presubmits.yaml index 5563e86ac0000..8ff229e7cd86e 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.18-presubmits.yaml @@ -396,12 +396,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.18$ - ^release-4\.18- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -410,10 +410,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-release-4.18-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-release-4.18-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -422,7 +423,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -470,7 +471,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19-presubmits.yaml index 869f14783c8b4..cc854b7d616cb 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.19-presubmits.yaml @@ -396,12 +396,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.19$ - ^release-4\.19- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -410,10 +410,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-release-4.19-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-release-4.19-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -422,7 +423,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -470,7 +471,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20-presubmits.yaml index 93129a42adff0..b352383fa8422 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.20-presubmits.yaml @@ -258,12 +258,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.20$ - ^release-4\.20- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -272,10 +272,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-release-4.20-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-release-4.20-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -284,7 +285,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -332,7 +333,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21-presubmits.yaml index ce9d822fd8f1e..5fd06da10a758 100644 --- a/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-gcp/openshift-cloud-provider-gcp-release-4.21-presubmits.yaml @@ -259,12 +259,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.21$ - ^release-4\.21- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -273,10 +273,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-gcp-release-4.21-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-cloud-provider-gcp-release-4.21-regression-clusterinfra-gcp-ipi-ccm optional: true path_alias: k8s.io/cloud-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -285,7 +286,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -333,7 +334,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main-presubmits.yaml index 16d5d0f12c9ac..9018b48be56e2 100644 --- a/ci-operator/jobs/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-ibm/openshift-cloud-provider-ibm-main-presubmits.yaml @@ -395,6 +395,81 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build03 + context: ci/prow/regression-clusterinfra-ibmcloud-ipi-ccm + decorate: true + labels: + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cloud-provider-ibm-main-regression-clusterinfra-ibmcloud-ipi-ccm + optional: true + path_alias: github.com/IBM-Cloud/cloud-provider-ibm + rerun_command: /test regression-clusterinfra-ibmcloud-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ + 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=regression-clusterinfra-ibmcloud-ipi-ccm + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /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 + trigger: (?m)^/test( | .* )regression-clusterinfra-ibmcloud-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main-presubmits.yaml index 102b44c35849a..451649ea2242d 100644 --- a/ci-operator/jobs/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-nutanix/openshift-cloud-provider-nutanix-main-presubmits.yaml @@ -396,6 +396,82 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/regression-clusterinfra-nutanix-ipi-ccm + decorate: true + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix + ci-operator.openshift.io/cluster: build01 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cloud-provider-nutanix-main-regression-clusterinfra-nutanix-ipi-ccm + optional: true + path_alias: github.com/nutanix-cloud-native/cloud-provider-nutanix + rerun_command: /test regression-clusterinfra-nutanix-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ + 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=regression-clusterinfra-nutanix-ipi-ccm + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /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 + trigger: (?m)^/test( | .* )regression-clusterinfra-nutanix-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main-presubmits.yaml index aafd360ffdc9b..2b03f0e7b01f3 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-main-presubmits.yaml @@ -341,12 +341,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^main$ - ^main- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -355,10 +355,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-main-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-main-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -367,7 +368,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -415,7 +416,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17-presubmits.yaml index 374955a1a8477..e9bc84c2a1fff 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.17-presubmits.yaml @@ -265,12 +265,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.17$ - ^release-4\.17- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -279,10 +279,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-release-4.17-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-release-4.17-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -291,7 +292,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -339,7 +340,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18-presubmits.yaml index 6a59c7217d1dc..03dc00972a344 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.18-presubmits.yaml @@ -343,12 +343,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.18$ - ^release-4\.18- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -357,10 +357,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-release-4.18-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-release-4.18-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -369,7 +370,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -417,7 +418,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19-presubmits.yaml index 25d9dafac7df1..25d8c334cc856 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.19-presubmits.yaml @@ -341,12 +341,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.19$ - ^release-4\.19- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -355,10 +355,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-release-4.19-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-release-4.19-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -367,7 +368,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -415,7 +416,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20-presubmits.yaml index a0c999a0f531e..8b49f2d9d2488 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.20-presubmits.yaml @@ -203,12 +203,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.20$ - ^release-4\.20- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -217,10 +217,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-release-4.20-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-release-4.20-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -229,7 +230,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -277,7 +278,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21-presubmits.yaml index b8142d5009db8..4c948f236e6c2 100644 --- a/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-vsphere/openshift-cloud-provider-vsphere-release-4.21-presubmits.yaml @@ -204,12 +204,12 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.21$ - ^release-4\.21- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-vsphere-ipi + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true decoration_config: timeout: 7h0m0s @@ -218,10 +218,11 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cloud-provider-vsphere-release-4.21-regression-clusterinfra-cucushift-rehearse-vsphere-ipi + name: pull-ci-openshift-cloud-provider-vsphere-release-4.21-regression-clusterinfra-vsphere-ipi-ccm optional: true path_alias: github.com/kubernetes/cloud-provider-vsphere - rerun_command: /test regression-clusterinfra-cucushift-rehearse-vsphere-ipi + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -230,7 +231,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-vsphere-ipi + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -278,7 +279,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-vsphere-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main-presubmits.yaml index 86b03d9f860a2..08efe2bf24a42 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-main-presubmits.yaml @@ -645,17 +645,17 @@ presubmits: - ^main$ - ^main- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-main-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-main-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -664,7 +664,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -712,7 +712,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17-presubmits.yaml index e0c00f9768166..600d4773c4b5d 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.17-presubmits.yaml @@ -492,17 +492,17 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-release-4.17-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-release-4.17-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -511,7 +511,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -559,7 +559,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18-presubmits.yaml index 5e6d9a96aee66..de9120fb53399 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.18-presubmits.yaml @@ -570,17 +570,17 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-release-4.18-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-release-4.18-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -589,7 +589,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -637,7 +637,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19-presubmits.yaml index c347a3dd520d2..2f1076ffadb60 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.19-presubmits.yaml @@ -646,17 +646,17 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-release-4.19-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-release-4.19-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -665,7 +665,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -713,7 +713,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20-presubmits.yaml index d559bb574158d..87c897ec9def2 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.20-presubmits.yaml @@ -508,17 +508,17 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-release-4.20-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-release-4.20-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -527,7 +527,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -575,7 +575,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21-presubmits.yaml index d4da939ceede7..472f6f578cbcf 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.21-presubmits.yaml @@ -509,17 +509,17 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build11 - context: ci/prow/regression-clusterinfra-aws-ipi-proxy-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-aws-release-4.21-regression-clusterinfra-aws-ipi-proxy-techpreview + name: pull-ci-openshift-cluster-api-provider-aws-release-4.21-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-aws - rerun_command: /test regression-clusterinfra-aws-ipi-proxy-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -528,7 +528,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-proxy-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -576,7 +576,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-proxy-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml index 3e89755382768..b3ec2de6b722a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml @@ -719,17 +719,17 @@ presubmits: - ^master$ - ^master- cluster: build06 - context: ci/prow/regression-clusterinfra-azure-ipi-techpreview + context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-regression-clusterinfra-azure-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-master-regression-clusterinfra-azure-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure - rerun_command: /test regression-clusterinfra-azure-ipi-techpreview + rerun_command: /test regression-clusterinfra-azure-ipi-techpreview-capi spec: containers: - args: @@ -738,7 +738,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-azure-ipi-techpreview + - --target=regression-clusterinfra-azure-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -786,7 +786,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19-presubmits.yaml index a52942d1e33bc..164aa03ae97b1 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.19-presubmits.yaml @@ -641,17 +641,17 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build06 - context: ci/prow/regression-clusterinfra-azure-ipi-techpreview + context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-release-4.19-regression-clusterinfra-azure-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-release-4.19-regression-clusterinfra-azure-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure - rerun_command: /test regression-clusterinfra-azure-ipi-techpreview + rerun_command: /test regression-clusterinfra-azure-ipi-techpreview-capi spec: containers: - args: @@ -660,7 +660,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-azure-ipi-techpreview + - --target=regression-clusterinfra-azure-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -708,7 +708,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20-presubmits.yaml index 313497953fa9f..0ae88b223a408 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.20-presubmits.yaml @@ -581,17 +581,17 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build07 - context: ci/prow/regression-clusterinfra-azure-ipi-techpreview + context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-release-4.20-regression-clusterinfra-azure-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-release-4.20-regression-clusterinfra-azure-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure - rerun_command: /test regression-clusterinfra-azure-ipi-techpreview + rerun_command: /test regression-clusterinfra-azure-ipi-techpreview-capi spec: containers: - args: @@ -600,7 +600,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-azure-ipi-techpreview + - --target=regression-clusterinfra-azure-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -648,7 +648,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21-presubmits.yaml index 2e64e6fab92b6..4a364443a4d1c 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.21-presubmits.yaml @@ -582,17 +582,17 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build05 - context: ci/prow/regression-clusterinfra-azure-ipi-techpreview + context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure4 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-release-4.21-regression-clusterinfra-azure-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-release-4.21-regression-clusterinfra-azure-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure - rerun_command: /test regression-clusterinfra-azure-ipi-techpreview + rerun_command: /test regression-clusterinfra-azure-ipi-techpreview-capi spec: containers: - args: @@ -601,7 +601,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-azure-ipi-techpreview + - --target=regression-clusterinfra-azure-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -649,7 +649,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-azure-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml index 651a9dfba9610..b47a982cf94b0 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml @@ -494,7 +494,7 @@ presubmits: - ^master$ - ^master- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -503,10 +503,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-master-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-master-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -515,7 +515,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -563,7 +563,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17-presubmits.yaml index a819d1bec369d..70661617b0611 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.17-presubmits.yaml @@ -416,7 +416,7 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -425,10 +425,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-release-4.17-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-release-4.17-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -437,7 +437,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -485,7 +485,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18-presubmits.yaml index b27e4120b7ffc..dba0adad70f84 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.18-presubmits.yaml @@ -494,7 +494,7 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -503,10 +503,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-release-4.18-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-release-4.18-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -515,7 +515,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -563,7 +563,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19-presubmits.yaml index ecadd45ce9ebc..7e6324b36c249 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.19-presubmits.yaml @@ -494,7 +494,7 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -503,10 +503,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-release-4.19-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-release-4.19-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -515,7 +515,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -563,7 +563,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20-presubmits.yaml index a131037ab3e19..2f8dfa9b5d16d 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.20-presubmits.yaml @@ -356,7 +356,7 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -365,10 +365,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-release-4.20-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-release-4.20-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -377,7 +377,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -425,7 +425,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21-presubmits.yaml index fae149e8f5fe8..9355f1446628b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.21-presubmits.yaml @@ -357,7 +357,7 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + context: ci/prow/regression-clusterinfra-gcp-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -366,10 +366,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-gcp-release-4.21-regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + name: pull-ci-openshift-cluster-api-provider-gcp-release-4.21-regression-clusterinfra-gcp-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-gcp - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + rerun_command: /test regression-clusterinfra-gcp-ipi-techpreview-capi spec: containers: - args: @@ -378,7 +378,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev + - --target=regression-clusterinfra-gcp-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -426,7 +426,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi-techprev,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master-presubmits.yaml index 4c58f9f124f6c..d373e0383f43d 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-master-presubmits.yaml @@ -495,17 +495,17 @@ presubmits: - ^master$ - ^master- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-master-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-master-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -514,7 +514,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -562,7 +562,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16-presubmits.yaml index 2436b7aefec52..bd0b57060b733 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.16-presubmits.yaml @@ -344,17 +344,17 @@ presubmits: - ^release-4\.16$ - ^release-4\.16- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.16-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.16-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -363,7 +363,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -411,7 +411,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17-presubmits.yaml index b85f9a3d46a57..53e93a7f78603 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.17-presubmits.yaml @@ -417,17 +417,17 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.17-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.17-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -436,7 +436,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -484,7 +484,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18-presubmits.yaml index ab1e898896179..89feaf252cb86 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.18-presubmits.yaml @@ -495,17 +495,17 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.18-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.18-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -514,7 +514,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -562,7 +562,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19-presubmits.yaml index 9e845ebc8174e..13eeede864b8e 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.19-presubmits.yaml @@ -495,17 +495,17 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.19-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.19-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -514,7 +514,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -562,7 +562,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20-presubmits.yaml index e5af65a811e89..f2c8128eac490 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.20-presubmits.yaml @@ -357,17 +357,17 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.20-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.20-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -376,7 +376,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -424,7 +424,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21-presubmits.yaml index feeaf3a6725d1..7348415577996 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-vsphere/openshift-cluster-api-provider-vsphere-release-4.21-presubmits.yaml @@ -358,17 +358,17 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: vsphere02 - context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview + context: ci/prow/regression-clusterinfra-vsphere-ipi-techpreview-capi decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.21-regression-clusterinfra-vsphere-ipi-techpreview + name: pull-ci-openshift-cluster-api-provider-vsphere-release-4.21-regression-clusterinfra-vsphere-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api-provider-vsphere - rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview + rerun_command: /test regression-clusterinfra-vsphere-ipi-techpreview-capi spec: containers: - args: @@ -377,7 +377,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-vsphere-ipi-techpreview + - --target=regression-clusterinfra-vsphere-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -425,7 +425,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-master-presubmits.yaml index e375d5f7c8186..5be605f5cc37e 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-master-presubmits.yaml @@ -940,7 +940,7 @@ presubmits: - ^master$ - ^master- cluster: build07 - context: ci/prow/regression-clusterinfra-aws-ipi-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h30m0s @@ -949,10 +949,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-master-regression-clusterinfra-aws-ipi-techpreview + name: pull-ci-openshift-cluster-api-master-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api - rerun_command: /test regression-clusterinfra-aws-ipi-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -961,7 +961,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1009,7 +1009,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.18-presubmits.yaml index df446af7df79b..9707027c781f8 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.18-presubmits.yaml @@ -864,19 +864,19 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build05 - context: ci/prow/regression-clusterinfra-aws-ipi-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h30m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-3 + ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-release-4.18-regression-clusterinfra-aws-ipi-techpreview + name: pull-ci-openshift-cluster-api-release-4.18-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api - rerun_command: /test regression-clusterinfra-aws-ipi-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -885,7 +885,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -933,7 +933,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.19-presubmits.yaml index 70b16dd2c5d36..0f9757f9d4521 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.19-presubmits.yaml @@ -940,7 +940,7 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build05 - context: ci/prow/regression-clusterinfra-aws-ipi-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h30m0s @@ -949,10 +949,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-release-4.19-regression-clusterinfra-aws-ipi-techpreview + name: pull-ci-openshift-cluster-api-release-4.19-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api - rerun_command: /test regression-clusterinfra-aws-ipi-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -961,7 +961,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1009,7 +1009,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.20-presubmits.yaml index 0df11b93f8281..408ad881a45dc 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.20-presubmits.yaml @@ -802,7 +802,7 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build05 - context: ci/prow/regression-clusterinfra-aws-ipi-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h30m0s @@ -811,10 +811,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-release-4.20-regression-clusterinfra-aws-ipi-techpreview + name: pull-ci-openshift-cluster-api-release-4.20-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api - rerun_command: /test regression-clusterinfra-aws-ipi-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -823,7 +823,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -871,7 +871,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.21-presubmits.yaml index 40939e61026ab..974097910a9bd 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-release-4.21-presubmits.yaml @@ -803,7 +803,7 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build05 - context: ci/prow/regression-clusterinfra-aws-ipi-techpreview + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h30m0s @@ -812,10 +812,10 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-release-4.21-regression-clusterinfra-aws-ipi-techpreview + name: pull-ci-openshift-cluster-api-release-4.21-regression-clusterinfra-aws-ipi-techpreview-capi optional: true path_alias: sigs.k8s.io/cluster-api - rerun_command: /test regression-clusterinfra-aws-ipi-techpreview + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -824,7 +824,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-aws-ipi-techpreview + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -872,7 +872,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml index 5ff9a95dbb793..aebb65e0ee433 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml @@ -1329,7 +1329,7 @@ presubmits: - ^main$ - ^main- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -1338,9 +1338,9 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-main-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-main-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -1349,7 +1349,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1397,7 +1397,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17-presubmits.yaml index feebf3000a6c6..fbfb908dd673e 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.17-presubmits.yaml @@ -955,18 +955,18 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-release-4.17-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-release-4.17-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -975,7 +975,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1023,7 +1023,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18-presubmits.yaml index 740fd8fe19cd4..9ad877fc2c538 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18-presubmits.yaml @@ -1181,18 +1181,18 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-release-4.18-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-release-4.18-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -1201,7 +1201,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1249,7 +1249,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19-presubmits.yaml index a6f05e8477368..2cb0f7c9a4169 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19-presubmits.yaml @@ -1329,7 +1329,7 @@ presubmits: - ^release-4\.19$ - ^release-4\.19- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -1338,9 +1338,9 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-release-4.19-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-release-4.19-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -1349,7 +1349,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1397,7 +1397,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20-presubmits.yaml index c7d614fd785a7..476a25d217150 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.20-presubmits.yaml @@ -1191,7 +1191,7 @@ presubmits: - ^release-4\.20$ - ^release-4\.20- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -1200,9 +1200,9 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-release-4.20-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-release-4.20-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -1211,7 +1211,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1259,7 +1259,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21-presubmits.yaml index 41d541e47ed1b..8da8e418a7df4 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.21-presubmits.yaml @@ -1192,7 +1192,7 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build07 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + context: ci/prow/regression-clusterinfra-aws-ipi-techpreview-capi decorate: true decoration_config: timeout: 7h0m0s @@ -1201,9 +1201,9 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-capi-operator-release-4.21-regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + name: pull-ci-openshift-cluster-capi-operator-release-4.21-regression-clusterinfra-aws-ipi-techpreview-capi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + rerun_command: /test regression-clusterinfra-aws-ipi-techpreview-capi spec: containers: - args: @@ -1212,7 +1212,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-capi-aws-ipi + - --target=regression-clusterinfra-aws-ipi-techpreview-capi command: - ci-operator image: ci-operator:latest @@ -1260,7 +1260,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-capi-aws-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-aws-ipi-techpreview-capi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main-presubmits.yaml index 46684972cbd8e..3959af3ef54ce 100644 --- a/ci-operator/jobs/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-cloud-controller-manager-operator/openshift-cluster-cloud-controller-manager-operator-main-presubmits.yaml @@ -1190,17 +1190,17 @@ presubmits: - ^main$ - ^main- cluster: vsphere02 - context: ci/prow/regression-vsphere-ipi-ccmo + context: ci/prow/regression-clusterinfra-vsphere-ipi-ccm decorate: true labels: ci-operator.openshift.io/cloud: vsphere ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-cloud-controller-manager-operator-main-regression-vsphere-ipi-ccmo + name: pull-ci-openshift-cluster-cloud-controller-manager-operator-main-regression-clusterinfra-vsphere-ipi-ccm optional: true - rerun_command: /test regression-vsphere-ipi-ccmo - run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*vsphere.* + rerun_command: /test regression-clusterinfra-vsphere-ipi-ccm + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -1209,7 +1209,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-vsphere-ipi-ccmo + - --target=regression-clusterinfra-vsphere-ipi-ccm command: - ci-operator image: ci-operator:latest @@ -1257,7 +1257,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-vsphere-ipi-ccmo,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-vsphere-ipi-ccm,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18-presubmits.yaml index 479866592bfe1..9a79fa4ef6034 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.18-presubmits.yaml @@ -1919,7 +1919,7 @@ presubmits: timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-3 + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-machine-api-operator-release-4.18-regression-clusterinfra-aws-ipi-mapi diff --git a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16-presubmits.yaml index ed7e53abad800..9ec0b1d3f9b7c 100644 --- a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.16-presubmits.yaml @@ -366,21 +366,24 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.16$ - ^release-4\.16- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-mapi decorate: true + decoration_config: + timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-machine-api-provider-gcp-release-4.16-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-machine-api-provider-gcp-release-4.16-regression-clusterinfra-gcp-ipi-mapi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-mapi + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -389,7 +392,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-mapi command: - ci-operator image: ci-operator:latest @@ -437,7 +440,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-mapi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17-presubmits.yaml index 39608595fc15e..42394c6ed0351 100644 --- a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.17-presubmits.yaml @@ -366,21 +366,24 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.17$ - ^release-4\.17- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-mapi decorate: true + decoration_config: + timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-machine-api-provider-gcp-release-4.17-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-machine-api-provider-gcp-release-4.17-regression-clusterinfra-gcp-ipi-mapi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-mapi + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -389,7 +392,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-mapi command: - ci-operator image: ci-operator:latest @@ -437,7 +440,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-mapi,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18-presubmits.yaml index cd239e2ba58ca..4a352dac2ee75 100644 --- a/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-provider-gcp/openshift-machine-api-provider-gcp-release-4.18-presubmits.yaml @@ -444,21 +444,24 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.18$ - ^release-4\.18- cluster: build04 - context: ci/prow/regression-clusterinfra-cucushift-rehearse-gcp-ipi + context: ci/prow/regression-clusterinfra-gcp-ipi-mapi decorate: true + decoration_config: + timeout: 7h0m0s labels: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-machine-api-provider-gcp-release-4.18-regression-clusterinfra-cucushift-rehearse-gcp-ipi + name: pull-ci-openshift-machine-api-provider-gcp-release-4.18-regression-clusterinfra-gcp-ipi-mapi optional: true - rerun_command: /test regression-clusterinfra-cucushift-rehearse-gcp-ipi + rerun_command: /test regression-clusterinfra-gcp-ipi-mapi + run_if_changed: ^(go\.mod|go\.sum)$ spec: containers: - args: @@ -467,7 +470,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=regression-clusterinfra-cucushift-rehearse-gcp-ipi + - --target=regression-clusterinfra-gcp-ipi-mapi command: - ci-operator image: ci-operator:latest @@ -515,7 +518,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )regression-clusterinfra-cucushift-rehearse-gcp-ipi,?($|\s.*) + trigger: (?m)^/test( | .* )regression-clusterinfra-gcp-ipi-mapi,?($|\s.*) - agent: kubernetes always_run: true branches: