mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Also run optional bridge test with schedules
This commit is contained in:
@@ -87,11 +87,14 @@ test_reproducible:
|
|||||||
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
|
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
|
||||||
- rm -fr $GRADLE_USER_HOME/caches/*/plugin-resolution/
|
- rm -fr $GRADLE_USER_HOME/caches/*/plugin-resolution/
|
||||||
|
|
||||||
manual_tests:
|
bridge test:
|
||||||
extends: .optional_tests
|
extends: .optional_tests
|
||||||
when: manual
|
rules:
|
||||||
except:
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
- tags
|
allow_failure: true
|
||||||
|
- if: '$CI_COMMIT_TAG == null'
|
||||||
|
when: manual
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
pre_release_tests:
|
pre_release_tests:
|
||||||
extends: .optional_tests
|
extends: .optional_tests
|
||||||
|
|||||||
Reference in New Issue
Block a user