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:
|
||||
suite: "activedirectory"
|
||||
EOF
|
||||
elif [[ "${SUITE_NAME}" = "HighAvailability" ]]; then
|
||||
cat << EOF
|
||||
agents:
|
||||
suite: "highavailability"
|
||||
EOF
|
||||
elif [[ "${SUITE_NAME}" = "Kubernetes" ]]; then
|
||||
cat << EOF
|
||||
agents:
|
||||
|
|
Loading…
Reference in New Issue