mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Add INTEGRATION_TESTS_ARGS gitlab-ci variable (#3605)
This allows tweaking integration tests params on the fly (in Gitlab GUI https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui).
This commit is contained in:
parent
78dc8c354d
commit
36e18d9b48
@ -112,8 +112,11 @@ builder-image:
|
||||
.test-template:
|
||||
stage: test
|
||||
extends: .base-template
|
||||
variables:
|
||||
INTEGRATION_TESTS_ARGS: "--extended --exclude pruning,dbcrash"
|
||||
script:
|
||||
- ./ci/test_integrationtests.sh --extended --exclude pruning,dbcrash
|
||||
- echo "INTEGRATION_TESTS_ARGS=${INTEGRATION_TESTS_ARGS}"
|
||||
- ./ci/test_integrationtests.sh $INTEGRATION_TESTS_ARGS
|
||||
after_script:
|
||||
- mkdir -p $CI_PROJECT_DIR/testlogs
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user