Skip to content
Snippets Groups Projects
  1. Jan 19, 2024
  2. Jan 16, 2024
  3. Jan 12, 2024
  4. Jan 08, 2024
  5. Jan 03, 2024
  6. Dec 22, 2023
  7. 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
  8. Dec 05, 2023
  9. Nov 28, 2023
  10. Nov 27, 2023
  11. Nov 24, 2023
  12. Nov 21, 2023
  13. Nov 17, 2023
  14. Oct 24, 2023
  15. Oct 09, 2023
  16. Sep 28, 2023
  17. Sep 26, 2023
  18. Sep 25, 2023
  19. Sep 21, 2023
  20. Sep 18, 2023
  21. Sep 04, 2023
  22. Aug 31, 2023
  23. Aug 28, 2023
  24. Aug 16, 2023
  25. Jul 21, 2023
    • Walter Lozano's avatar
      Update policy on sanity tests failures · d9b8a0cb
      Walter Lozano authored
      
      The sanity manual test is the first test run to confirm the health of the
      image. For this reason, the test itself states that no other manual test
      should run if there is a failure.
      
      This policy aims to avoid running tests on an image which is not healthy
      enough since the results will not be valid. This policy is too strict,
      since due to failure in one are, like WiFi, will block the rest of the
      tests.
      
      To provide a better trade off, update the policy to avoid running other
      manual tests until the issue is triaged.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      d9b8a0cb
  26. Jul 19, 2023
  27. Jul 14, 2023
Loading