From 8e92969af5c06ab8fe77881adc4b5e33f75d6ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Tue, 24 Oct 2023 15:53:39 +0200 Subject: [PATCH] test: provision spot instance --- ci/slab.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/slab.toml b/ci/slab.toml index 8bcbd83..e46f809 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -15,6 +15,12 @@ region = "eu-west-1" # Ireland image_id = "ami-0261faf04cf54fe0a" # GPU image in eu-west-1 to test auto retry instance_type = "p3.2xlarge" +[profile.gpu-bench] +region = "us-west-2" +image_id = "ami-02ae9b9b4fffdf66f" +instance_type = "p5.48xlarge" +max_spot_price = "200.49" + [command.cpu_test] workflow = "main.yml" profile = "cpu" @@ -24,6 +30,6 @@ check_run_name = "AWS tests (Slab)" [command.gpu_test] workflow = "main.yml" -profile = "gpu" +profile = "gpu-bench" check_run_name = "AWS tests spawn GPU (Slab)"