Skip to content

Commit b0a0129

Browse files
committed
test: Disable s390 build on travis
Travis is consistently failing on s390 due to out of disk space issues, which causes false positives. Disable the s390 build for now until this is fixed some other way.
1 parent 9e77726 commit b0a0129

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ jobs:
8888
FILE_ENV="./ci/test/00_setup_env_arm.sh"
8989
QEMU_USER_CMD="" # Can run the tests natively without qemu
9090
91-
- stage: test
92-
name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
93-
arch: s390x
94-
env: >-
95-
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
96-
QEMU_USER_CMD="" # Can run the tests natively without qemu
91+
# s390 build was disabled temporarily because of disk space issues on the Travis VM
92+
#
93+
# - stage: test
94+
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
95+
# arch: s390x
96+
# env: >-
97+
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
98+
# QEMU_USER_CMD="" # Can run the tests natively without qemu
9799

98100
- stage: test
99101
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'

0 commit comments

Comments
 (0)