ci(buildkite): add tag for highavailability suite (#2038)
Allows granular control for node assignment on the high availability testing suite.pull/2043/head
parent
e82ca61c7a
commit
2b95acb82a
|
@ -13,6 +13,11 @@ cat << EOF
|
||||||
agents:
|
agents:
|
||||||
suite: "activedirectory"
|
suite: "activedirectory"
|
||||||
EOF
|
EOF
|
||||||
|
elif [[ "${SUITE_NAME}" = "HighAvailability" ]]; then
|
||||||
|
cat << EOF
|
||||||
|
agents:
|
||||||
|
suite: "highavailability"
|
||||||
|
EOF
|
||||||
elif [[ "${SUITE_NAME}" = "Kubernetes" ]]; then
|
elif [[ "${SUITE_NAME}" = "Kubernetes" ]]; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
agents:
|
agents:
|
||||||
|
|
Loading…
Reference in New Issue