Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-11-20 18:49:14 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-11-20 20:26:11 +0300
commit5c3c90599450cc869aa5c9e7ba34faa051f59ab3 (patch)
treef1af2772b6acb7596be24f42c104b332de84f9f0 /.gitlab-ci.yml
parent646ba2418b630710edeaac94b57d08adf2771257 (diff)
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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