- Mar 28, 2022
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Mar 25, 2022
-
-
Rémi Duraffort authored
device-types: add at91sam9g20ek See merge request lava/lava!1709
-
Rémi Duraffort authored
manage jobs rm: also drop jobs without end_time See merge request lava/lava!1712
-
Rémi Duraffort authored
This is the case when a job was canceled before running. Also drop the filtering on state which does not make sense here. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
docker: install boto3 and not boto which is deprecated See merge request lava/lava!1711
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
lava_dispatcher_host: avoid file descriptor leaks See merge request lava/lava!1708
-
Rémi Duraffort authored
docker: install boto to allow for using SQS with celery See merge request lava/lava!1710
-
Antonio Terceiro authored
This uses an adapted version of the patch sent upstream at https://github.com/iovisor/bcc/pull/3919 Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
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>
-
- Mar 24, 2022
-
-
Guillaume Tucker authored
Add a device type template for the at91sam9g20ek platform. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
-
- Mar 21, 2022
-
-
Rémi Duraffort authored
dispatcher: allow root_partition for fastboot deployment See merge request lava/lava!1586
-
Rémi Duraffort authored
Delay handover to auto-login-action in Depthcharge See merge request lava/lava!1697
-
Rémi Duraffort authored
/results: drop the COUNT by using lazy pagination See merge request lava/lava!1707
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Improve SQL efficiency See merge request lava/lava!1706
-
Rémi Duraffort authored
1/ Drop COUNT due to pagination showing the number of elementes/pages. COUNT queries are really slow on pgsql. 2/ Use select_related and prefetch_related to decrease the number of SQL queries Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
1/ Do not order by job.id as this requires a full scan of the job table. From 76 queries in ~25s to 68 queries in ~6s 2/ prefetch job.viewing_groups From 68 queries in ~6s to 44 queries in ~4s Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is reducing a lot the number of queries to show /results/ Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Mar 18, 2022
-
-
Rémi Duraffort authored
lava-dispatcher-host: return empty list for empty mapping See merge request lava/lava!1705
-
Antonio Terceiro authored
Loading an empty string as YAML returns None, and in this context need the result to be a list because calling code assumes it to be one. Now the question is how exactly we are ending up with an empty usbmap.yaml file. This might be happening in situations of system streess, or maybe due to a race condition. In any case, this ensures that the return value at least makes sense.
-
- Mar 17, 2022
-
-
Rémi Duraffort authored
Fix javascript crash: tables.js was missing See merge request lava/lava!1704
-
Rémi Duraffort authored
deploy.docker: use the right docker image format from lava_common.schemas See merge request lava/lava!1702
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Mar 15, 2022
-
-
Antonio Terceiro authored
lava-server manage jobs rm: remove empty directories See merge request lava/lava!1703
-
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>
-
Rémi Duraffort authored
Fix persistant nfs package dependency issue. See merge request lava/lava!1695
-
Rémi Duraffort authored
lava-(docker-)worker: allow to set --job-log-interval See merge request lava/lava!1699
-
- Mar 09, 2022
-
-
Antonio Terceiro authored
Add job secrets to the lava-run environment See merge request lava/lava!1700
-
- Mar 08, 2022
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Mar 01, 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>
-
- Feb 28, 2022
-
-
Laura Nao authored
Remove boot_message from Chromebook device type templates and rely on kernel-start-message constant instead. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Laura Nao authored
The bootloader-commands action in Depthcharge should wait for the bootloader to finish its execution before handing control over to auto-login-action. Mark the end of bootloader-commands after final-message. Remove deprecated boot_message parameter in Depthcharge and rely on kernel-start-message constant to set the prompt for the auto-login-action accordingly. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Rémi Duraffort authored
schema: allow to use prompts in depthcharge boot action See merge request lava/lava!1694
-
Rémi Duraffort authored
Fix crash when length is not an integer See merge request lava/lava!1696
-
Rémi Duraffort authored
See https://sentry.io/organizations/linaro/issues/3047907927/ Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Feb 24, 2022
-
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-