Skip to content

Commit 02b24f7

Browse files
authored
ARROW-17715: [CI][C++][Python] Temporary allow failures for s390x on travis (apache#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]>
1 parent edf0310 commit 02b24f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
162162
allow_failures:
163163
- name: "Java on s390x"
164+
- name: "C++ on s390x"
165+
- name: "Python on s390x"
164166

165167
before_install:
166168
- eval "$(python ci/detect-changes.py)"

0 commit comments

Comments
 (0)