From 2b95acb82aaae1e04f397e99e21b2f14396d23ff Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Thu, 27 May 2021 14:23:56 +1000 Subject: [PATCH] ci(buildkite): add tag for highavailability suite (#2038) Allows granular control for node assignment on the high availability testing suite. --- .buildkite/steps/e2etests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildkite/steps/e2etests.sh b/.buildkite/steps/e2etests.sh index b6085dbea..326a5c576 100755 --- a/.buildkite/steps/e2etests.sh +++ b/.buildkite/steps/e2etests.sh @@ -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: