chore(ci): update aws ami for cpu

This is done to update python modules: pip, wheel and setuptools.
This commit is contained in:
David Testé
2025-03-20 12:03:52 +01:00
committed by David Testé
parent 566b7d3164
commit 5ef151a8d9

View File

@@ -1,18 +1,18 @@
[backend.aws.cpu-big]
region = "eu-west-3"
image_id = "ami-026259079be0efbca"
image_id = "ami-0449b775abf884686"
instance_type = "m6i.32xlarge"
user = "ubuntu"
[backend.aws.cpu-big_fallback]
region = "us-east-1"
image_id = "ami-04e3bb9aebb6786df"
image_id = "ami-0c6e54f3be8d03234"
instance_type = "m6i.32xlarge"
user = "ubuntu"
[backend.aws.cpu-small]
region = "eu-west-3"
image_id = "ami-026259079be0efbca"
image_id = "ami-0449b775abf884686"
instance_type = "m6i.4xlarge"
user = "ubuntu"