Commit 637b9be4 authored by Sean McGivern's avatar Sean McGivern

Un-exclude Ci::PipelineArtifacts::CoverageReportWorker from k8s

This tag is GitLab.com specific and we don't need or want it for this
worker.
parent 22fedb37
...@@ -1373,8 +1373,7 @@ ...@@ -1373,8 +1373,7 @@
:resource_boundary: :unknown :resource_boundary: :unknown
:weight: 1 :weight: 1
:idempotent: true :idempotent: true
:tags: :tags: []
- :exclude_from_kubernetes
- :name: pipeline_background:ci_pipeline_artifacts_create_quality_report - :name: pipeline_background:ci_pipeline_artifacts_create_quality_report
:worker_name: Ci::PipelineArtifacts::CreateQualityReportWorker :worker_name: Ci::PipelineArtifacts::CreateQualityReportWorker
:feature_category: :code_testing :feature_category: :code_testing
......
...@@ -9,7 +9,6 @@ module Ci ...@@ -9,7 +9,6 @@ module Ci
include PipelineBackgroundQueue include PipelineBackgroundQueue
feature_category :code_testing feature_category :code_testing
tags :exclude_from_kubernetes
idempotent! idempotent!
......
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