From 2c0f002b2d24b25896bb60b12a4418ef1dfe0131 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 13 Nov 2018 16:21:05 +0100
Subject: [PATCH] add tag large to ensure we build/test/analyze on a large
 runner instance

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82874ea39..0ad9cdd29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ before_script:
 
 .build_script_template: &build_script
   stage: build
+  tags: ["large"]
   script:
     - echo BUILD_OPTIONS $BUILD_OPTIONS
     - echo VERSION $VERSION
@@ -30,6 +31,7 @@ before_script:
 
 .test_script_template: &test_script
   stage: test
+  tags: ["large"]
   script:
     - echo TESTS_RESTRICTION $TESTS_RESTRICTION
     - echo VERSION $VERSION
@@ -258,6 +260,7 @@ coverage:
 
 coverity:
   stage: analyse
+  tags: ["large"]
   dependencies: []
   artifacts:
     name: chameleon_coverity
@@ -280,6 +283,7 @@ coverity:
 
 sonarqube:
   stage: analyse
+  tags: ["large"]
   dependencies:
     - test_starpu_master
     - test_starpu_simgrid_master
-- 
GitLab