From ec0a75428904e80e46e994cf75b61c95959289c3 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 29 Mar 2023 11:58:38 +0100 Subject: [PATCH] Remove BridgeTest from CI config. --- .gitlab-ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 308faf986..aa87763ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,25 +88,9 @@ test_reproducible: only: - tags -.optional_tests: +mailbox integration test: stage: optional_tests 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: - changes: - mailbox-integration-tests/**/*