From c14cc0d513694e69578d462ae1a3593aaf728ac9 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 12 May 2022 14:25:06 +0200 Subject: [PATCH] use our own machine --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54d7ba26..4e292b61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build_cuda: test_cuda: stage: test - tags: [docker-gpu-nvidia] + tags: [docker-gpu-a4000] image: ghcr.io/acts-project/ubuntu2004_cuda:v13 needs: - build_cuda @@ -55,7 +55,7 @@ build_cuda_sycl: test_cuda_sycl: stage: test - tags: [docker-gpu-nvidia] + tags: [docker-gpu-a4000] variables: SYCL_DEVICE_FILTER: "cuda" image: ghcr.io/acts-project/ubuntu1804_cuda_oneapi:v18