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

Integrate gitlab-ci/fix_syntax and 2 more

--

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

gitlab-ci: Disable sourcery

The sourcery plugin fails again due to a missing login. Disable it for
now.

--

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

manifest:integration: Fix issue in trigger/include

--

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

pipelines:build: Add check to JSON generation

Without the check, we have a race condition when building from sources
outside of the Yocto group.
parent f8010878
No related branches found
No related tags found
1 merge request!32Integrate gitlab-ci/fix_syntax and 2 more
Pipeline #106992 passed with stage
in 35 seconds
Subproject commit 42bfe4f0d8f51e894f64a2ffa59732d777c137b3 Subproject commit e207c443f31cfbec0c76075aae3296cf68afafca
...@@ -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: 42bfe4f0d8f51e894f64a2ffa59732d777c137b3 ref: e207c443f31cfbec0c76075aae3296cf68afafca
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 42bfe4f0d8f51e894f64a2ffa59732d777c137b3 GITLAB_CI_REVISION: e207c443f31cfbec0c76075aae3296cf68afafca
BB_RECIPE_NAME: linux-seco-mtk BB_RECIPE_NAME: linux-seco-mtk
# 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