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

Integrate gitlab-ci/remove-dynamic-job-generation

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@897ba059

Manifest integration: remove dynamic job generation

The dynamic job was only necessary because GitLab did not expand
variables in the "trigger:project" keyword:
https://gitlab.com/gitlab-org/gitlab/-/issues/347469

This has been fixed in GitLab 15.3, so we don't need it anymore:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92346
parent 0c347f5c
No related branches found
No related tags found
1 merge request!109Integrate gitlab-ci/remove-dynamic-job-generation
Subproject commit ea1f3badfbab2167640774e38310c9251ada488b Subproject commit 897ba05909d14939c1e044de8f71b95f0074534f
...@@ -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: ea1f3badfbab2167640774e38310c9251ada488b ref: 897ba05909d14939c1e044de8f71b95f0074534f
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: ea1f3badfbab2167640774e38310c9251ada488b GITLAB_CI_REVISION: 897ba05909d14939c1e044de8f71b95f0074534f
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