From f75f16b0a8088ac47a47c9ebabdf4803db5a397e Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 26 Jun 2024 15:17:18 +0530 Subject: [PATCH] chore(ci): fix cluster name generation Append the target name to the cluster name so that parallel tests do not create resources with same names. Signed-off-by: Noel Georgi --- hack/test/e2e-aws-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test/e2e-aws-prepare.sh b/hack/test/e2e-aws-prepare.sh index 5224a72eb1..1de5195b0b 100755 --- a/hack/test/e2e-aws-prepare.sh +++ b/hack/test/e2e-aws-prepare.sh @@ -59,7 +59,7 @@ esac mkdir -p "${ARTIFACTS}/e2e-aws-generated" -NAME_PREFIX="talos-e2e-${SHA}-aws" +NAME_PREFIX="talos-e2e-${SHA}-aws-${E2E_AWS_TARGET}" jq --null-input \ --arg WORKER_GROUP "${WORKER_GROUP}" \