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:
parent
c603d2bf95
commit
f75f16b0a8
@ -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}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user