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>2021-11-18 18:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-18 18:10:19 +0300
commitbf0d6692fc4c16205cc49b8b87b7b7e0daa97c63 (patch)
treed44cb105682b2b39318c01a37f201b278b474663 /.gitlab/ci/qa-report.gitlab-ci.yml
parent9796aa22cd601f03101402540f41a05ad71828e5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/qa-report.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/qa-report.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab/ci/qa-report.gitlab-ci.yml b/.gitlab/ci/qa-report.gitlab-ci.yml
deleted file mode 100644
index 61cbcfd58da..00000000000
--- a/.gitlab/ci/qa-report.gitlab-ci.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-test-reliability-report:
- extends:
- - .qa:rules:reliable-reports:schedule
- image:
- name: ${CI_REGISTRY_IMAGE}/gitlab-ee-qa:${CI_DEFAULT_BRANCH}
- entrypoint: [""]
- before_script:
- - cd /home/gitlab/qa
- script:
- - echo "Generate report for 'staging-full' runs"
- - bundle exec rake "reliable_spec_report[staging-full,30,true]"
- - bundle exec rake "unreliable_spec_report[staging-full,30,true]"
- - echo "Generate report for 'package-and-qa' runs"
- - bundle exec rake "reliable_spec_report[package-and-qa,30,true]"
- - bundle exec rake "unreliable_spec_report[package-and-qa,30,true]"