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

nightly.yml « .confiner « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78089525b0e76a08260a61f6117eff443633b76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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