From 7f31b362c94a1ca248a7d118c4cd3034ff214ff6 Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Mon, 29 Jul 2024 04:09:04 -0500 Subject: [PATCH] GH-43450: [CI] Temporarily turn off conda jobs that are failing (#43451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Raúl Cumplido --- dev/tasks/tasks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 5c8a7c4990d7a..94eac92a5be0b 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -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