Always run extended tests in Gitlab CI (#3173)

These require only ~4m more, which is fine in Gitlab as we don't have so
strict limits. This makes the cron job obsolete.
This commit is contained in:
Alexander Block 2019-10-23 09:56:55 +02:00 committed by GitHub
parent a7492c1d3a
commit 883fcbe8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ stages:
- ./ci/build_depends.sh - ./ci/build_depends.sh
- ./ci/build_src.sh - ./ci/build_src.sh
- ./ci/test_unittests.sh - ./ci/test_unittests.sh
- ./ci/test_integrationtests.sh - ./ci/test_integrationtests.sh --extended --exclude pruning,dbcrash
after_script: after_script:
# Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts # Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts