From b17e84d6c775f733f4368d8ee254522a76d76eda Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 11 Mar 2026 11:28:08 -0700 Subject: [PATCH] try using larger machines for test jobs --- .github/buildomat/jobs/test-illumos.sh | 2 +- .github/buildomat/jobs/test-linux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/buildomat/jobs/test-illumos.sh b/.github/buildomat/jobs/test-illumos.sh index bd0dd072bb..1b9e33bb19 100755 --- a/.github/buildomat/jobs/test-illumos.sh +++ b/.github/buildomat/jobs/test-illumos.sh @@ -2,7 +2,7 @@ #: #: name = "test-illumos" #: variety = "basic" -#: target = "helios-2.0" +#: target = "helios-2.0-16c64gb" set -o errexit set -o pipefail diff --git a/.github/buildomat/jobs/test-linux.sh b/.github/buildomat/jobs/test-linux.sh index ccf4fbacbe..0b140dd319 100755 --- a/.github/buildomat/jobs/test-linux.sh +++ b/.github/buildomat/jobs/test-linux.sh @@ -2,7 +2,7 @@ #: #: name = "test-linux" #: variety = "basic" -#: target = "ubuntu-22.04" +#: target = "ubuntu-22.04-large" set -o errexit set -o pipefail