Skip to content
Snippets Groups Projects
  1. Feb 19, 2024
  2. Feb 15, 2024
  3. Feb 09, 2024
  4. Feb 08, 2024
  5. Feb 05, 2024
  6. Feb 01, 2024
  7. Jan 26, 2024
    • Andrej Shadura's avatar
      Add a template for image pipeline · 2ac52a83
      Andrej Shadura authored
      
      To avoid repeating settings from image recipes, use a tiny Python script
      to parse the original pipeline’s YAML definition and collect variables
      into .env files to be sourced directly into the image building job’s
      shell.
      
      The original pipeline places the devroot tarball in a directory that
      would otherwise not be accessible in this job, so we override it by
      passing another -t devrootpack: argument to debos.
      
      Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
  8. Jan 23, 2024
  9. Jan 16, 2024
  10. Jan 12, 2024
  11. Jan 08, 2024
  12. Jan 03, 2024
  13. Dec 22, 2023
  14. Dec 21, 2023
    • Walter Lozano's avatar
      Use busybox dd · b653b912
      Walter Lozano authored
      
      Tiny containers test consist in flashing a stable Apertis release and on
      top of it download and test the tiny container of the release under test.
      After switching the stable release to v2023.3 to support the new R-Car
      board a failure is observerd due to missing dd.
      
      In v2023, rust-coreutils is the replacement for coreutils, however, the
      support of dd is disabled as it was still experimental and the replacement
      chosen was busybox dd.
      
      In order to fix the issue, switch to busybox dd to run the test.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      b653b912
  15. Dec 05, 2023
  16. Nov 28, 2023
  17. Nov 27, 2023
  18. Nov 24, 2023
  19. Nov 21, 2023
  20. Nov 17, 2023
  21. Oct 24, 2023
  22. Oct 09, 2023
  23. Sep 28, 2023
  24. Sep 26, 2023
  25. Sep 25, 2023
Loading