diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-11-20 16:49:14 +0100 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-11-20 18:26:11 +0100 |
commit | 5c3c90599450cc869aa5c9e7ba34faa051f59ab3 (patch) | |
tree | f1af2772b6acb7596be24f42c104b332de84f9f0 /.gitlab-ci.yml | |
parent | 646ba2418b630710edeaac94b57d08adf2771257 (diff) | |
download | gitlab-ce-5c3c90599450cc869aa5c9e7ba34faa051f59ab3.tar.gz |
Add dedicated runner tags to assets jobrs-asset-compilation-tags
Ordinarily it would get the `gitlab-org` tag from
`dedicated-no-docs-pull-cache-job`, but adding the `docker` tag
overwrites rather than inherits, so this job has been running on the
underpowered hardware of the shared runners rather than our dedicated
runners.
We're also adding a `high-cpu` tag, which doesn't currently do anything
but will be useful for targeting a runner specifically for this job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c662f42111..bb37b60b8f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -620,7 +620,8 @@ gitlab:assets:compile: - webpack-report/ - public/assets/ tags: - - docker + - gitlab-org-delivery + - high-cpu karma: <<: *dedicated-no-docs-pull-cache-job |