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

master.yml « .confiner « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f58ea5de0172b23e8ebb19bf0c44c402ea8f1d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: Quarantine E2E tests in Master that fail consistently
  plugin:
    name: gitlab # https://gitlab.com/gitlab-org/quality/confiner/-/blob/main/doc/plugins/gitlab.md
    args:
      threshold: 3 # 3 failures
      private_token: $QA_GITLAB_CI_TOKEN
      project_id: gitlab-org/gitlab
      target_project: gitlab-org/gitlab
      failure_issue_labels: QA,Quality
      failure_issue_prefix: "Failure in "
      pwd: qa # E2E specs reside in the qa subdirectory
      timeout: 30
      ref: master
  actions:
    - quarantine