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

Integrate gitlab-ci/remove-parsing-of-testdata-in-package and 3 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@45f2aca7

Refactoring: remove parsing of testdata.json in package stage

Extract and save these variables in the build stage instead and
explicitly pass them as arguments to the package script.

--

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

Move .simulate_build below .build_yocto

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@2808f067

Fix build.env contents for simulated build

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@73d00715

Pretty print release metadata JSON file
parent ebbb85c2
No related branches found
No related tags found
1 merge request!16Integrate gitlab-ci/remove-parsing-of-testdata-in-package and 3 more
Pipeline #80218 passed with stage
in 28 seconds
Subproject commit f2a29f53ec65534788ab0cc03a562bcffa6b2ffe Subproject commit 45f2aca73b8c48f0c456030d884c7d4c0c4deda0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: f2a29f53ec65534788ab0cc03a562bcffa6b2ffe ref: 45f2aca73b8c48f0c456030d884c7d4c0c4deda0
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: f2a29f53ec65534788ab0cc03a562bcffa6b2ffe GITLAB_CI_REVISION: 45f2aca73b8c48f0c456030d884c7d4c0c4deda0
BB_RECIPE_NAME: seco-sharedconf BB_RECIPE_NAME: seco-sharedconf
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