diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-02 21:08:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-02 21:08:00 +0000 |
commit | 2164573e4531de7949b0ad9fe1d55bfb9c42765d (patch) | |
tree | 10cf954a1225eb3162009f5c2457bacdc388aa63 /app/workers/all_queues.yml | |
parent | f3e7bc80608c100227030030a6a601897f8e4ff9 (diff) | |
download | gitlab-ce-2164573e4531de7949b0ad9fe1d55bfb9c42765d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/all_queues.yml')
-rw-r--r-- | app/workers/all_queues.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml index 0dded4d6474..8f3f14c75f0 100644 --- a/app/workers/all_queues.yml +++ b/app/workers/all_queues.yml @@ -803,6 +803,14 @@ :weight: 1 :idempotent: :tags: [] +- :name: pipeline_background:ci_build_report_result + :feature_category: :continuous_integration + :has_external_dependencies: + :urgency: :low + :resource_boundary: :unknown + :weight: 1 + :idempotent: true + :tags: [] - :name: pipeline_background:ci_build_trace_chunk_flush :feature_category: :continuous_integration :has_external_dependencies: |