This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 7f31b362c9 GH-43450: [CI] Temporarily turn off conda jobs that are
failing (#43451)
7f31b362c9 is described below
commit 7f31b362c94a1ca248a7d118c4cd3034ff214ff6
Author: Jonathan Keane <[email protected]>
AuthorDate: Mon Jul 29 04:09:04 2024 -0500
GH-43450: [CI] Temporarily turn off conda jobs that are failing (#43451)
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]>
---
dev/tasks/tasks.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 5c8a7c4990..94eac92a5b 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