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