chore: Fix profile machine for test and bench

This commit is contained in:
Quentin Bourgerie
2023-03-13 09:40:23 +01:00
parent e02d12ab64
commit d2c531772d

View File

@@ -1,13 +1,13 @@
[profile.m6i]
[profile.m6i-cpu-bench]
region = "eu-west-3"
image_id = "ami-0a24aaee029d1295c" # Based on Ubuntu 22.4
instance_type = "m6i.metal"
subnet_id = "subnet-a886b4c1"
security_group= ["sg-0bf1c1d79c97bc88f", ]
[profile.m6i-old]
[profile.m6i-cpu-test]
region = "eu-west-3"
image_id = "ami-05e4c0e628378ad6d" # Based on Ubuntu 20.4
image_id = "ami-0a24aaee029d1295c"
instance_type = "m6i.16xlarge"
subnet_id = "subnet-a886b4c1"
security_group= ["sg-0bf1c1d79c97bc88f", ]
@@ -25,7 +25,7 @@ security_group= ["sg-0f8b52622a2669491", ]
[command.compiler-cpu-build]
workflow = "compiler_build_and_test_cpu.yml"
profile = "m6i-old"
profile = "m6i-cpu-test"
check_run_name = "Compiler Build and Test (CPU)"
[command.compiler-gpu-build]
@@ -35,7 +35,7 @@ check_run_name = "Compiler Build and Test (GPU)"
[command.compiler-cpu-benchmark]
workflow = "compiler_benchmark.yml"
profile = "m6i-old"
profile = "m6i-cpu-bench"
check_run_name = "Compiler Performances Benchmarks (CPU)"
[command.compiler-gpu-benchmark]
@@ -52,6 +52,6 @@ check_run_name = "AWS Docker images build & publish (Slab)"
# Trigger ML benchmarks by running each use cases subset in parallel.
[command.ml-bench]
workflow = "ml_benchmark_subset.yml"
profile = "m6i"
profile = "m6i-cpu-bench"
matrix = [0,1,2,3,4,5,6,7,8,9,10]
max_parallel_jobs = 2