mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ci(buildkite): add tag for highavailability suite (#2038)
Allows granular control for node assignment on the high availability testing suite.
This commit is contained in:
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
Block a user