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

Integrate gitlab-ci/do-not-hardcode-projects-in-changelog-generator and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@8edbf2a6

Changelog generator: fix typo

--

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

Changelog generator: pass projects as arguments

Instead of hard-coding the project list in the changelog generator
script, make them passable via arguments. This way we can have different
changelogs in different envrionments. Hence we're adding the changelog
job in the ci-test environment as well.
parent 1bf7c656
No related branches found
No related tags found
1 merge request!126Integrate gitlab-ci/do-not-hardcode-projects-in-changelog-generator and 1 more
Pipeline #52598 passed with stage
in 9 seconds
Subproject commit ed36b4655636ee0b54edd1a282b3b7a6414815e2
Subproject commit 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: ed36b4655636ee0b54edd1a282b3b7a6414815e2
ref: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: ed36b4655636ee0b54edd1a282b3b7a6414815e2
GITLAB_CI_REVISION: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
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