Skip to content
Snippets Groups Projects
Commit 9e777710 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files
parent 1151573b
No related branches found
No related tags found
1 merge request!87feat: add eca check.
......@@ -53,7 +53,9 @@ workflow:
- if: $CI_COMMIT_BRANCH
include:
- local: '.gitlab-ci/container.yml'
- local: '.gitlab-ci/container.yml'
- project: 'eclipsefdn/it/releng/gitlab-ci-templates'
file: '/jobs/eca.gitlab-ci.yml'
variables:
# Force the use of git clone to avoid odd git and repo problems
......@@ -82,12 +84,16 @@ variables:
OPENHARMONY_BUILDER: "$CI_REGISTRY_IMAGE/openharmony-builder"
stages:
- compliance
- container
- maintenance
- fetch
- build
- test
eca:
extends: .eca
# Common job definition for bitbake driven jobs, such as fetch and build
.bitbake:
image:
......
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