Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
2c0f002b
Commit
2c0f002b
authored
Nov 13, 2018
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tag large to ensure we build/test/analyze on a large runner instance
parent
55938b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
2c0f002b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment