Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9afb479b
Commit
9afb479b
authored
Nov 18, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reliable report qa jobs
parent
9bbf948e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
.gitlab/ci/qa-report.gitlab-ci.yml
.gitlab/ci/qa-report.gitlab-ci.yml
+0
-15
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-5
No files found.
.gitlab/ci/qa-report.gitlab-ci.yml
deleted
100644 → 0
View file @
9bbf948e
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]"
.gitlab/ci/rules.gitlab-ci.yml
View file @
9afb479b
...
@@ -766,11 +766,6 @@
...
@@ -766,11 +766,6 @@
changes
:
*feature-flag-development-config-patterns
changes
:
*feature-flag-development-config-patterns
allow_failure
:
true
allow_failure
:
true
.qa:rules:reliable-reports:schedule:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
&&
$CI_PIPELINE_SOURCE
==
"schedule"
&&
$QA_RELIABLE_REPORT
==
"true"'
allow_failure
:
true
###############
###############
# Rails rules #
# Rails rules #
###############
###############
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment