Commit 73f7feb1 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'ecosystem-cpu-bound-worker' into 'master'

Add Ecosystem CPU-bound workers

See merge request gitlab-org/gitlab!66632
parents 1d904225 e84160ab
......@@ -903,7 +903,7 @@
:feature_category: :importers
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent:
:tags:
......@@ -913,7 +913,7 @@
:feature_category: :importers
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent:
:tags:
......
......@@ -6,6 +6,7 @@ module Gitlab
include ObjectImporter
tags :exclude_from_kubernetes
worker_resource_boundary :cpu
def representation_class
Gitlab::GithubImport::Representation::PullRequest
......
......@@ -6,6 +6,7 @@ module Gitlab
include ObjectImporter
tags :exclude_from_kubernetes
worker_resource_boundary :cpu
def representation_class
Gitlab::GithubImport::Representation::PullRequestReview
......
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