diff --git a/ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master.yaml b/ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main.yaml similarity index 98% rename from ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master.yaml rename to ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main.yaml index 7d397c36eb52b..b5e92d17ba73a 100644 --- a/ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master.yaml +++ b/ci-operator/config/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main.yaml @@ -132,7 +132,7 @@ tests: workflow: openshift-e2e-azurestack - as: verify-commits commands: | - commitchecker --start ${PULL_BASE_SHA:-master} + commitchecker --start ${PULL_BASE_SHA:-main} container: from: commitchecker optional: true @@ -151,6 +151,6 @@ tests: test: - ref: go-verify-deps zz_generated_metadata: - branch: master + branch: main org: openshift-priv repo: cluster-api-provider-azure 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-main.yaml similarity index 98% rename from ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master.yaml rename to ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main.yaml index aa87a8c871b25..8d8c0b82151bd 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-main.yaml @@ -132,7 +132,7 @@ tests: workflow: openshift-e2e-azurestack - as: verify-commits commands: | - commitchecker --start ${PULL_BASE_SHA:-master} + commitchecker --start ${PULL_BASE_SHA:-main} container: from: commitchecker optional: true @@ -151,6 +151,6 @@ tests: test: - ref: go-verify-deps zz_generated_metadata: - branch: master + branch: main org: openshift repo: cluster-api-provider-azure diff --git a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master__okd-scos.yaml b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main__okd-scos.yaml similarity index 98% rename from ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master__okd-scos.yaml rename to ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main__okd-scos.yaml index d352e613e491d..ada5319dfd804 100644 --- a/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master__okd-scos.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main__okd-scos.yaml @@ -47,7 +47,7 @@ tests: cluster_profile: aws workflow: openshift-e2e-aws zz_generated_metadata: - branch: master + branch: main org: openshift repo: cluster-api-provider-azure variant: okd-scos diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-postsubmits.yaml similarity index 97% rename from ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml rename to ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-postsubmits.yaml index a9c3562f82b4e..5686e2ecb3df6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-postsubmits.yaml @@ -3,8 +3,8 @@ postsubmits: - agent: kubernetes always_run: true branches: - - ^master$ - cluster: build09 + - ^main$ + cluster: build01 decorate: true decoration_config: oauth_token_secret: @@ -15,7 +15,7 @@ postsubmits: ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 - name: branch-ci-openshift-priv-cluster-api-provider-azure-master-images + name: branch-ci-openshift-priv-cluster-api-provider-azure-main-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-presubmits.yaml similarity index 94% rename from ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml rename to ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-presubmits.yaml index 41d1aa450c400..f2fc5f8501d28 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-main-presubmits.yaml @@ -3,9 +3,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure decorate: true decoration_config: @@ -18,7 +18,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azure + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -86,9 +86,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-capi-techpreview decorate: true decoration_config: @@ -101,7 +101,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azure-capi-techpreview + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure-capi-techpreview path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-capi-techpreview skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -169,9 +169,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-manual-oidc decorate: true decoration_config: @@ -184,7 +184,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azure-manual-oidc + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure-manual-oidc optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-manual-oidc @@ -252,9 +252,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-serial-1of2 decorate: true decoration_config: @@ -267,7 +267,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azure-serial-1of2 + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure-serial-1of2 path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-serial-1of2 skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -336,9 +336,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-serial-2of2 decorate: true decoration_config: @@ -351,7 +351,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azure-serial-2of2 + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure-serial-2of2 path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-serial-2of2 skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -420,9 +420,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-techpreview decorate: true decoration_config: @@ -435,7 +435,7 @@ 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-priv-cluster-api-provider-azure-master-e2e-azure-techpreview + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azure-techpreview optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-techpreview @@ -503,8 +503,8 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- + - ^main$ + - ^main- cluster: build01 context: ci/prow/e2e-azurestack-ipi decorate: true @@ -519,7 +519,7 @@ presubmits: ci-operator.openshift.io/cluster: build01 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-e2e-azurestack-ipi + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-e2e-azurestack-ipi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azurestack-ipi @@ -587,9 +587,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/hypershift-e2e-aks decorate: true decoration_config: @@ -602,7 +602,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: hypershift ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-hypershift-e2e-aks + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-hypershift-e2e-aks path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test hypershift-e2e-aks spec: @@ -669,9 +669,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/images decorate: true decoration_config: @@ -682,7 +682,7 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-images + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-images path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test images spec: @@ -732,9 +732,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true decoration_config: @@ -747,7 +747,7 @@ 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-priv-cluster-api-provider-azure-master-regression-clusterinfra-azure-ipi-techpreview-capi + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-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-capi @@ -816,9 +816,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/unit decorate: true decoration_config: @@ -829,7 +829,7 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-unit + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-unit path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test unit spec: @@ -879,9 +879,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/verify-commits decorate: true decoration_config: @@ -892,7 +892,7 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-verify-commits + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-verify-commits optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test verify-commits @@ -943,9 +943,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/verify-deps decorate: true decoration_config: @@ -956,7 +956,7 @@ presubmits: labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-priv-cluster-api-provider-azure-master-verify-deps + name: pull-ci-openshift-priv-cluster-api-provider-azure-main-verify-deps path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test verify-deps spec: diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main-postsubmits.yaml similarity index 94% rename from ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml rename to ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main-postsubmits.yaml index 6c55210741341..8974c010c5f95 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main-postsubmits.yaml @@ -3,14 +3,14 @@ postsubmits: - agent: kubernetes always_run: true branches: - - ^master$ - cluster: build09 + - ^main$ + cluster: build01 decorate: true labels: ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 - name: branch-ci-openshift-cluster-api-provider-azure-master-images + name: branch-ci-openshift-cluster-api-provider-azure-main-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: @@ -62,8 +62,8 @@ postsubmits: - agent: kubernetes always_run: true branches: - - ^master$ - cluster: build09 + - ^main$ + cluster: build01 decorate: true decoration_config: skip_cloning: true @@ -72,7 +72,7 @@ postsubmits: ci-operator.openshift.io/variant: okd-scos ci.openshift.io/generator: prowgen max_concurrency: 1 - name: branch-ci-openshift-cluster-api-provider-azure-master-okd-scos-images + name: branch-ci-openshift-cluster-api-provider-azure-main-okd-scos-images spec: containers: - args: 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-main-presubmits.yaml similarity index 94% rename from ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml rename to ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-main-presubmits.yaml index aed8470aa27e4..3d41fdf29a63f 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-main-presubmits.yaml @@ -3,9 +3,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure decorate: true labels: @@ -13,7 +13,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azure + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -77,9 +77,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-capi-techpreview decorate: true labels: @@ -87,7 +87,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azure-capi-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure-capi-techpreview path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-capi-techpreview skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -151,9 +151,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-manual-oidc decorate: true labels: @@ -161,7 +161,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azure-manual-oidc + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure-manual-oidc optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-manual-oidc @@ -225,9 +225,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-serial-1of2 decorate: true labels: @@ -235,7 +235,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azure-serial-1of2 + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure-serial-1of2 path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-serial-1of2 skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -300,9 +300,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-serial-2of2 decorate: true labels: @@ -310,7 +310,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: azure-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azure-serial-2of2 + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure-serial-2of2 path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-serial-2of2 skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ @@ -375,9 +375,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/e2e-azure-techpreview decorate: true labels: @@ -385,7 +385,7 @@ 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-cluster-api-provider-azure-master-e2e-azure-techpreview + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azure-techpreview optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azure-techpreview @@ -449,8 +449,8 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- + - ^main$ + - ^main- cluster: build01 context: ci/prow/e2e-azurestack-ipi decorate: true @@ -460,7 +460,7 @@ presubmits: ci-operator.openshift.io/cluster: build01 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-e2e-azurestack-ipi + name: pull-ci-openshift-cluster-api-provider-azure-main-e2e-azurestack-ipi optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test e2e-azurestack-ipi @@ -524,9 +524,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/hypershift-e2e-aks decorate: true labels: @@ -534,7 +534,7 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: hypershift ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-hypershift-e2e-aks + name: pull-ci-openshift-cluster-api-provider-azure-main-hypershift-e2e-aks path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test hypershift-e2e-aks spec: @@ -597,15 +597,15 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/images decorate: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-images + name: pull-ci-openshift-cluster-api-provider-azure-main-images path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test images spec: @@ -652,9 +652,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build10 + - ^main$ + - ^main- + cluster: build07 context: ci/prow/okd-scos-e2e-aws-ovn decorate: true decoration_config: @@ -665,7 +665,7 @@ presubmits: ci-operator.openshift.io/variant: okd-scos ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-okd-scos-e2e-aws-ovn + name: pull-ci-openshift-cluster-api-provider-azure-main-okd-scos-e2e-aws-ovn optional: true rerun_command: /test okd-scos-e2e-aws-ovn spec: @@ -729,9 +729,9 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/okd-scos-images decorate: true decoration_config: @@ -740,7 +740,7 @@ presubmits: ci-operator.openshift.io/variant: okd-scos ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-okd-scos-images + name: pull-ci-openshift-cluster-api-provider-azure-main-okd-scos-images rerun_command: /test okd-scos-images spec: containers: @@ -787,9 +787,9 @@ presubmits: - agent: kubernetes always_run: false branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/regression-clusterinfra-azure-ipi-techpreview-capi decorate: true labels: @@ -797,7 +797,7 @@ 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-cluster-api-provider-azure-master-regression-clusterinfra-azure-ipi-techpreview-capi + name: pull-ci-openshift-cluster-api-provider-azure-main-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-capi @@ -862,15 +862,15 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/unit decorate: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-unit + name: pull-ci-openshift-cluster-api-provider-azure-main-unit path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test unit spec: @@ -916,15 +916,15 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/verify-commits decorate: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-verify-commits + name: pull-ci-openshift-cluster-api-provider-azure-main-verify-commits optional: true path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test verify-commits @@ -971,15 +971,15 @@ presubmits: - agent: kubernetes always_run: true branches: - - ^master$ - - ^master- - cluster: build04 + - ^main$ + - ^main- + cluster: build01 context: ci/prow/verify-deps decorate: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-api-provider-azure-master-verify-deps + name: pull-ci-openshift-cluster-api-provider-azure-main-verify-deps path_alias: sigs.k8s.io/cluster-api-provider-azure rerun_command: /test verify-deps spec: