Skip to content

Commit

Permalink
test: provision spot instance
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Oct 24, 2023
1 parent b40008d commit 8e92969
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
Expand Up @@ -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"
Expand All @@ -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)"

0 comments on commit 8e92969

Please sign in to comment.