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
30b3172a
Commit
30b3172a
authored
Oct 13, 2021
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the FF ci_idempotent_pipeline_process_worker
It's enabled by default since 14.3 Changelog: other
parent
402bb73c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
19 deletions
+1
-19
app/workers/pipeline_process_worker.rb
app/workers/pipeline_process_worker.rb
+1
-1
config/feature_flags/development/ci_idempotent_pipeline_process_worker.yml
...ags/development/ci_idempotent_pipeline_process_worker.yml
+0
-8
spec/workers/pipeline_process_worker_spec.rb
spec/workers/pipeline_process_worker_spec.rb
+0
-10
No files found.
app/workers/pipeline_process_worker.rb
View file @
30b3172a
...
...
@@ -14,7 +14,7 @@ class PipelineProcessWorker
loggable_arguments
1
idempotent!
deduplicate
:until_executing
,
feature_flag: :ci_idempotent_pipeline_process_worker
deduplicate
:until_executing
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
pipeline_id
)
...
...
config/feature_flags/development/ci_idempotent_pipeline_process_worker.yml
deleted
100644 → 0
View file @
402bb73c
---
name
:
ci_idempotent_pipeline_process_worker
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62410
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/332963
milestone
:
'
14.0'
type
:
development
group
:
group::pipeline authoring
default_enabled
:
true
spec/workers/pipeline_process_worker_spec.rb
View file @
30b3172a
...
...
@@ -29,16 +29,6 @@ RSpec.describe PipelineProcessWorker do
end
end
context
'when the FF ci_idempotent_pipeline_process_worker is disabled'
do
before
do
stub_feature_flags
(
ci_idempotent_pipeline_process_worker:
false
)
end
it
'is not deduplicated'
do
expect
(
described_class
).
not_to
be_deduplication_enabled
end
end
describe
'#perform'
do
context
'when pipeline exists'
do
it
'processes pipeline'
do
...
...
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