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

Integrate gitlab-ci/changelog-generator-all-projects-YT-256 and 3 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0ed0f4f

CI: Changelog: Add new variable 'CHANGELOG_PROJECTS_SKIP', remove project list

The listed projects for the changelog are now supposed to be found
automatically. No need to list them anymore.
The 'SKIP' variable is mostly ment for custom projects, to filter out
unneeded projects from the changelog.

YT-256

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@434d542a

get_integration_source: Print warning to stderr instead of stdout

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@5cc674f7

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@0c4173a5

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 f40be4f1
No related branches found
No related tags found
1 merge request!283Integrate gitlab-ci/changelog-generator-all-projects-YT-256 and 3 more
Subproject commit 37b396e85024b6c07a1a843f10a3e9d72f981945
Subproject commit f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 37b396e85024b6c07a1a843f10a3e9d72f981945
ref: f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 37b396e85024b6c07a1a843f10a3e9d72f981945
GITLAB_CI_REVISION: f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
BB_RECIPE_NAME: emc-test-suite
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