Skip to content

Commit 56a8251

Browse files
committed
test: provision spot instance
1 parent b40008d commit 56a8251

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ci/slab.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ region = "eu-west-1" # Ireland
1515
image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry
1616
instance_type = "p3.2xlarge"
1717

18+
[profile.gpu-bench]
19+
region = "us-east-1"
20+
image_id = "ami-0ce49d40b0ce50948"
21+
instance_type = "p4d.24xlarge"
22+
max_spot_price = "150.25"
23+
1824
[command.cpu_test]
1925
workflow = "main.yml"
2026
profile = "cpu"
@@ -24,6 +30,6 @@ check_run_name = "AWS tests (Slab)"
2430

2531
[command.gpu_test]
2632
workflow = "main.yml"
27-
profile = "gpu"
33+
profile = "gpu-bench"
2834
check_run_name = "AWS tests spawn GPU (Slab)"
2935

0 commit comments

Comments
 (0)