Skip to content

Commit 5bcb658

Browse files
OCPBUGS-53005: rename 'master' to 'main' for cluster-api
1 parent 8492b99 commit 5bcb658

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci-operator/config/openshift-priv/cluster-api/openshift-priv-cluster-api-master.yaml renamed to ci-operator/config/openshift-priv/cluster-api/openshift-priv-cluster-api-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ tests:
177177
timeout: 7h30m0s
178178
- as: verify-commits
179179
commands: |
180-
commitchecker --start ${PULL_BASE_SHA:-master}
180+
commitchecker --start ${PULL_BASE_SHA:-main}
181181
container:
182182
from: commitchecker
183183
optional: true
@@ -188,6 +188,6 @@ tests:
188188
test:
189189
- ref: go-verify-deps
190190
zz_generated_metadata:
191-
branch: master
191+
branch: main
192192
org: openshift-priv
193193
repo: cluster-api

ci-operator/config/openshift/cluster-api/openshift-cluster-api-master.yaml renamed to ci-operator/config/openshift/cluster-api/openshift-cluster-api-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ tests:
177177
timeout: 7h30m0s
178178
- as: verify-commits
179179
commands: |
180-
commitchecker --start ${PULL_BASE_SHA:-master}
180+
commitchecker --start ${PULL_BASE_SHA:-main}
181181
container:
182182
from: commitchecker
183183
optional: true
@@ -188,6 +188,6 @@ tests:
188188
test:
189189
- ref: go-verify-deps
190190
zz_generated_metadata:
191-
branch: master
191+
branch: main
192192
org: openshift
193193
repo: cluster-api

ci-operator/config/openshift/cluster-api/openshift-cluster-api-master__okd-scos.yaml renamed to ci-operator/config/openshift/cluster-api/openshift-cluster-api-main__okd-scos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tests:
5454
cluster_profile: aws
5555
workflow: openshift-e2e-aws
5656
zz_generated_metadata:
57-
branch: master
57+
branch: main
5858
org: openshift
5959
repo: cluster-api
6060
variant: okd-scos

0 commit comments

Comments
 (0)