We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e423c6 commit feb90daCopy full SHA for feb90da
ci-operator/step-registry/openshift-qe/workers-scale/openshift-qe-workers-scale-commands.sh
@@ -37,7 +37,6 @@ if [[ -f "${AWSCRED}" ]]; then
37
export AWS_DEFAULT_REGION="${LEASED_RESOURCE}"
38
else
39
echo "Did not find compatible cloud provider cluster_profile"
40
- exit 1
41
fi
42
43
if [[ -n "${ROSA_SSO_CLIENT_ID}" && -n "${ROSA_SSO_CLIENT_SECRET}" ]]; then
@@ -48,7 +47,6 @@ elif [[ -n "${ROSA_TOKEN}" ]]; then
48
47
rosa login --env "${ROSA_LOGIN_ENV}" --token "${ROSA_TOKEN}"
49
50
echo "Cannot login! You need to securely supply SSO credentials or an ocm-token!"
51
52
53
54
EXTRA_FLAGS="${METRIC_PROFILES} --additional-worker-nodes ${ADDITIONAL_WORKER_NODES} --enable-autoscaler=${DEPLOY_AUTOSCALER}"
0 commit comments