Skip to content

Commit

Permalink
Merge pull request #11765 from izaac/corral_naming_fix
Browse files Browse the repository at this point in the history
[Automation] - Fix naming after a change was reverted on corral-packages
  • Loading branch information
izaac committed Aug 30, 2024
2 parents e2967f0 + 761b159 commit a0dde4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/jenkins/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ create_initial_clusters() {

corral config vars set instance_type "${AWS_INSTANCE_TYPE}"
corral config vars set aws_hostname_prefix "jenkins-${prefix_random}"
echo "Corral Package string: ${CERT_MANAGER_VERSION}-${RANCHER_VERSION//v}-${K3S_KUBERNETES_VERSION}"
echo "Corral Package string: ${K3S_KUBERNETES_VERSION}-${RANCHER_VERSION//v}-${CERT_MANAGER_VERSION}"
corral config vars set aws_hostname_prefix "jenkins-${prefix_random}-i"
corral config vars set server_count 1
corral create --skip-cleanup --recreate --debug importcluster \
Expand All @@ -144,7 +144,7 @@ create_initial_clusters() {
corral config vars set aws_hostname_prefix "jenkins-${prefix_random}"
corral config vars set server_count "${SERVER_COUNT:-3}"
corral create --skip-cleanup --recreate --debug rancher \
"dist/aws-k3s-rancher-${CERT_MANAGER_VERSION}-${RANCHER_VERSION//v}-${K3S_KUBERNETES_VERSION}"
"dist/aws-k3s-rancher-${K3S_KUBERNETES_VERSION}-${RANCHER_VERSION//v}-${CERT_MANAGER_VERSION}"
}


Expand Down

0 comments on commit a0dde4e

Please sign in to comment.