Skip to content
Snippets Groups Projects
Commit d30cee00 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'rp/limit-publish-jobs-concurrency' into 'master'

Limit concurrency of package publish jobs using resource_group

See merge request gitlab-org/omnibus-gitlab!6231
parents d3172796 b8576309
No related branches found
No related tags found
1 merge request!81Merged upstream 15.3.0+rc42.ce.0 into heptapod branch
...@@ -485,6 +485,7 @@ ...@@ -485,6 +485,7 @@
### 3. Only ran on dev.gitlab.org ### 3. Only ran on dev.gitlab.org
.production_release_template: &production_release .production_release_template: &production_release
stage: package-and-image-release stage: package-and-image-release
resource_group: publish_package_$CI_COMMIT_SHA
image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:omnibus-gitlab-xenial" image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:omnibus-gitlab-xenial"
variables: variables:
INCLUDE_PACKAGECLOUD: "true" INCLUDE_PACKAGECLOUD: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment