Skip to content

Commit

Permalink
test: aws fallback region
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed May 25, 2023
1 parent f47a594 commit b40008d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[profile.cpu]
region = "eu-west-3"
image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
instance_type = "t3.micro"
#instance_type = "t3.micro"
instance_type = "m6g.large"
subnet_id = "subnet-0e042c7621461f754"

[profile.cpu_fallback]
region = "us-east-1"
image_id = "ami-0c4773f5626d919b6"
instance_type = "p3.2xlarge"

[profile.gpu]
region = "eu-west-1" # Ireland
image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry
Expand Down

0 comments on commit b40008d

Please sign in to comment.