Skip to content
Snippets Groups Projects

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.

Merge request reports

Merge request pipeline #129946 passed

Merge request pipeline passed for 280776a0

Approval is optional

Merged by GitBotGitBot 9 months ago (May 23, 2024 12:01pm UTC)

Merge details

  • Changes merged into dunfell with 280776a0.
  • Deleted the source branch.

Pipeline #129948 passed

Pipeline passed for 280776a0 on kirkstone

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading