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
4b5f4b28
Commit
4b5f4b28
authored
Nov 16, 2020
by
Robert May
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Default-on parallel push checks"
This reverts commit
2dca4d37
.
parent
2de7ac3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/config/feature_flags/ops/parallel_push_checks.yml
ee/config/feature_flags/ops/parallel_push_checks.yml
+1
-1
ee/lib/ee/gitlab/checks/push_rule_check.rb
ee/lib/ee/gitlab/checks/push_rule_check.rb
+1
-1
No files found.
ee/config/feature_flags/ops/parallel_push_checks.yml
View file @
4b5f4b28
...
@@ -5,4 +5,4 @@ rollout_issue_url:
...
@@ -5,4 +5,4 @@ rollout_issue_url:
milestone
:
'
13.6'
milestone
:
'
13.6'
type
:
ops
type
:
ops
group
:
group::source_code
group
:
group::source_code
default_enabled
:
tru
e
default_enabled
:
fals
e
ee/lib/ee/gitlab/checks/push_rule_check.rb
View file @
4b5f4b28
...
@@ -7,7 +7,7 @@ module EE
...
@@ -7,7 +7,7 @@ module EE
def
validate!
def
validate!
return
unless
push_rule
return
unless
push_rule
if
::
Feature
.
enabled?
(
:parallel_push_checks
,
project
,
type: :ops
,
default_enabled:
true
)
if
::
Feature
.
enabled?
(
:parallel_push_checks
,
project
,
type: :ops
)
run_checks_in_parallel!
run_checks_in_parallel!
else
else
run_checks_in_sequence!
run_checks_in_sequence!
...
...
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