Commit 5c3c9059 authored by Robert Speicher's avatar Robert Speicher

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.
parent 646ba241
...@@ -620,7 +620,8 @@ gitlab:assets:compile: ...@@ -620,7 +620,8 @@ gitlab:assets:compile:
- webpack-report/ - webpack-report/
- public/assets/ - public/assets/
tags: tags:
- docker - gitlab-org-delivery
- high-cpu
karma: karma:
<<: *dedicated-no-docs-pull-cache-job <<: *dedicated-no-docs-pull-cache-job
......
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