using consuls own custom runner pool.

pull/16761/head
John Murret 2023-03-28 15:10:26 -06:00
parent d64af3f727
commit 840d80a178
1 changed files with 4 additions and 4 deletions

View File

@ -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