Add dedicated runner tags to assets job

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.
This commit is contained in:
Robert Speicher 2018-11-20 16:49:14 +01:00
parent 646ba2418b
commit 5c3c905994
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 2 additions and 1 deletions

View File

@ -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