From 069bd49b026b9a309becd4088428ddc72477a923 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 5 Aug 2020 19:58:44 +0200 Subject: [PATCH] Temporarily disable s390x job These aren't getting scheduled and just keep hogging jobs so nothing else gets scheduled either. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70e19ec7a7..e2a328b121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,8 +74,8 @@ jobs: arch: amd64 - env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1 arch: arm64 - - env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1 - arch: s390x + #- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1 + # arch: s390x before_script: - ccache --version -- 2.40.0