Skip to content
Snippets Groups Projects
Commit f841669c authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/changelog-generator-all-projects and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@3eeebfdc

Changelog: Include all related projects into the changelog

In build-pipeline.yml, enable the new parameter by default.

YT-256

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@03af7519

Changelog-generator: Add parameter to include all integrated projects

Before this, the changelog was generated on a given list of projects,
all using the same branch.
The new parameter now goes the the specified projects from the
parameters, and detects all integrated projects into this.
So normally you would specify one or two manifest projects, everything
else is automatically added to the list.

This also handles different branch names. As for example the kernel
branches are different, the integration branch is used instead of the
branch from the command line.
parent 67567679
No related merge requests found
Subproject commit 37b396e85024b6c07a1a843f10a3e9d72f981945
Subproject commit 3eeebfdc9374799068dbae058e7646c4dd46c663
......@@ -4,8 +4,8 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 37b396e85024b6c07a1a843f10a3e9d72f981945
ref: 3eeebfdc9374799068dbae058e7646c4dd46c663
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 37b396e85024b6c07a1a843f10a3e9d72f981945
GITLAB_CI_REVISION: 3eeebfdc9374799068dbae058e7646c4dd46c663
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