From de1add2c139fcf50aa67393d554b3843d5aac635 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Wed, 13 Nov 2024 17:29:01 +0100 Subject: [PATCH] Revert "[CI] Disable GPU runs." This reverts commit f260c6bf73b33d6bd6ee37fbd74a47b82610b4e0. --- .github/workflows/root-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 521cd6318f000..285ca7d8de05e 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -392,11 +392,10 @@ jobs: is_special: true property: clang overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"] - # Disabled until DNS problems in containers are solved - #- image: ubuntu2404-cuda - # is_special: true - # property: gpu - # extra-runs-on: gpu + - image: ubuntu2404-cuda + is_special: true + property: gpu + extra-runs-on: gpu runs-on: - self-hosted