Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2c0f002b authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add tag large to ensure we build/test/analyze on a large runner instance

parent 55938b98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment