Skip to content

Commit

Permalink
[CI] Disable GPU runs.
Browse files Browse the repository at this point in the history
Due to DNS problems on the GPU runner, the build is too unstable to be
part of the CI.
  • Loading branch information
hageboeck authored and dpiparo committed Nov 13, 2024
1 parent 9d526de commit 1de46e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,11 @@ jobs:
is_special: true
property: clang
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
- image: ubuntu2404-cuda
is_special: true
property: gpu
extra-runs-on: gpu
# Disabled until DNS problems in containers are solved
#- image: ubuntu2404-cuda
# is_special: true
# property: gpu
# extra-runs-on: gpu

runs-on:
- self-hosted
Expand Down

0 comments on commit 1de46e8

Please sign in to comment.