Skip to content

Commit ee14d88

Browse files
committed
Merge #734: Don't run unit tests for compatibility run(which is a NOP)
b53ad31 Disable functional tests for sanitzer runs which just OOM (Gregory Sanders) 1893ba1 Don't run unit tests for compatibility run(which is a NOP) (Gregory Sanders) Pull request description: This particular build is intended for bitcoin_functional tests only, and the unit tests are timing out consistently for some unrelated reason, so turn them off. Tree-SHA512: 8f31b5f4fef38271652a3c534c2191d6b6d567e992ef27ba4a6f2fc8c3aebd6d9aef755563780554609346ab397adc71e16229878cad48289918d1ff71cfa0fb
2 parents d93e27e + b53ad31 commit ee14d88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
DOCKER_NAME_TAG=ubuntu:16.04
155155
PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl-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 libprotobuf-dev protobuf-compiler libqrencode-dev"
156156
NO_DEPENDS=1
157+
RUN_FUNCTIONAL_TESTS=false
157158
GOAL="install"
158159
BITCOIN_CONFIG="--enable-zmq --disable-wallet --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=thread --disable-hardening --disable-asm CC=clang CXX=clang++"
159160
@@ -163,6 +164,7 @@ jobs:
163164
HOST=x86_64-unknown-linux-gnu
164165
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 libprotobuf-dev protobuf-compiler libqrencode-dev"
165166
NO_DEPENDS=1
167+
RUN_FUNCTIONAL_TESTS=false
166168
GOAL="install"
167169
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=integer,undefined CC=clang CXX=clang++"
168170
# x86_64 Linux, No wallet, no QT(build timing out with for some reason)
@@ -192,6 +194,7 @@ jobs:
192194
HOST=x86_64-unknown-linux-gnu
193195
PACKAGES="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 libprotobuf-dev protobuf-compiler libqrencode-dev"
194196
NO_DEPENDS=1
197+
RUN_UNIT_TESTS=false
195198
RUN_BITCOIN_TESTS=true
196199
RUN_FUNCTIONAL_TESTS=false
197200
GOAL="install"

0 commit comments

Comments
 (0)