From b40008d6c3afed0fe11523dcf0b27a3d3da69d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 25 May 2023 16:03:34 +0200 Subject: [PATCH] test: aws fallback region --- ci/slab.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/slab.toml b/ci/slab.toml index b206d62..8bcbd83 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -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