Skip to content

Commit

Permalink
feat(ci): add new slab profile for GPU with ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Jun 14, 2024
1 parent 599f4a4 commit 7ff980d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ instance_type = "p3.2xlarge"
subnet_id = "subnet-8123c9e7"
security_group= ["sg-0f8b52622a2669491", ]

# It has CUDA Driver (<=12.5) and Docker installed
[profile.gpu-test-ubuntu22]
region = "us-east-1"
image_id = "ami-05385e0c3c574621f"
instance_type = "p3.2xlarge"
subnet_id = "subnet-8123c9e7"
security_group= ["sg-0f8b52622a2669491", ]

[profile.slurm-cluster]
region = "eu-west-3"
image_id = "ami-0bb5bb9cb747b5ddd"
Expand Down Expand Up @@ -113,5 +121,5 @@ check_run_name = "Concrete Python Release (GPU)"

[command.concrete-python-test-gpu-wheel]
workflow = "concrete_python_test_gpu_wheel.yml"
profile = "gpu-test"
profile = "gpu-test-ubuntu22"
check_run_name = "Concrete Python Test GPU Wheel"

0 comments on commit 7ff980d

Please sign in to comment.