From 02b24f72920174d554e61c67bdf33a5ee4764bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Sat, 17 Sep 2022 06:36:39 +0200 Subject: [PATCH] ARROW-17715: [CI][C++][Python] Temporary allow failures for s390x on travis (#14138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The s390x builds currently time out on Travis-CI while compiling Arrow C++. I'll create a new ticket to follow this up but on the meantime we probably should allow them to fail. Authored-by: Raúl Cumplido Signed-off-by: Sutou Kouhei --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5038f66181a7e..a15822b4a74e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,6 +161,8 @@ jobs: allow_failures: - name: "Java on s390x" + - name: "C++ on s390x" + - name: "Python on s390x" before_install: - eval "$(python ci/detect-changes.py)"