Skip to content

Commit 9c95515

Browse files
author
MarcoFalke
committed
Merge #15520: cirrus: Run extended test feature_pruning
fa00326 ci: Run extended tests (MarcoFalke) Pull request description: Currently not run in this repo, but in https://cirrus-ci.com/github/MarcoFalke/bitcoin https://cirrus-ci.com/github/MarcoFalke/bitcoin/1903-ciExt ACKs for commit fa0032: Tree-SHA512: e74b21084fe88dacedc5806d083c4273847fd75b202d5d829ea10e05ca94ebfe769d0e94a9b8779da4973be0e640d7b0e0bea44954006a2efe97969d118da3e4
2 parents 413e438 + fa00326 commit 9c95515

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.cirrus.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ task:
22
name: "FreeBsd 12.0 amd64 [GOAL: install] [no depends, only system libs]"
33
freebsd_instance:
44
image: freebsd-12-0-release-amd64
5-
ccache_cache:
6-
folder: "/tmp/ccache_dir"
5+
cpu: 8
6+
memory: 8G
7+
timeout_in: 60m
78
env:
8-
MAKEJOBS: "-j3"
9+
MAKEJOBS: "-j9"
910
CONFIGURE_OPTS: "--disable-dependency-tracking"
1011
GOAL: "install"
1112
CCACHE_SIZE: "200M"
1213
CCACHE_COMPRESS: 1
1314
CCACHE_DIR: "/tmp/ccache_dir"
15+
ccache_cache:
16+
folder: "/tmp/ccache_dir"
1417
install_script:
1518
- pkg install -y autoconf automake boost-libs git gmake libevent libtool openssl pkgconf python3 ccache
1619
- ./contrib/install_db4.sh $(pwd)
@@ -23,4 +26,4 @@ task:
2326
check_script:
2427
- gmake check ${MAKEJOBS} VERBOSE=1
2528
functional_test_script:
26-
- ./test/functional/test_runner.py --ci --combinedlogslen=1000 --quiet --failfast
29+
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast

0 commit comments

Comments
 (0)