Skip to content

Commit 2a6029e

Browse files
committed
Add the bootstrap credentials secret for CustomNoUpgrade
1 parent c1ae802 commit 2a6029e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci-operator/jobs/openshift/cluster-api-provider-ibmcloud/openshift-cluster-api-provider-ibmcloud-main-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ presubmits:
55
branches:
66
- ^main$
77
- ^main-
8-
cluster: build09
8+
cluster: build11
99
context: ci/prow/e2e-powervs-capi-techpreview
1010
decorate: true
1111
labels:

ci-operator/jobs/openshift/cluster-api-provider-ibmcloud/openshift-cluster-api-provider-ibmcloud-release-4.18-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ presubmits:
55
branches:
66
- ^release-4\.18$
77
- ^release-4\.18-
8-
cluster: build10
8+
cluster: build09
99
context: ci/prow/e2e-powervs-capi-techpreview
1010
decorate: true
1111
labels:

ci-operator/jobs/openshift/cluster-api-provider-ibmcloud/openshift-cluster-api-provider-ibmcloud-release-4.19-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ presubmits:
55
branches:
66
- ^release-4\.19$
77
- ^release-4\.19-
8-
cluster: build10
8+
cluster: build06
99
context: ci/prow/e2e-powervs-capi-techpreview
1010
decorate: true
1111
labels:

ci-operator/step-registry/ipi/install/powervs/install/ipi-install-powervs-install-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ stringData:
898898
type: Opaque
899899
EOF
900900

901-
if [ "${FEATURE_SET}" == "TechPreviewNoUpgrade" ]; then
901+
if [ "${FEATURE_SET}" == "TechPreviewNoUpgrade" ] || [ "${FEATURE_SET}" == "CustomNoUpgrade" ]; then
902902
echo "Creating capi ibmcloud manager bootstrap credentials"
903903
cat > "${dir}/manifests/openshift-cluster-api-capi-ibmcloud-manager-bootstrap-credentials.yaml" << EOF
904904
apiVersion: v1

0 commit comments

Comments
 (0)