From 888a5c52b8c18ccfa13d2c51d9a25e83eab5140e Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 15 Apr 2024 16:53:41 -0700 Subject: [PATCH] add GPU tests to buildkite --- .buildkite/pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a48930fbaf..e6d48ee7eb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -133,6 +133,14 @@ steps: agents: slurm_mem: 16GB + - group: "GPU: unit tests and global bucket" + steps: + - label: "GPU runtests" + command: "julia --color=yes --project=test/ test/runtests.jl" + agents: + slurm_ntasks: 1 + slurm_gres: "gpu:1" + - group: "Integration Tests" steps: