Skip to content

Commit

Permalink
Temporarily disable s390x job
Browse files Browse the repository at this point in the history
These aren't getting scheduled and just keep hogging jobs so
nothing else gets scheduled either.
  • Loading branch information
nikic committed Aug 5, 2020
1 parent 2965c8f commit 069bd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 069bd49

Please sign in to comment.