Skip to content

Commit

Permalink
chore(ci): Temporarily disable CUDA integration jobs that are not bei…
Browse files Browse the repository at this point in the history
…ng picked up (#647)

The self-hosted "cuda" runner is currently not picking up any jobs,
causing CI to hang at "yellow" for several days for each run until the
job times out. Until this is resolved, we need to disable that job
(#646).
  • Loading branch information
paleolimbot authored Oct 4, 2024
1 parent 4168119 commit 9531a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- {runner: ubuntu-latest, label: namespaced-build, cmake_args: "-DNANOARROW_NAMESPACE=SomeUserNamespace"}
- {runner: ubuntu-latest, label: bundled-build, cmake_args: "-DNANOARROW_DEVICE_BUNDLE=ON"}
- {runner: macOS-latest, label: with-metal, cmake_args: "-DNANOARROW_DEVICE_WITH_METAL=ON"}
- {runner: ["self-hosted", "cuda"], label: with-cuda, cmake_args: "-DNANOARROW_DEVICE_WITH_CUDA=ON"}
# The self-hosted cuda runner is currently not picking up any jobs
# https://github.com/apache/arrow-nanoarrow/issues/646
# - {runner: ["self-hosted", "cuda"], label: with-cuda, cmake_args: "-DNANOARROW_DEVICE_WITH_CUDA=ON"}


steps:
Expand Down

0 comments on commit 9531a5a

Please sign in to comment.