Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tests:
workflow: cucushift-installer-rehearse-aws-ipi
- as: verify-commits
commands: |
commitchecker --start ${PULL_BASE_SHA:-master}
commitchecker --start ${PULL_BASE_SHA:-main}
container:
from: commitchecker
optional: true
Expand All @@ -184,6 +184,6 @@ tests:
container:
from: src
zz_generated_metadata:
branch: master
branch: main
org: openshift-priv
repo: cluster-api
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ tests:
workflow: cucushift-installer-rehearse-aws-ipi
- as: verify-commits
commands: |
commitchecker --start ${PULL_BASE_SHA:-master}
commitchecker --start ${PULL_BASE_SHA:-main}
container:
from: commitchecker
optional: true
Expand All @@ -182,6 +182,6 @@ tests:
container:
from: src
zz_generated_metadata:
branch: master
branch: main
org: openshift
repo: cluster-api
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests:
cluster_profile: openshift-org-aws
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: master
branch: main
org: openshift
repo: cluster-api
variant: okd-scos
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ postsubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^main$
cluster: build01
decorate: true
decoration_config:
Expand All @@ -18,7 +18,7 @@ postsubmits:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-priv-cluster-api-master-images
name: branch-ci-openshift-priv-cluster-api-main-images
path_alias: sigs.k8s.io/cluster-api
spec:
containers:
Expand Down
Loading