Skip to content

Commit fa94fc1

Browse files
author
MarcoFalke
committed
ci: Run functional tests on s390x
1 parent 2c1c437 commit fa94fc1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
- set -o errexit; source ./ci/extended_lint/06_script.sh
9797

9898
- stage: test
99-
name: 'ARM [GOAL: install] [unit tests, functional tests]'
99+
name: 'ARM [GOAL: install] [bionic] [unit tests, functional tests]'
100100
arch: arm64
101101
env: >-
102102
FILE_ENV="./ci/test/00_setup_env_arm.sh"
103103
QEMU_USER_CMD="" # Can run the tests natively without qemu
104104
105105
- stage: test
106-
name: 'S390x [GOAL: install] [unit tests, functional tests]'
106+
name: 'S390x [GOAL: install] [bionic] [unit tests, functional tests]'
107107
arch: s390x
108108
env: >-
109109
FILE_ENV="./ci/test/00_setup_env_s390x.sh"

ci/test/00_setup_env_s390x.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@
77
export LC_ALL=C.UTF-8
88

99
export HOST=s390x-unknown-linux-gnu
10-
export DOCKER_NAME_TAG=s390x/ubuntu:18.04
11-
export PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev"
10+
export PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev"
1211
export NO_DEPENDS=1
1312
export RUN_UNIT_TESTS=true
14-
export RUN_FUNCTIONAL_TESTS=false
13+
export RUN_FUNCTIONAL_TESTS=true
1514
export GOAL="install"
1615
export BITCOIN_CONFIG="--enable-reduce-exports --with-incompatible-bdb"
17-
18-
lscpu

0 commit comments

Comments
 (0)