Skip to content
Snippets Groups Projects
Commit 662e7cac authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files
parent 9c7d01ae
No related branches found
No related tags found
1 merge request!14Draft: feat: add eca check.
......@@ -21,7 +21,7 @@ include:
eca:
extends: .eca
dco:
interruptible: true
tags: [kvm] # Technically we want x86_64 or aarch64 but there's no OR syntax for tags, this is a way to cheat.
......@@ -86,8 +86,10 @@ go-test:
paths:
- coverage.xml
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
.build-with-kaniko:
stage: build
# This is artificially limited because we don't handle build tags correctly
......
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