Skip to content
Snippets Groups Projects
  1. Nov 07, 2020
  2. Nov 01, 2020
  3. Oct 31, 2020
  4. Oct 29, 2020
    • Samir Kumar Sarangi's avatar
      Remove bitrotted WebKit testcases · be7de494
      Samir Kumar Sarangi authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Some testcases not longer work due to bitrot. They were initially set up
      to test specific enhancements applied to the WebKit-Clutter codebase but
      now that we ship a standard WebKitGTK+ they do not att much value.
      
      Since the webkit2gtk-gstreamer1.0, webkit2gtk-mt-touch-events and
      webkit2gtk-ac-3d-rendering already cover most of the web stack already
      and also exercise the important integration points we decided to drop
      the bitrotted testcases:
      
      * webkit2gtk-ac-animations
      * webkit2gtk-ac-scrolling
      * webkit2gtk-drag-and-drop
      * webkit2gtk-event-handling-redesign
      
      Apertis: T7104
      
      Signed-off-by: default avatarSamir <external.SamirKumar.Sarangi@in.bosch.com>
      be7de494
    • Samir Kumar Sarangi's avatar
      Remove redundant AUM testcases · 9c703f20
      Samir Kumar Sarangi authored and Emanuele Aina's avatar Emanuele Aina committed
      
      The manual testcases below have an automated counterpart, so let's drop
      them as they are redundant:
      
      * apertis-update-manager-api
      * apertis-update-manager-diskfull
      * apertis-update-manager-ota-auto
      * apertis-update-manager-ota-diskfull
      * apertis-update-manager
      
      Apertis: T7104
      
      Signed-off-by: default avatarSamir <external.SamirKumar.Sarangi@in.bosch.com>
      9c703f20
  5. Oct 28, 2020
    • Emanuele Aina's avatar
      gitlab-ci: Fix the pipeline on forks · 3afc472c
      Emanuele Aina authored
      
      Our guidelines say that to contribute people should fork repositories,
      but at the moment this gives them a broken pipeline.
      
      Tweak things in a way that the main project triggers
      tests/apertis-test-cases-web to collect and indirectly publish all the
      release branches while forked repositories directly publish their own
      branches via Pages for easier testing.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      3afc472c
  6. Sep 30, 2020
    • Emanuele Aina's avatar
      lava: Extend timeouts due to Minnowboard memory cleaning issue · a6ec278c
      Emanuele Aina authored
      Minnowboard currently get stuck for a few minutes during boot with
      this message:
      
          Clear memory in MRC per MOR request Start, Please wait for some minutes...
      
      This indicates that the firmware is busy overwriting (slowly) the RAM
      contents. This is triggered by the `CONFIG_RESET_ATTACK_MITIGATION`
      kernel option, enabled by default in Debian kernels, setting the
      `MemoryOverwriteRequestControl`/`MemoryOverwriteRequestControlLock`
      UEFI variables.
      
      A request to drop the kernel option has been submitted upstream:
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970861
      
      Further details about the UEFI variables and their behaviour in the
      EDK2 TianoCore firmware here:
      
      https://edk2.groups.io/g/discuss/topic/77180459#381
      
      
      
      The memory cleaning process seems to be largely outside of the control
      of the free firmware, so the suggested option is to avoid triggering
      it from the OS kernel. The best way to do so is still unclear and
      should be discussed in the above Debian bug. In the meantime, increase
      the timeouts.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      a6ec278c
  7. Sep 29, 2020
  8. Sep 25, 2020
  9. Sep 24, 2020
  10. Sep 16, 2020
  11. Sep 07, 2020
  12. Aug 27, 2020
  13. Aug 26, 2020
  14. Aug 21, 2020
  15. Aug 20, 2020
  16. Aug 18, 2020
  17. Aug 14, 2020
  18. Jul 24, 2020
    • Denis Pynkin's avatar
      lava: fix Renesas M3 boot with kernel 5.7 · 45dae71b
      Denis Pynkin authored
      
      In commit 83772e1 and later commits DTB names in Linux kernel was
      renamed to align names with config options.
      Hence the old DTB name `r8a7796-m3ulcb.dtb` is `8a77960-ulcb.dtb` for
      Renesas M3 boards used in LAVA.
      
      Old U-Boot versions are using the old naming schema including version
      used in v2021dev3 atm.
      
      This commit set proper name only for v2021dev3 branch allowing to boot
      images for Renesas boards in LAVA.
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      45dae71b
  19. Jul 15, 2020
    • Martyn Welch's avatar
      Separate out test case generation from deployment · 8e0c0e45
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Rather than looping over branches (in included template from `pages`),
      generate the test cases here, provide these as an artifact and deploy
      in a separate job. This avoids the regeneration of pages that have
      not changed.
      
      Use the apertis-test-cases-web as part of a multi-project pipeline to
      deploy. Remove the deployment tools from this branch.
      
      Whilst we are here, utilise an environment variable for the release to
      make it easier to migrate this between releases.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      8e0c0e45
  20. Jul 09, 2020
  21. Jul 08, 2020
  22. Jul 07, 2020
  23. Jul 01, 2020
  24. Jun 30, 2020
  25. Jun 23, 2020
  26. Jun 21, 2020
Loading