Commit 782924b0 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'mark-coverage-report-worker-as-ok-for-k8s' into 'master'

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

See merge request gitlab-org/gitlab!63761
parents 9b5aab7c 637b9be4
...@@ -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