Skip to content
Snippets Groups Projects
  1. Aug 09, 2024
  2. Aug 06, 2024
  3. Aug 05, 2024
  4. Aug 02, 2024
  5. Aug 01, 2024
  6. Jul 29, 2024
  7. Jul 23, 2024
  8. Jul 12, 2024
  9. Jul 11, 2024
  10. Jul 09, 2024
  11. Jul 05, 2024
  12. Jul 04, 2024
  13. Jun 26, 2024
  14. Jun 25, 2024
  15. Jun 17, 2024
  16. Jun 14, 2024
  17. Jun 13, 2024
  18. Jun 05, 2024
  19. Jun 03, 2024
  20. May 30, 2024
  21. May 28, 2024
  22. May 24, 2024
    • GitBot's avatar
      Integrate gitlab-ci/delete-infrastucture and 1 more · d6493f9b
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@01d6973b
      
      Scripts: Add script to delete all integration/ branches
      
      It happens that the integration branches are left over from provious
      runs of the pipeline, when MRs are closed without merging, for example.
      
      Also a bug in the gitlab-ci makes the pipeline fail, when an integration
      branch should be reused. The new scripts just deletes all integration
      branch in the given project tree without further checks.
      
      Needs to be run manually.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c05acbe1
      
      Add scripts to setup a virtual python environment
      
      Use:
      ```
      cd script
      source setup_venv.sh
      ```
      to change to the venv.
      d6493f9b
  23. May 23, 2024
    • GitBot's avatar
      Integrate gitlab-ci/fix_collect_confluence · 4bff62e0
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@58554035
      
      scripts:release_info: Deep copy dict in merge_variables
      
      Without the deep copy, the merge operation manipulates the dict it is
      storing the new values in.
      4bff62e0
    • GitBot's avatar
      Integrate gitlab-ci/report-image-diff-rework and 1 more · b0321fca
      GitBot authored
      --
      
      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.
      b0321fca
  24. May 13, 2024
  25. May 08, 2024
  26. May 02, 2024
Loading