Mentions légales du service

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

Merge branch 'ci_tags' into 'master'

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

See merge request solverstack/chameleon!130
parents 55938b98 2c0f002b
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ before_script: ...@@ -13,6 +13,7 @@ before_script:
.build_script_template: &build_script .build_script_template: &build_script
stage: build stage: build
tags: ["large"]
script: script:
- echo BUILD_OPTIONS $BUILD_OPTIONS - echo BUILD_OPTIONS $BUILD_OPTIONS
- echo VERSION $VERSION - echo VERSION $VERSION
...@@ -30,6 +31,7 @@ before_script: ...@@ -30,6 +31,7 @@ before_script:
.test_script_template: &test_script .test_script_template: &test_script
stage: test stage: test
tags: ["large"]
script: script:
- echo TESTS_RESTRICTION $TESTS_RESTRICTION - echo TESTS_RESTRICTION $TESTS_RESTRICTION
- echo VERSION $VERSION - echo VERSION $VERSION
...@@ -258,6 +260,7 @@ coverage: ...@@ -258,6 +260,7 @@ coverage:
coverity: coverity:
stage: analyse stage: analyse
tags: ["large"]
dependencies: [] dependencies: []
artifacts: artifacts:
name: chameleon_coverity name: chameleon_coverity
...@@ -280,6 +283,7 @@ coverity: ...@@ -280,6 +283,7 @@ coverity:
sonarqube: sonarqube:
stage: analyse stage: analyse
tags: ["large"]
dependencies: dependencies:
- test_starpu_master - test_starpu_master
- test_starpu_simgrid_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