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

Integrate gitlab-ci/report-image-diff-rework and 1 more

--

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

report_image_diff: rework variables extraction

The current solution makes too much assumptions about the pipeline and needs
to reimplement some of the gitlab yaml interpretion.

The new version of the script extracts MACHINE and DISTRO from the jobs themselves:
- MACHINE is part of the build job name ("build-$MACHINE");
- DISTRO is printed by bitbake and can be found in build log.

Typos

--

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

build:credentials: Fix error when storing credentials in cache

The credentials helper wasn't storing the credentials in the cache.
Seemingly, the echo added whitespaces at the beginning of the lines
which can't be interpreted by the git credential approve command.
Also the USERNAME was renamed to TOKEN_USER because the variable is
already filled with the system users name.
parent 6f9562b7
No related branches found
No related tags found
1 merge request!56Integrate gitlab-ci/report-image-diff-rework and 1 more
Pipeline #129921 passed with stage
in 13 seconds
Subproject commit d09e3a9655559495e9aeff194e3ea44a2acdb315
Subproject commit bd4caeae042c7e51f2982e06e3f2531292656a7e
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: d09e3a9655559495e9aeff194e3ea44a2acdb315
ref: bd4caeae042c7e51f2982e06e3f2531292656a7e
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: d09e3a9655559495e9aeff194e3ea44a2acdb315
GITLAB_CI_REVISION: bd4caeae042c7e51f2982e06e3f2531292656a7e
BB_RECIPE_NAME: seco-show-demo
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