From f0fcadfaf45eda6ba6c86a2326aebbce7f3cc6b5 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 15 Apr 2021 15:36:24 -0300 Subject: [PATCH] Also run optional bridge test with schedules --- .gitlab-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2755a66b..71fa7367f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,11 +87,14 @@ test_reproducible: - rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock - rm -fr $GRADLE_USER_HOME/caches/*/plugin-resolution/ -manual_tests: +bridge test: extends: .optional_tests - when: manual - except: - - tags + rules: + - if: '$CI_PIPELINE_SOURCE == "schedule"' + allow_failure: true + - if: '$CI_COMMIT_TAG == null' + when: manual + allow_failure: true pre_release_tests: extends: .optional_tests