Skip to content

Commit 4a95e09

Browse files
committed
test: aws fallback region
1 parent f47a594 commit 4a95e09

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
@@ -1,9 +1,15 @@
11
[profile.cpu]
22
region = "eu-west-3"
33
image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
4-
instance_type = "t3.micro"
4+
#instance_type = "t3.micro"
5+
instance_type = "m6g.large"
56
subnet_id = "subnet-0e042c7621461f754"
67

8+
[profile.cpu_fallback]
9+
region = "us-east-1"
10+
image_id = "ami-0715c1897453cabd1"
11+
instance_type = "t3.micro"
12+
713
[profile.gpu]
814
region = "eu-west-1" # Ireland
915
image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry

0 commit comments

Comments
 (0)