mirror of
https://github.com/zama-ai/concrete.git
synced 2026-05-09 03:00:34 -04:00
chore: Fix profile machine for test and bench
This commit is contained in:
12
ci/slab.toml
12
ci/slab.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user