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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 00:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 00:09:08 +0300
commite690e4ea1fff57191fb1166e5022c2bcfe308c86 (patch)
tree927defa8c5dc5eccc0842a47a78166072f6b8daf /.gitlab
parent2655ac9cd596526f2ea89a86e4f615139ee40fc4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 38173b27e3e..74257fbe293 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -1355,12 +1355,12 @@
##########
.notify:rules:create-issues-for-failing-tests:
rules:
- - <<: *if-not-canonical-namespace
+ - if: '$CREATE_ISSUES_FOR_FAILING_TESTS != "true"'
when: never
# Don't report child pipeline failures
- if: '$CI_PIPELINE_SOURCE == "parent_pipeline"'
when: never
- - if: '$CREATE_ISSUES_FOR_FAILING_TESTS == "true"'
+ - <<: *if-dot-com-gitlab-org-default-branch
when: on_failure
allow_failure: true