Skip to content

Commit

Permalink
chore(ci): fix cluster name generation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
frezbo committed Jun 26, 2024
1 parent c603d2b commit f75f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test/e2e-aws-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit f75f16b

Please sign in to comment.