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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2021-04-28 12:33:07 +0300
committerEvan Read <eread@gitlab.com>2021-04-29 07:32:08 +0300
commit070d45b34dea8c36a255dce6a68325ae4eeacdd9 (patch)
tree1c3c9789655341ddb60ec948d4f081b4e53ea64c
parent1cdca21dd37269e3ae3120cf38359e1562681db5 (diff)
Run compile on high-cpu tootest-link-test-speed
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd458b9f..06c27110 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -216,6 +216,9 @@ compile_prod:
# Compile on all branches except the default branch
#
compile_dev:
+ tags:
+ - gitlab-org
+ - high-cpu
extends:
- .rules_dev
- .build_base