mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
Fix windows integrations tests machine size (#18736)
fix windows integrations tests machine size
This commit is contained in:
parent
24d031d1ed
commit
bf291f5b8d
@ -10,11 +10,11 @@ set -euo pipefail
|
|||||||
case "$GITHUB_REPOSITORY" in
|
case "$GITHUB_REPOSITORY" in
|
||||||
*-enterprise)
|
*-enterprise)
|
||||||
# shellcheck disable=SC2129
|
# shellcheck disable=SC2129
|
||||||
echo "compute-small=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
echo "compute-small=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.4xlarge']" >>"$GITHUB_OUTPUT"
|
||||||
echo "compute-medium=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
echo "compute-medium=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.8xlarge']" >>"$GITHUB_OUTPUT"
|
||||||
echo "compute-large=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
echo "compute-large=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.12xlarge']" >>"$GITHUB_OUTPUT"
|
||||||
# m5d.8xlarge is equivalent to our xl custom runner in CE
|
# m5d.8xlarge is equivalent to our xl custom runner in CE
|
||||||
echo "compute-xl=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.4xlarge']" >>"$GITHUB_OUTPUT"
|
echo "compute-xl=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.16xlarge']" >>"$GITHUB_OUTPUT"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# shellcheck disable=SC2129
|
# shellcheck disable=SC2129
|
||||||
|
Loading…
x
Reference in New Issue
Block a user