Skip to content

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

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/bd4caeae042c7e51f2982e06e3f2531292656a7e

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: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd

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.

Merge request reports

Loading