- Jan 19, 2022
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Revert "Balance job scheduling between submitters" See merge request lava/lava!1670
-
Rémi Duraffort authored
This reverts commit 3e81db55. On instances with a large queue, scheduling is now taking *way* longer. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jan 18, 2022
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Antonio Terceiro authored
Fix crash introduced by 5674a4ef See merge request lava/lava!1669
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jan 13, 2022
-
-
Rémi Duraffort authored
Fix tests on aarch64 See merge request lava/lava!1668
-
Rémi Duraffort authored
Bad image url generation when deploying on `sata`, `usb`, or `sd` Closes #526 See merge request lava/lava!1652
-
Rémi Duraffort authored
Make statement timeout configurable Closes #527 See merge request lava/lava!1661
-
Rémi Duraffort authored
device-types: hr330a: refine device type template See merge request lava/lava!1664
-
Rémi Duraffort authored
See https://git.lavasoftware.org/lava/ci-images/-/jobs/145415#L2646 Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
stevanradakovic authored
Invert viewing groups filter See merge request lava/lava!1657
-
- Jan 06, 2022
-
-
Antonio Terceiro authored
lava-docker-worker: add support for aarch64 workers See merge request lava/lava!1665
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jan 03, 2022
-
-
Rémi Duraffort authored
device-types: bcm2711-rpi-4-b: support override boot(i|m)_* variables See merge request lava/lava!1663
-
Laura Nao authored
Allow jobs to specify base kernel args and remove unused options from the command line. Allow ramdisk loading on NFS boot. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Laura Nao authored
Change HR330A parent template to base-grub and adjust the timeouts accordingly. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
- Dec 31, 2021
-
-
Anders Roxell authored
The following parameters can now be overridden: boot(i|m)_kernel_addr, boot(i|m|)_ramdisk_addr and boot(i|m)_dtb_addr. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-
- Dec 30, 2021
-
-
stevanradakovic authored
lava_rest_app: allow to add prefix for junit classname See merge request lava/lava!1662
-
- Dec 24, 2021
-
-
Chase Qi authored
GitLab junit reporting doesn't support to use the same name and classname. Test result overwriting will happen when it collects results from multiple LAVA jobs if the same test suite name used in more than one LAVA jobs. Allowing user to add classname prefix can help to avoid the potential issue. The prefix could be a unique job ID or meaningful job-id_device-type, etc. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
- Dec 22, 2021
-
-
Paweł Wieczorek authored
This patch allows changing default statement timeout with configuration setting. Default behaviour stays unchanged (30s). Closes: #527 Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>
-
- Dec 21, 2021
-
-
Rémi Duraffort authored
Extend RPI4 bootloader timeout to cope with network boot See merge request lava/lava!1653
-
Rémi Duraffort authored
Add HP x360 ca0500na chromebook See merge request lava/lava!1656
-
- Dec 17, 2021
-
-
Guillaume Tucker authored
Create a reset for serial console See merge request lava/lava!1507
-
Rémi Duraffort authored
lava-dispatcher-host: cgroupsv1: add missing `devices` property See merge request lava/lava!1660
-
Rémi Duraffort authored
device-types: add lenovo-TPad-C13-Yoga-zork See merge request lava/lava!1655
-
Rémi Duraffort authored
device-types: add acer-cb317-1h-c3z6-dedede See merge request lava/lava!1654
-
Rémi Duraffort authored
Fix boot message for trogdor See merge request lava/lava!1658
-
Rémi Duraffort authored
hp-x360-14-G1-sona: Remove unneeded default kernel arguments See merge request lava/lava!1659
-
Antonio Terceiro authored
This fix docker device sharing under cgroups v1, affected by a regression introduced by commit 180cb3c1 ("lava_dispatcher_host: add support for docker device sharing under cgroups v2").
-
Sjoerd Simons authored
Move sona back to simply using the default kernel arguments Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
The trogdor firmware seems to have a different boot message then is common on chromebooks. Adjust the device template to match
-
- Dec 16, 2021
-
-
Paweł Wieczorek authored
If TestJob access is rarely restricted by assigned viewing groups it is beneficial to reduce size of query sets scanned in the LAVA database when applying access permissions filters. This can be achieved by inverting filter conditions. Using this approach on a database with e.g. 5% of all TestJobs having assigned viewing groups can reduce total execution time significantly. Related: #517 Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>
-
Sjoerd Simons authored
This is another model of the HP x360 chromebook but based on a Celeron N4000 Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Laura Nao authored
Add device type template for the Lenovo ThinkPad C13 Yoga Chromebook. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Laura Nao authored
Add device type template for the Acer CB317-1H dedede Chromebook. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Sjoerd Simons authored
We're currently booting on RPI 4 devices from the network to avoid having e.g. u-boot on SD card. Unfortunately the 30 seconds default timeout is a bit too short for that, so extend it to 60 seconds. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Rémi Duraffort authored
When deploying to sata/usb or sd, generate the right url. The new method is more reliable. Closes #526 Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-