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
fee212f7
Commit
fee212f7
authored
Feb 05, 2021
by
Erick Bajao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused BuildCoverageWorker
parent
c540884b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
app/workers/all_queues.yml
app/workers/all_queues.yml
+0
-9
app/workers/build_coverage_worker.rb
app/workers/build_coverage_worker.rb
+0
-14
No files found.
app/workers/all_queues.yml
View file @
fee212f7
...
...
@@ -1172,15 +1172,6 @@
:weight:
4
:idempotent:
:tags: []
-
:name: pipeline_default:build_coverage
:feature_category: :continuous_integration
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
3
:idempotent:
:tags:
- :requires_disk_io
-
:name: pipeline_default:ci_create_cross_project_pipeline
:feature_category: :continuous_integration
:has_external_dependencies:
...
...
app/workers/build_coverage_worker.rb
deleted
100644 → 0
View file @
c540884b
# frozen_string_literal: true
class
BuildCoverageWorker
# rubocop:disable Scalability/IdempotentWorker
include
ApplicationWorker
include
PipelineQueue
tags
:requires_disk_io
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
build_id
)
Ci
::
Build
.
find_by
(
id:
build_id
)
&
.
update_coverage
end
# rubocop: enable CodeReuse/ActiveRecord
end
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