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
d84424a5
Commit
d84424a5
authored
Mar 22, 2022
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Confiner 0.3.0
Add dequarantine rule Move quarantine.yml to master.yml
parent
5ac5264e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
3 deletions
+37
-3
qa/.confiner/master.yml
qa/.confiner/master.yml
+34
-0
qa/Gemfile
qa/Gemfile
+1
-1
qa/Gemfile.lock
qa/Gemfile.lock
+2
-2
No files found.
qa/.confiner/
quarantine
.yml
→
qa/.confiner/
master
.yml
View file @
d84424a5
-
name
:
Quarantine E2E tests that fail consistently
-
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
:
...
...
@@ -13,3 +13,22 @@
ref
:
master
actions
:
-
quarantine
-
name
:
Dequarantine E2E tests in Master that pass consistently
plugin
:
name
:
gitlab
# https://gitlab.com/gitlab-org/quality/confiner/-/blob/main/doc/plugins/gitlab.md
args
:
threshold
:
10
# at least 10 passes consecutively with no failures to be a candidate for dequarantine
private_token
:
$QA_GITLAB_CI_TOKEN
# we do not run quarantined jobs automatically on master, but we still commit to master
project_id
:
gitlab-org/quality/nightly
# https://gitlab.com/gitlab-org/quality/nightly/
target_project
:
gitlab-org/gitlab
# https://gitlab.com/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
job_pattern
:
'
.+-quarantine'
actions
:
-
dequarantine
qa/Gemfile
View file @
d84424a5
...
...
@@ -30,7 +30,7 @@ gem 'terminal-table', '~> 3.0.0', require: false
gem
'slack-notifier'
,
'~> 2.4'
,
require:
false
gem
'fog-google'
,
'~> 1.17'
,
require:
false
gem
'confiner'
,
'~> 0.
2
'
gem
'confiner'
,
'~> 0.
3
'
gem
'chemlab'
,
'~> 0.9'
gem
'chemlab-library-www-gitlab-com'
,
'~> 0.1'
...
...
qa/Gemfile.lock
View file @
d84424a5
...
...
@@ -58,7 +58,7 @@ GEM
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.9)
confiner (0.
2.3
)
confiner (0.
3.0
)
gitlab (>= 4.17)
zeitwerk (~> 2.5.1)
declarative (0.0.20)
...
...
@@ -364,7 +364,7 @@ DEPENDENCIES
capybara-screenshot (~> 1.0.23)
chemlab (~> 0.9)
chemlab-library-www-gitlab-com (~> 0.1)
confiner (~> 0.
2
)
confiner (~> 0.
3
)
deprecation_toolkit (~> 1.5.1)
faker (~> 2.19, >= 2.19.0)
fog-google (~> 1.17)
...
...
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