- 09 Nov, 2020 6 commits
-
-
Rémi Duraffort authored
device-types: drop old kernel command line arguments on panda See merge request lava/lava!1372
-
Rémi Duraffort authored
Allow override for parameters in nxp-ls2088 device type. See merge request lava/lava!1373
-
Rémi Duraffort authored
New tapeout imx8mn-ddr3l-evk. See merge request lava/lava!1375
-
Rémi Duraffort authored
lava_rest_app: align TestCaseSerializer with xml-rpc See merge request lava/lava!1376
-
Rémi Duraffort authored
dispatcher: uuu: Allow filesystem image as rootfs See merge request lava/lava!1265
-
Rémi Duraffort authored
device-types: fix imx8mq-zii-ultra-zest device See merge request lava/lava!1377
-
- 06 Nov, 2020 2 commits
-
-
Michael Grzeschik authored
- on arm64 machines barebox bails out with a different jump message to the kernel. We have to adapt this in the local config. Change-Id: I0013ab3c48a7e66e5610939c4d9a4d66c6e7eff6
-
Loic Poulain authored
Currently, it's only possible to apply overlay on disk images(e.g. wic) since ApplyOverlay requests (by default) a root_partition parameter. Allow to use standard filesystem image (e.g ext4) by setting the ApplyOverlay() use_root_partition parameter to false when there is no root_parition defined, and so consider it as standard filesystem image. Change-Id: If7ed27fbdcfa13cf3141db054107e737aed15922 Signed-off-by:
Loic Poulain <loic.poulain@linaro.org>
-
- 05 Nov, 2020 2 commits
-
-
Milosz Wasilewski authored
In case of TestCase object xml-rpc and REST APIs gave different serialized version of the object. This patch aligns REST API with xml-rpc wrt to 'units' field. In xml-rpc the field is named 'unit'. Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 04 Nov, 2020 2 commits
-
-
stevanradakovic authored
The following parameters can now be overriden: bootm_kernel_addr, bootm_ramdisk_addr and bootm_dtb_addr.
-
Guillaume Tucker authored
The panda board used to require some special kernel command line arguments before support was fully added to the device tree. This is not required any more with at least kernel 3.18 so it's safe to drop those arguments now. With older kernel such as 2.6.35 it's still possible to specify some extra kernel arguments in the job definition. Also, this more recent change in the device tree actually caused some kernel alert message when using the old kernel command line arguments: b4778e787fe9 ("ARM: dts: omap4-panda-common: Add CMA pools and enable IPU & DSP") Dropping them clears the error message. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
- 02 Nov, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 30 Oct, 2020 6 commits
-
-
Rémi Duraffort authored
pylint: fix implicit string concatenation See merge request lava/lava!1370
-
Rémi Duraffort authored
Add logrotate configuration for lava-celery-worker See merge request lava/lava!1369
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Also add lava-celery-worker documentation. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
lava-worker: extend the http timeout See merge request lava/lava!1367
-
Rémi Duraffort authored
lava-dispatcher-host: improve robustness and logging Closes #448 See merge request lava/lava!1368
-
- 29 Oct, 2020 6 commits
-
-
Antonio Terceiro authored
-
Antonio Terceiro authored
- Move logging from the dispatcher into lava_dispatcher_host.action - Log lava-dispatcher-host events to syslog (this way those logs will end up in the udev journal)
-
Antonio Terceiro authored
-
Antonio Terceiro authored
udev does not keep the output from the commands it calls, so crashes in lava-dispatcher-host cannot easily be debugged.
-
Rémi Duraffort authored
Also make it configurable. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
test: docker: don't crash on test definitions with dependencies Closes #446 See merge request lava/lava!1366
-
- 28 Oct, 2020 1 commit
-
-
stevanradakovic authored
lava_rest_app: return job and worker token to super-users See merge request lava/lava!1315
-
- 27 Oct, 2020 3 commits
-
-
Antonio Terceiro authored
Closes #446
-
Antonio Terceiro authored
debian: do not activate lava-celery-worker service by default See merge request lava/lava!1365
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 26 Oct, 2020 4 commits
-
-
Rémi Duraffort authored
lava-worker: fix crash when "result.yaml" is empty See merge request lava/lava!1364
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Use celery to send notification See merge request lava/lava!1362
-
Rémi Duraffort authored
Show why persistent_nfs failure clearly. See merge request lava/lava!1363
-
- 23 Oct, 2020 1 commit
-
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 22 Oct, 2020 2 commits
-
-
Rémi Duraffort authored
Also fix docker container builds. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
By default celery is configured to not need a broker nor a worker and will execute everything in the caller thread. In order to change this behavior, admins should set CELERY_TASK_ALWAYS_EAGER to False and set CELERY_BROKER_URL. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 19 Oct, 2020 4 commits
-
-
Antonio Terceiro authored
settings: use rest_framework.authtoken explicitly See merge request lava/lava!1361
-
Antonio Terceiro authored
Fix a crash in job_log_incremental when a result line is too long See merge request lava/lava!1357
-
Antonio Terceiro authored
This fixes a crash with djangorestframework 3.12 https://github.com/encode/django-rest-framework/issues/7561
-
Rémi Duraffort authored
xmlrpc: return the worker token to super users See merge request lava/lava!1360
-