Page MenuHomePhabricator

Added a build config to explicitly run all extended tests
AbandonedPublic

Authored by jasonbcox on Nov 4 2019, 17:09.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

dbcrash and pruning tests are not run as part of the per-diff master build builds because they take
an extraordinary amount of time to complete. This new config will allow us run these expensive tests on a
regular schedule without impacting our day-to-day development.

Test Plan

ABC_BUILD_NAME=build-extended-tests ./build-configurations.sh

Diff Detail

Repository
rABC Bitcoin ABC
Branch
all-extended-tests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7976
Build 13955: Bitcoin ABC Buildbot (legacy)
Build 13954: arc lint + arc unit

Event Timeline

Running some tests on the build agents

After more testing, it's clearly best to drop this in favor of D4371