Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Walter Lozano's avatar
      Update upgrade branch config · b76836c4
      Walter Lozano authored
      
      As explained in f2100830 RPi4 had a different layout with not enough space
      to perform kernel updates. Unfortunately this was properly fixed after the
      release of v2023.5 so, to in order to perform the test use a different image
      which has been published only for this purpose, which is based on v2023.5
      but with the new layout.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      b76836c4
  2. May 23, 2024
  3. May 15, 2024
    • Martyn Welch's avatar
      config.yaml: Bump aum offline upgrade branch test release to latest rc · f2100830
      Martyn Welch authored
      
      After bumping the release used for the aum offline upgrade branch tests
      in aabc0578 to v2023.3 it became clear that this was not enough.  v2023.3
      was released in November 2023, the required update to the partition
      layout wasn't pushed back to the v2023 branch until March 2024. As a
      result the current releases are broken.
      
      As we now have an rc release that should contain the required fix,
      switch to using this to ensure that this is indeed rectifies the issue.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      f2100830
  4. May 07, 2024
    • Martyn Welch's avatar
      config.yaml: Use same release specified in devices.yaml for aum offline upgrade branch test · aabc0578
      Martyn Welch authored
      
      The devices.yaml configuration has been updated so that we use v2023.3
      images as a first stage in tests. For whatever reason, the image used
      for the aum offline upgrade branch tests don't use this configuration,
      but separate configuration in config.yaml. This is currently set to
      v2022.0.
      
      We had an issue that the RPi4 images were being produced with a smaller
      boot partition than other targets. This was resulting in the space
      running out on the boot partition in some tests for RPi4. This issue was
      fixed, with the partitions being adjusted to be the same size as other
      targets, and backported to v2024 and v2023.
      
      We are seeing issues with the boot partition running out persisting for
      the aum offline upgrade branch tests as it's using v2022 as it's first
      stage image, which is no longer a supported release and as such didn't
      receive the tweaks to the partition sizing.
      
      Update the release used for this test to v2023.3 in line with other
      tests.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      aabc0578
  5. Mar 26, 2024
    • Walter Lozano's avatar
      Revert "Drop add repo test" · 6a5454a9
      Walter Lozano authored
      
      This reverts commit cafe99f1.
      
      This change makes some test to fail as they still rely on development
      repos. This situation needs to be fixed before re applying this changes.
      
      The tests that need to be moved/fixed are:
      
      - apparmor-functional-demo (a)
      - apparmor-session-lockdown-no-deny (a)
      - apparmor-utils (a)
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      6a5454a9
  6. Mar 25, 2024
  7. Mar 21, 2024
  8. Feb 19, 2024
  9. Feb 09, 2024
  10. Feb 01, 2024
  11. 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
  12. Jan 16, 2024
  13. Jan 08, 2024
  14. Nov 28, 2023
  15. Nov 27, 2023
  16. Nov 21, 2023
  17. Nov 17, 2023
  18. Sep 21, 2023
  19. Sep 04, 2023
  20. Jul 03, 2023
    • Walter Lozano's avatar
      Disable iptables nmap test · 006519c1
      Walter Lozano authored
      
      This test relies in a Debian LXC image to be deployed in the DUT which
      presents a problem in some scenarios, devices requires access to public
      Internet and QEMU requires LXC support.
      
      Disable this test until a it is reimplemented to overcome the current
      limitations.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      006519c1
  21. Jun 30, 2023
  22. Apr 13, 2023
  23. Feb 27, 2023
  24. Dec 05, 2022
  25. Nov 29, 2022
  26. Nov 23, 2022
  27. Nov 11, 2022
  28. Nov 10, 2022
  29. Oct 31, 2022
  30. Oct 24, 2022
  31. Oct 20, 2022
    • Walter Lozano's avatar
      Revert "lava: Drop a bunch of spurious `name:` keys" · 79a2b0df
      Walter Lozano authored
      This reverts commit 9dc1fafa.
      
      Revert this changes since QA Report App tries to use this metadata and
      currently rises the following exception:
      
          File "/app/testobjects.py", line 143, in lava_jobdata_extract_results
            t['group'] = testgroup['name']
          KeyError: 'name'
      
      This causes tests results for v2023pre not being processed.
      
      It is not clear if this metadata is used, however, currently it is not
      possible to easily deploy a new version of QA Report app, so the best
      approach is to revert this change.
      79a2b0df
  32. Oct 13, 2022
  33. Sep 26, 2022
  34. Sep 23, 2022
Loading