Skip to content

Commit

Permalink
ARROW-17715: [CI][C++][Python] Temporary allow failures for s390x on …
Browse files Browse the repository at this point in the history
…travis (#14138)

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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Sep 17, 2022
1 parent edf0310 commit 02b24f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 02b24f7

Please sign in to comment.