- May 26, 2023
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
lava_dispatcher: fix overlay deploy with docker See merge request lava/lava!2112
-
Chase Qi authored
Don't skip compress-overlay action when using docker to deploy images to another deployment method. Otherwise, overlay wouldn't be deployed to rootfs as the required tarball is not generated. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
- May 25, 2023
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- May 23, 2023
-
-
Rémi Duraffort authored
CI: drop lavafed-master See merge request lava/lava!2109
-
Rémi Duraffort authored
This is not used anymore. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
docker-worker: don't use cache when building custom image See merge request lava/lava!2108
-
Chase Qi authored
Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Use docker build `--no-cache` by default to force a clean build when restarting docker worker service. This is to make sure the latest dependences defined in Dockerfile are built into the custom image, typically when the depends are pull from git repo or downloaded from internet. Add `--use-cache` to allow to override the default behavior. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
- May 22, 2023
-
-
Rémi Duraffort authored
worker: fix crash when aiohttp timesout See merge request lava/lava!2107
-
Rémi Duraffort authored
xmlrpc: fix help page for scheduler apis See merge request lava/lava!2106
-
Rémi Duraffort authored
This can happen with bad network connection. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- May 18, 2023
-
-
Chase Qi authored
The APIs are needed by lavacli to delete resources deleted in lab configure file. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Page source like `<h3>scheduler</h3>[&nbsp;<a href]...` is returned by the current approach, then raw html like `<h3>scheduler</h3>[ <a href="#scheduler.all_device_t"]` is displayed on browser. Auto escape of format_html function could be the reason behind. This change moves data logic to the view and data presenting to the template to avoid html content formatting/escape. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
- May 15, 2023
-
-
Rémi Duraffort authored
nodebooter: Add support for additional nic nodes See merge request lava/lava!2104
-
- May 12, 2023
-
-
Stevan Radaković authored
Signed-off-by: Stevan Radaković <stevan.radakovic@linaro.org>
-
- May 10, 2023
-
-
Rémi Duraffort authored
Allow SSH connections to use namespaces Closes #605 See merge request lava/lava!2100
-
Rémi Duraffort authored
Relicense LAVA AGPLv3 code to GPLv2+ See merge request lava/lava!2032
-
Rémi Duraffort authored
Before this patch, LAVA code was licensed under GPLv2 (or later) or AGPLv3, depending on the python module. This commit relicense all the code to GPLv2 or later. Approval from the relevant contributors has been requested and granted before hand. Contributors will confirm the aggreement by replying to the gitlab merge request. The commit will be updated to add the relevant Acked-by flags. Acked-by: Adriaan Schmidt <adriaan.schmidt@siemens.com> Acked-by: Jan-Simon Möller <dl9pf@gmx.de> Acked-by: Karsten Tausche <karsten@fairphone.com> Acked-by: Kevin Hilman <khilman@baylibre.com> Acked-by: Konrad Scherer <Konrad.Scherer@windriver.com> Acked-by: Philippe Mazet <philippe.mazet@nxp.com> Acked-by: Sjoerd Simons <sjoerd@collabora.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: Tim Jaacks <tim.jaacks@seco.com> (formerly known as Garz & Fricke GmbH) 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
lava_scheduler_app: make sure enough devices available for multinode job See merge request lava/lava!2102
-
Chase Qi authored
When both device tags and count defined for multinode job roles, check the number of devices available to user with the requested tags equals to or greater than the count. Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
- May 09, 2023
-
-
Rémi Duraffort authored
Revert "Check tag support for multiple devices per role" See merge request lava/lava!2101
-
Rémi Duraffort authored
This reverts commit 0bbe4d38. The commit will be rewritten blindly from scratch. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- May 05, 2023
-
-
Rémi Duraffort authored
lava_scheduler_app: cancel running job when device retires See merge request lava/lava!2092
-
Chase Qi authored
Signed-off-by: Chase Qi <chase.qi@linaro.org>
-
Richard Hulme authored
Fixes #605
-
- May 04, 2023
-
-
Rémi Duraffort authored
doc: fix link to django documentation and use version 3.2 See merge request lava/lava!2099
-
Rémi Duraffort authored
Drop distutils and use setuptools See merge request lava/lava!2098
-
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
Avoid extra query to fetch non user groups for viewing groups filter See merge request lava/lava!2044
-
Rémi Duraffort authored
boot uuu: Connect device before flashing images See merge request lava/lava!2088
-
Rémi Duraffort authored
boot uuu: multiple otg path support See merge request lava/lava!2090
-
Rémi Duraffort authored
admin: add submitter filter for TestJobAdmin. See merge request lava/lava!2026
-
- May 02, 2023
-
-
Rémi Duraffort authored
signal: fix encoding for uuid1 See merge request lava/lava!2097
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
CONN_MAX_AGE should be an int See merge request lava/lava!2095
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Doc: Update some content See merge request lava/lava!2093
-