Skip to content

Commit 8aa2852

Browse files
ryan-williamsclaude
andcommitted
Update E2E test to use available instance type (gpu_1x_a100_sxm4)
gpu_1x_a10 is no longer available. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4ffdfb4 commit 8aa2852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
uses: ./.github/workflows/runner.yml
99
secrets: inherit
1010
with:
11-
instance_type: gpu_1x_a10
12-
region: us-east-1
11+
instance_type: gpu_1x_a100_sxm4
12+
region: us-west-2
1313
runner_grace_period: "30"
1414
runner_initial_grace_period: "120"
1515
debug: "true"

0 commit comments

Comments
 (0)