From 6d703c4c7b15be630af48d5e9ef61628751674b2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 25 Feb 2021 06:48:05 +0900 Subject: [PATCH] ARROW-11768: [CI][C++] Make s390x job required We can consider big-endian support in the C++ implementation stable (except for Parquet where it isn't supported). Closes #9563 from pitrou/ARROW-11768-s390x-required Authored-by: Antoine Pitrou Signed-off-by: Sutou Kouhei --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57646246c4a54..2cf70cca982ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,8 @@ jobs: JDK: 11 allow_failures: - - arch: s390x + - name: "Go on s390x" + - name: "Java on s390x" before_install: - eval "$(python ci/detect-changes.py)"