We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40008d commit 56a8251Copy full SHA for 56a8251
1 file changed
ci/slab.toml
@@ -15,6 +15,12 @@ region = "eu-west-1" # Ireland
15
image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry
16
instance_type = "p3.2xlarge"
17
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
+
24
[command.cpu_test]
25
workflow = "main.yml"
26
profile = "cpu"
@@ -24,6 +30,6 @@ check_run_name = "AWS tests (Slab)"
30
31
[command.gpu_test]
32
27
-profile = "gpu"
33
+profile = "gpu-bench"
28
34
check_run_name = "AWS tests spawn GPU (Slab)"
29
35
0 commit comments