aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-02-10 04:49:36 -0800
committerMarcoFalke <[email protected]>2020-02-10 04:49:40 -0800
commitab7915f804b776c68ae017d55506c66af533f5a0 (patch)
treebebea3f951c2fb04ca9c9d42cbe2049b637013e6
parentMerge #18099: Update univalue subtree (diff)
parenttest: Disable s390 build on travis (diff)
downloaddiscoin-ab7915f804b776c68ae017d55506c66af533f5a0.tar.xz
discoin-ab7915f804b776c68ae017d55506c66af533f5a0.zip
Merge #18106: test: Disable s390 build on travis
b0a01299ed8cc2026e91a8dcad880b700e462cee test: Disable s390 build on travis (Wladimir J. van der Laan) Pull request description: 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. ACKs for top commit: MarcoFalke: ACK b0a01299ed8cc2026e91a8dcad880b700e462cee 🍠 jonasschnelli: ACK b0a01299ed8cc2026e91a8dcad880b700e462cee Tree-SHA512: ae8a78fa03bc620d802e4992d46929a0a4b801b50a6066d8f093f93fc5ebbc010d221c04787cbfc75436a2c40f9292257bf85fbb251593e21afff11756b6d8d4
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index fbc81b261..364278ee6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,12 +88,14 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_arm.sh"
QEMU_USER_CMD="" # Can run the tests natively without qemu
- - stage: test
- name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
- arch: s390x
- env: >-
- FILE_ENV="./ci/test/00_setup_env_s390x.sh"
- QEMU_USER_CMD="" # Can run the tests natively without qemu
+# s390 build was disabled temporarily because of disk space issues on the Travis VM
+#
+# - stage: test
+# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
+# arch: s390x
+# env: >-
+# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
+# QEMU_USER_CMD="" # Can run the tests natively without qemu
- stage: test
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'