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:
Diffstat (limited to 'qa/.confiner/nightly.yml')
-rw-r--r--qa/.confiner/nightly.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/qa/.confiner/nightly.yml b/qa/.confiner/nightly.yml
new file mode 100644
index 00000000000..78089525b0e
--- /dev/null
+++ b/qa/.confiner/nightly.yml
@@ -0,0 +1,19 @@
+- name: Quarantine E2E tests in Nightly that fail consistently
+ plugin:
+ name: gitlab
+ args:
+ threshold: 3
+ private_token: $QA_GITLAB_CI_TOKEN
+ project_id: gitlab-org/quality/nightly # https://gitlab.com/gitlab-org/quality/nightly/
+ target_project: gitlab-org/gitlab
+ failure_issue_labels: QA,Quality,found:nightly
+ failure_issue_prefix: "Failure in "
+ pwd: qa
+ timeout: 30
+ ref: master
+ environment:
+ name: nightly
+ pattern: 'pipeline: :nightly'
+ job_pattern: '^((?!quarantine).)*$'
+ actions:
+ - quarantine