ci(buildkite): add tag for highavailability suite (#2038)

Allows granular control for node assignment on the high availability testing suite.
pull/2043/head
Amir Zarrinkafsh 2021-05-27 14:23:56 +10:00 committed by GitHub
parent e82ca61c7a
commit 2b95acb82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: