Commit 1528869a authored by Bob Van Landuyt's avatar Bob Van Landuyt

Add code testing to some workers

These workers should have the code_testing feature category.
parent 9d7c81ee
......@@ -1086,7 +1086,7 @@
:idempotent: true
:tags: []
- :name: pipeline_background:ci_daily_build_group_report_results
:feature_category: :continuous_integration
:feature_category: :code_testing
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -1094,7 +1094,7 @@
:idempotent: true
:tags: []
- :name: pipeline_background:ci_pipeline_artifacts_coverage_report
:feature_category: :continuous_integration
:feature_category: :code_testing
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -5,6 +5,8 @@ module Ci
include ApplicationWorker
include PipelineBackgroundQueue
feature_category :code_testing
idempotent!
def perform(pipeline_id)
......
......@@ -6,6 +6,8 @@ module Ci
include ApplicationWorker
include PipelineBackgroundQueue
feature_category :code_testing
idempotent!
def perform(pipeline_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment