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 <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2024-06-26 15:17:18 +05:30
parent c603d2bf95
commit f75f16b0a8
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -59,7 +59,7 @@ esac
mkdir -p "${ARTIFACTS}/e2e-aws-generated" mkdir -p "${ARTIFACTS}/e2e-aws-generated"
NAME_PREFIX="talos-e2e-${SHA}-aws" NAME_PREFIX="talos-e2e-${SHA}-aws-${E2E_AWS_TARGET}"
jq --null-input \ jq --null-input \
--arg WORKER_GROUP "${WORKER_GROUP}" \ --arg WORKER_GROUP "${WORKER_GROUP}" \