Skip to content

Commit

Permalink
Revert "[CI] Disable GPU runs."
Browse files Browse the repository at this point in the history
This reverts commit f260c6b.
  • Loading branch information
hageboeck committed Nov 13, 2024
1 parent 1de46e8 commit de1add2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de1add2

Please sign in to comment.