Skip to content
Snippets Groups Projects
Commit ffb87fef 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 b48de938
No related branches found
No related tags found
1 merge request!119Integrate gitlab-ci/do-not-hardcode-projects-in-changelog-generator and 1 more
Subproject commit ed36b4655636ee0b54edd1a282b3b7a6414815e2 Subproject commit 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: ed36b4655636ee0b54edd1a282b3b7a6414815e2 ref: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: ed36b4655636ee0b54edd1a282b3b7a6414815e2 GITLAB_CI_REVISION: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
BB_RECIPE_NAME: emc-test-suite BB_RECIPE_NAME: emc-test-suite
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
......
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