mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Remove BridgeTest from CI config.
This commit is contained in:
@@ -88,25 +88,9 @@ test_reproducible:
|
|||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
.optional_tests:
|
mailbox integration test:
|
||||||
stage: optional_tests
|
stage: optional_tests
|
||||||
extends: .base-test
|
extends: .base-test
|
||||||
|
|
||||||
bridge test:
|
|
||||||
extends: .optional_tests
|
|
||||||
rules:
|
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
|
||||||
when: on_success
|
|
||||||
allow_failure: false
|
|
||||||
- if: '$CI_COMMIT_TAG == null'
|
|
||||||
when: manual
|
|
||||||
allow_failure: true
|
|
||||||
script:
|
|
||||||
- OPTIONAL_TESTS=org.briarproject.bramble.plugin.tor.BridgeTest ./gradlew --info bramble-java:test --tests BridgeTest
|
|
||||||
timeout: 4h
|
|
||||||
|
|
||||||
mailbox integration test:
|
|
||||||
extends: .optional_tests
|
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- mailbox-integration-tests/**/*
|
- mailbox-integration-tests/**/*
|
||||||
|
|||||||
Reference in New Issue
Block a user