Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Mar 21, 2024
  3. Mar 19, 2024
  4. Mar 18, 2024
    • Walter Lozano's avatar
      Run geoclue tests only in sdk · 2df875ae
      Walter Lozano authored
      
      Since package geoclue has been moved to developement it has no sense to
      run it on fixed function or HMI images. The test itself passes, however,
      the development repositories need to be enabled and many packages need
      to be installed, which modifies the image completely.
      
      Additionally, on HMI image, due to the number of packages that need to
      be installed the LAVA job fails with
      
      Test error: ['Unable to start test stage 1', 'Unable to start test stage 1']
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      2df875ae
  5. Mar 13, 2024
  6. Feb 19, 2024
  7. Feb 15, 2024
  8. Feb 09, 2024
  9. Feb 08, 2024
  10. Feb 05, 2024
  11. Feb 01, 2024
  12. 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>
      2ac52a83
  13. Jan 23, 2024
  14. Jan 16, 2024
  15. Jan 12, 2024
  16. Jan 08, 2024
  17. Jan 03, 2024
  18. Dec 22, 2023
  19. 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
  20. Dec 05, 2023
  21. Nov 28, 2023
  22. Nov 27, 2023
Loading