1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

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

Allows granular control for node assignment on the high availability testing suite.
This commit is contained in:
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

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: