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
d30cd89d
Commit
d30cd89d
authored
Mar 22, 2022
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rule for quarantining nightly e2e tests
Rename scheduled jobs for master and nightly
parent
4d048f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
2 deletions
+31
-2
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+12
-2
qa/.confiner/nightly.yml
qa/.confiner/nightly.yml
+19
-0
No files found.
.gitlab/ci/qa.gitlab-ci.yml
View file @
d30cd89d
...
...
@@ -33,15 +33,25 @@ qa:selectors:
script
:
-
bundle exec bin/qa Test::Sanity::Selectors
qa:
auto_
quarantine:
qa:
master-auto-quarantine-de
quarantine:
extends
:
-
.qa-job-base
rules
:
-
if
:
'
$QA_TRIGGER_AUTO_QUARANTINE
=~
/true|yes|1/i'
script
:
-
bundle exec confiner -r .confiner/
quarantine
.yml
-
bundle exec confiner -r .confiner/
master
.yml
allow_failure
:
true
qa:nightly-auto-quarantine-dequarantine:
extends
:
-
.qa-job-base
rules
:
-
if
:
'
$QA_TRIGGER_AUTO_QUARANTINE
=~
/true|yes|1/i'
script
:
-
bundle exec confiner -r .confiner/nightly.yml
allow_failure
:
true
qa:selectors-as-if-foss:
extends
:
-
qa:selectors
...
...
qa/.confiner/nightly.yml
0 → 100644
View file @
d30cd89d
-
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
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