Skip to content

Commit

Permalink
GH-43450: [CI] Temporarily turn off conda jobs that are failing (#43451)
Browse files Browse the repository at this point in the history
There's some work ongoing to update the conda jobs #42114, but many of them have been failing for many days (some have no history of success in our [crossbow report](http://crossbow.voltrondata.com)).

Let's turn those off temporarily so that we stop ignoring other failures alongside it, and we can re-enable them once we get them back running. Alternatively, we could merge those fixes and close this PR.
* GitHub Issue: #43450

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
  • Loading branch information
jonkeane authored Jul 29, 2024
1 parent a61205f commit 7f31b36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ groups:
- ubuntu-*
- centos-*
- conda-*
# Can be removed after conda recipes are synced: #42114
- ~conda-linux-aarch64-cuda-py3
- ~conda-linux-x64-cpu-py3
- ~conda-win-x64-cpu-py3
- ~conda-win-x64-cuda-py3
- ~conda-linux-ppc64le-cuda-py3
- ~conda-linux-aarch64-cpu-py3
- ~conda-linux-ppc64le-cpu-py3
- ~conda-linux-x64-cuda-py3
- ~conda-osx-arm64-cpu-py3
- conan-*
- java-jars
- homebrew-cpp
Expand Down

0 comments on commit 7f31b36

Please sign in to comment.