mirror of https://github.com/hashicorp/consul
using consuls own custom runner pool.
parent
d64af3f727
commit
840d80a178
|
@ -14,9 +14,9 @@ case "$GITHUB_REPOSITORY" in
|
|||
;;
|
||||
*)
|
||||
# shellcheck disable=SC2129
|
||||
echo "compute-small=['custom', 'linux', 'small']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-medium=['custom', 'linux', 'medium']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-large=['custom', 'linux', 'large']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-xl=['custom', 'linux', 'xl']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-small=['custom-linux-s-consul-latest']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-medium=['custom-linux-m-consul-latest']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-large=['custom-linux-l-consul-latest']" >> "$GITHUB_OUTPUT"
|
||||
echo "compute-xl=['custom-linux-xl-consul-latest']" >> "$GITHUB_OUTPUT"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue