From 860f109502679feca7f5652f909e51742a1e7515 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Mon, 22 Apr 2024 15:32:32 -0700 Subject: [PATCH] Run tests on GPU --- .buildkite/pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2683663ddb..e93faad16d 100755 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -69,6 +69,14 @@ steps: agents: slurm_gpus: 1 + - label: "Unit: runtest cuda" + key: unit_runtest_cuda + command: + - "julia --project=test test/runtests.jl" + agents: + slurm_gpus: 1 + slurm_mem: 20G + - group: "Unit: RecursiveApply" steps: