Skip to content
Snippets Groups Projects

Draft: feat: add eca check.

Open Sébastien Heurtematte requested to merge feat/eca into main
+ 10
3
@@ -10,13 +10,18 @@ stages:
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- remote: 'https://gitlab.com/zygoon/go-gitlab-ci/-/raw/master/go.yml'
- project: 'eclipsefdn/it/releng/gitlab-ci-templates'
file: '/jobs/eca.gitlab-ci.yml'
.go:
variables:
# The project requires Go 1.16 compatibility.
# For Yocto Kirkstone the baseline will move to Go 1.18.
CI_GO_VERSION: "1.16"
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.
@@ -81,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
Loading