Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 846661e4 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Update tags for the CI

parent 81c0df04
No related branches found
No related tags found
No related merge requests found
--- ---
.build_script_template: &build_script .build_script_template: &build_script
stage: build stage: build
tags: ["large"] tags: ["docker", "large"]
artifacts: artifacts:
name: spm_build_${VERSION} name: spm_build_${VERSION}
expire_in: 180 minutes expire_in: 180 minutes
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
--- ---
coverage: coverage:
tags: ["docker"]
stage: analyse stage: analyse
artifacts: artifacts:
name: spm_coverage name: spm_coverage
......
--- ---
coverity: coverity:
stage: analyse stage: analyse
tags: ["large"] tags: ["docker", "large"]
dependencies: [] dependencies: []
artifacts: artifacts:
name: spm_coverity name: spm_coverity
......
--- ---
pages: pages:
stage: deploy stage: deploy
tags: ["large"] tags: ["docker"]
dependencies: [] dependencies: []
artifacts: artifacts:
paths: paths:
......
--- ---
package: package:
stage: deploy stage: deploy
tags: ["large"] tags: ["docker"]
dependencies: [] dependencies: []
only: only:
- /^release-.*$/ - /^release-.*$/
......
--- ---
sonar_spm: sonar_spm:
stage: sonar stage: sonar
tags: ["large"] tags: ["docker", "large"]
artifacts: artifacts:
name: spm_sonar name: spm_sonar
expire_in: 1 week expire_in: 1 week
......
--- ---
.test_script_template: &test_script .test_script_template: &test_script
stage: test stage: test
tags: ["large"] tags: ["docker", "large"]
artifacts: artifacts:
name: spm_test_${VERSION} name: spm_test_${VERSION}
expire_in: 180 minutes expire_in: 180 minutes
......
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