Commit Graph

255 Commits (fa6183d7761eef8bb815aa888f0396e92e275f05)

Author SHA1 Message Date
MarcoFalke 77777c8b5e
ci: Run windows ci config on cirrus
4 years ago
MarcoFalke 3333d6942e
ci: Run macos ci config on cirrus
4 years ago
MarcoFalke fa0795f54d
ci: Replace TRAVIS_OS_NAME with CI_OS_NAME
4 years ago
MarcoFalke fafce1a13a
ci: Move documentation to correct config file
4 years ago
Anthony Towns 8ae9d314e9 Bump minimum python version to 3.6
4 years ago
MarcoFalke fa2c3c0d96
ci: Set LC_ALL=C to allow running the s390x tests in qemu
4 years ago
MarcoFalke fab900802d
ci: Bump timeout factor
4 years ago
MarcoFalke faf58ab139
ci: Add --with-libs=no to one ci config
4 years ago
Wladimir J. van der Laan 3caee16946
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
4 years ago
Andrew Chow e87df82580 Add sqlite to travis and depends
4 years ago
Pieter Wuille 4567ba034c tests: add generic qa-asset-based script verification unit test
4 years ago
MarcoFalke f0fd132226
Merge #20072: ci: Build Arm64 on Travis without functional tests
4 years ago
Fabian Jahr 1b41ce8f5f
lint: Don't use TRAVIS_COMMIT_RANGE for commit-script-check
4 years ago
Fabian Jahr 33df8d46bb
ci: Build Arm64 on Travis without functional tests
4 years ago
Hennadii Stepanov 0374e821bd
util: Hard code previous release tarball checksums
4 years ago
Hennadii Stepanov bd897ce79f
scripted-diff: Move previous_release.py to test/get_previous_releases.py
4 years ago
MarcoFalke fa6583c30b
ci: Set increased --timeout-factor by default
4 years ago
Sjors Provoost c17f54ee53
[ci] use boost::process
4 years ago
MarcoFalke 24ead1a923
Merge #19519: ci: Increase CCACHE_SIZE in some builds on Travis
4 years ago
MarcoFalke ea595d39f7
Merge #19205: script: previous_release.sh rewritten in python
4 years ago
Russell Yanofsky 0cdf2a77dd
ci: add tsan debug symbols option
4 years ago
Hennadii Stepanov fdf697fe75
ci: Increase CCACHE_SIZE in some builds on Travis
4 years ago
Hennadii Stepanov 60824b3c3a
ci: Fix configure options for macOS builds
4 years ago
Hennadii Stepanov 557d3f1cc0
ci: Do not activate Travis ccache caching strategy
4 years ago
Hennadii Stepanov 2d747428e2
ci: Disable functional tests on forked repos to avoid timeouts for macOS
4 years ago
Brian Liotti 9c34aff393 Remove previous_release.sh
4 years ago
MarcoFalke 7027c67cac
Merge #18288: build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
4 years ago
MarcoFalke fa23fbb42f
ci: Run all tests on native mac again
4 years ago
Wladimir J. van der Laan bb588669f9
Merge #19331: build: Do not include server symbols in wallet
4 years ago
MarcoFalke 8d3187fd0d
Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
4 years ago
Wladimir J. van der Laan dbadf746e2
Merge #19333: refactor: Fix clang compile failure
4 years ago
fanquake a92e48b02d
test: move TEST_RUNNER_EXTRA into native tsan setup
4 years ago
fanquake 19612ca2eb
Merge #19371: ci: Increase test timeout for sanitizer configs
4 years ago
MarcoFalke faca73000f
ci: Install fixed version of clang-format for linters
4 years ago
MarcoFalke 910f0468a1
Merge #19348: test: Bump linter versions
4 years ago
MarcoFalke fa74a54fad
ci: Increase test timeout for sanitizer configs
4 years ago
practicalswift 870f0cd2a0 build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
4 years ago
fanquake 80fd474e40
Merge #19240: build: macOS toolchain simplification and bump
4 years ago
Duncan Dean 39d526bde4
test: Bump linter versions
4 years ago
Cory Fields 2418f739f7
macos: Bump to xcode 11.3.1 and 10.15 SDK
4 years ago
Carl Dong 3381e4a189
Adapt rest of tooling to new SDK naming scheme
4 years ago
MarcoFalke fa3b35a189
ci: Add test for clang-3.8 C++11 support
4 years ago
MarcoFalke fa05f44893
ci: Upgrade most ci configs to focal
4 years ago
MarcoFalke fad6720891
doc: move doc to ci readme
4 years ago
MarcoFalke fa880773b4
ci: Have one config run in xenial to test against python3.5
4 years ago
fanquake 968aaae940
tests: run test-security-check.py in CI
4 years ago
MarcoFalke fa71667597
ci: Move travis workarounds to .travis.yml
4 years ago
MarcoFalke aa35ea5502
Merge #19173: build: turn on --enable-c++17 by --enable-fuzz
5 years ago
Vasil Dimov 0012471391
build: turn on --enable-c++17 by --enable-fuzz
5 years ago
MarcoFalke fa7e002d52
ci: tsan with wallet
5 years ago
fanquake 234fabab90
Merge #18210: test: type hints in Python tests
5 years ago
Kiminuo bd7e530f01 This PR adds initial support for type hints checking in python scripts.
5 years ago
MarcoFalke faf62e6ed0
ci: Remove unused workaround
5 years ago
MarcoFalke fa7c850915
ci: Install llvm to get llvm symbolizer
5 years ago
MarcoFalke fa0cc02c0a
ci: Mute depends logs completely
5 years ago
MarcoFalke fa10d85079
ci: Use libc++ instead of libstdc++ for tsan
5 years ago
MarcoFalke fa0d5ee112
ci: Set halt_on_error=1 for tsan
5 years ago
MarcoFalke fa2ffe87f7
ci: Deduplicate DOCKER_EXEC
5 years ago
MarcoFalke faf1c3cc58
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
5 years ago
fanquake 97b21b302a
Merge #18677: Multiprocess build support
5 years ago
MarcoFalke faf552117e
ci: Set DEBIAN_FRONTEND=noninteractive
5 years ago
MarcoFalke fa006caa13
ci: tsan on clang-9
5 years ago
Russell Yanofsky e2bab2aa16 multiprocess: add multiprocess travis configuration
5 years ago
Russell Yanofsky cbd661122e Set LD_LIBRARY_PATH consistently in travis tests
5 years ago
MarcoFalke fa35c34df7
Remove unused ci configs that have been moved elsewhere
5 years ago
MarcoFalke 3333cb9699
fuzz: Pass down MAKEJOBS to test_runner
5 years ago
Harris 420fa0770f
fuzz: use std::optional for sep_pos variable
5 years ago
MarcoFalke 3930014abc
Merge #18864: Add v0.16.3 backwards compatibility test, bump v0.19.0.1 to v0.19.1
5 years ago
Sjors Provoost d135c29476
[ci] make list of previous releases to download a setting
5 years ago
MarcoFalke 8c705ff129 travis: Remove s390x
5 years ago
Sjors Provoost 9c246b873c
[test] backwards compatibility: bump v0.19.0.1 to v0.19.1
5 years ago
MarcoFalke ddc0a600b3
Merge #18617: test: add factor option to adjust test timeouts
5 years ago
Harris 2742c34286
test: add factor option to adjust test timeouts
5 years ago
MarcoFalke aaaacff107
ci: Merge C++17 build with one of the existing ones
5 years ago
Wladimir J. van der Laan 35ef3c15ef
Merge #18591: Add C++17 build to Travis
5 years ago
MarcoFalke ab91a0e0fc
Merge #18798: ci: Fix default retry script usage
5 years ago
MarcoFalke e302830fae
Merge #18774: test: added test for upgradewallet RPC
5 years ago
Harris 66fe7b1a98
test: added test for upgradewallet RPC
5 years ago
MarcoFalke a483ffd689
Merge #18735: ci: Add and document BASE_BUILD_DIR
5 years ago
MarcoFalke fa72a75102
ci: Document why tests can not be run on mac
5 years ago
Hennadii Stepanov 45615de26c
ci: Fix default retry script usage
5 years ago
MarcoFalke fae49f6e42
ci: Add and document BASE_BUILD_DIR
5 years ago
MarcoFalke fac24dea00
ci: Run functional tests on mac again
5 years ago
MarcoFalke faebcd4e8d
ci: Remove xenial tsan workaround
5 years ago
MarcoFalke d7bdba460c
Merge #18683: ci: Disable valgrind functionl tests on forked repos to avoid timeouts
5 years ago
MarcoFalke 54f812d9d2
Merge #18673: scripted-diff: Sort test includes
5 years ago
MarcoFalke faceeae49a
ci: Disable valgrind functionl tests on forked repos to avoid timeouts
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Hennadii Stepanov 0c6318788b
ci: Limit cache size regardless of NO_DEPENDS
5 years ago
Pieter Wuille c31cbe7cfe Add C++17 test to Travis
5 years ago
MarcoFalke 1b30761360
Merge #16367: Multiprocess build support
5 years ago
Hennadii Stepanov 6d480667b2
ci: Print ccache statistics summary
5 years ago
Hennadii Stepanov a6eea715ff
ci: Drop unused WINEDEBUG variable
5 years ago
MarcoFalke 1ae366ecb0
Merge #18569: ci: Add big endian native s390x build
5 years ago
Hennadii Stepanov 6136a96cdf
ci: Rename RUN_CI_ON_HOST to DANGER_RUN_CI_ON_HOST
5 years ago
Hennadii Stepanov 97ba77aa8e
ci: Add native s390x
5 years ago
MarcoFalke fa7af33b4c
ci: Run unit tests sequential once
5 years ago
Russell Yanofsky d54f64c6c7 Add multiprocess travis configuration
5 years ago
Russell Yanofsky 787f40668d Set LD_LIBRARY_PATH consistently in travis tests
5 years ago
MarcoFalke faa9491870
ci: Use Focal for fuzzers
5 years ago