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 @@
:resource_boundary: :unknown
:weight: 1
:idempotent: true
:tags:
- :exclude_from_kubernetes
:tags: []
- :name: pipeline_background:ci_pipeline_artifacts_create_quality_report
:worker_name: Ci::PipelineArtifacts::CreateQualityReportWorker
:feature_category: :code_testing
......
......@@ -9,7 +9,6 @@ module Ci
include PipelineBackgroundQueue
feature_category :code_testing
tags :exclude_from_kubernetes
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