Skip to content
Snippets Groups Projects
Commit 6dc103f3 authored by GitBot's avatar GitBot Committed by Tim Jaacks
Browse files

Integrate gitlab-ci/define-yamllint-explicitly

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b2bc220

Define yamllint job explicitly in each pipeline

The yamllint job was included in the pipeline implicitly via the
inclusion of common.yml. This is not very transparent. Make the common
definition a base job and extend it explicitly in each pipeline now.

Add infrastructure stage comment header into both yaml files.
parent cf8f4210
No related branches found
No related tags found
No related merge requests found
Subproject commit 686323c648881a4fa0f3f8ae6e305d17337eecf3
Subproject commit 2b2bc22010347ad46361e2d781a3d8ff745a1710
......@@ -4,14 +4,14 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 686323c648881a4fa0f3f8ae6e305d17337eecf3
ref: 2b2bc22010347ad46361e2d781a3d8ff745a1710
file: 'manifest.yml'
variables:
MANIFEST_PROJECT_ID: 1725
MASTER_BRANCH_MANIFEST: kirkstone
MASTER_BRANCH_PROJECT: kirkstone
GITLAB_CI_CURRENT_REV: 686323c648881a4fa0f3f8ae6e305d17337eecf3
GITLAB_CI_CURRENT_REV: 2b2bc22010347ad46361e2d781a3d8ff745a1710
CI_PARAM_IMAGE: seconorth-image
CI_PARAM_DISTRO: seconorth-wayland
CI_PARAM_IMAGE_FNG: fngsystem-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