Skip to content
Snippets Groups Projects
  1. Jul 27, 2021
  2. Jul 23, 2021
  3. Jul 21, 2021
  4. Jul 19, 2021
  5. Jul 16, 2021
  6. Jul 14, 2021
  7. Jul 12, 2021
  8. Jul 09, 2021
  9. Jul 08, 2021
  10. Jul 06, 2021
  11. Jun 30, 2021
  12. Jun 24, 2021
  13. Jun 18, 2021
  14. Jun 07, 2021
  15. Jun 05, 2021
  16. May 28, 2021
  17. May 21, 2021
  18. May 10, 2021
  19. May 06, 2021
  20. May 05, 2021
  21. Mar 08, 2021
    • Emanuele Aina's avatar
      lava: Fix common tests running out of storage on sdk · e9923f5f
      Emanuele Aina authored
      
      The common tests group currently blows up on LAVA when submitted to
      QEMU-based DUTs as we do for the SDK and base SDK images because the
      dispatcher runs out of disk space while unpacking the overlay before
      uploading it to the DUT:
      
          Job error: tar_in: tar subcommand failed on directory: /:
          tar: 0/tests/1_disk-rootfs-fsck/apertis-tests/.git/objects/pack/pack-c1d7de14a133c29fdcacfeef5eba98291ada6c91.pack:
          Wrote only 2048 of 10240 bytes tar: 0/tests/1_disk-rootfs-fsck/apertis-tests/.git/packed-refs:
          Cannot write: No space left on device
      
      In particular this is because the git repositoriee installed by the
      apparmor-gstreamer1.0 and gstreamer1.0-decode testcases used to ship a
      large copy of the Big Buck Bunny movie. Even if the test file has been
      dropped from the HEAD of both repositories in favor of the media sample
      file for the same movie pre-installed on the images, LAVA fails because
      it does not do a shallow checkout but it ends up putting the whole git
      hisotry in the overlay.
      
      To side-step the issue, move all the apparmor tests still in the
      `common-standalone` group to the `apparmor-standalone` group, but keep
      skipping them on minimal images.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      e9923f5f
  22. Mar 05, 2021
  23. Mar 01, 2021
Loading