Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-07 08:42:39 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-07 08:42:56 +0300
commit88a790367fe055163ccee27ee0c970c289287441 (patch)
treee34ce603000272b9bf211e0e073ad6d8dcd6b18d
parent9deccce765e2437e87563378f878b8604fc73a9a (diff)
ci: Allow manually executing nightly jobs
Allow manually executing nightly jobs that test against Git's `master` and `next` branches to easily allow testing changes against these Git versions.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 786ae3200..bf59deaf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -245,6 +245,8 @@ test:nightly:
TEST_TARGET: [ test, test-with-proxies, test-with-praefect ]
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
+ - when: manual
+ allow_failure: true
test:praefect_smoke:
<<: *test_definition