We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a594 commit 4a95e09Copy full SHA for 4a95e09
1 file changed
ci/slab.toml
@@ -1,9 +1,15 @@
1
[profile.cpu]
2
region = "eu-west-3"
3
image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
4
-instance_type = "t3.micro"
+#instance_type = "t3.micro"
5
+instance_type = "m6g.large"
6
subnet_id = "subnet-0e042c7621461f754"
7
8
+[profile.cpu_fallback]
9
+region = "us-east-1"
10
+image_id = "ami-0715c1897453cabd1"
11
+instance_type = "t3.micro"
12
+
13
[profile.gpu]
14
region = "eu-west-1" # Ireland
15
image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry
0 commit comments