mirror of https://github.com/status-im/consul.git
Fix windows Ent runner (#18683)
* fix windows image for enterprise * added quotesT
This commit is contained in:
parent
7ea986783d
commit
ac27585dd4
|
@ -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', 'windows', 'small']" >>"$GITHUB_OUTPUT"
|
echo "compute-small=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||||
echo "compute-medium=['self-hosted', 'windows', 'medium']" >>"$GITHUB_OUTPUT"
|
echo "compute-medium=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||||
echo "compute-large=['self-hosted', 'windows', 'large']" >>"$GITHUB_OUTPUT"
|
echo "compute-large=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$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', 'windows', 'type=m6a.2xlarge']" >>"$GITHUB_OUTPUT"
|
echo "compute-xl=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# shellcheck disable=SC2129
|
# shellcheck disable=SC2129
|
||||||
|
|
Loading…
Reference in New Issue