diff options
| author | Jun Aruga <jaruga@redhat.com> | 2023-10-27 17:01:03 +0200 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2023-10-27 19:16:13 +0200 |
| commit | 95cc0f946eb641be8dea4b7118598be77d993183 (patch) | |
| tree | 811e714ab9cf232934d0e1279db443133a3c5b12 | |
| parent | a0b7574e59a695475815c97dd798f745944bc2df (diff) | |
.travis.yml: Drop s390x temporarily.
The s390x pipeline is unstable with the error "No output has been received"
or doesn't start. See <https://travis-ci.community/t/13811>.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a2a4dd3f55..b12875126e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ matrix: # Comment out as the 2nd arm64 pipeline is unstable. # - <<: *arm64-linux - <<: *ppc64le-linux - - <<: *s390x-linux + # - <<: *s390x-linux allow_failures: # Allow failures for the unstable jobs. - name: arm32-linux |
