- 15 Nov, 2021 3 commits
-
-
Rémi Duraffort authored
device-types: Add sc7180-trogdor-lazor-limozeen See merge request lava/lava!1619
-
Rémi Duraffort authored
lava-dispatcher: add support for pre power/os command in minimal boot action See merge request lava/lava!1618
-
Rémi Duraffort authored
Fix unicode error when log have special characters. See merge request lava/lava!1609
-
- 12 Nov, 2021 1 commit
-
-
Chase Qi authored
Once boot order set to boot from USB if available on devices like raspberry pi that support the boot order, USB drive can be used as primary media to deploy test image to mmc/emmc. Run `pre_os_command` to power off USB drive before applying power will boot the device from mmc/emmc with new deployed test image. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 09 Nov, 2021 1 commit
-
-
Antonio Terceiro authored
These cause warnings when working with Debian packages
-
- 08 Nov, 2021 1 commit
-
-
AngeloGioacchino Del Regno authored
Add device type support for the sc7180 trogdor-lazor-limozeen Chromebook. Signed-off-by:
AngeloGioacchino Del Regno <angelogioachino.delregno@collabora.com>
-
- 05 Nov, 2021 1 commit
-
-
Rémi Duraffort authored
device-types: define {initrd,fdt}_high for kontron_sl28 See merge request lava/lava!1611
-
- 04 Nov, 2021 2 commits
-
-
stevanradakovic authored
actions: boot: pyocd: Detect pyocd-flashtool more flexibly See merge request lava/lava!1613
-
Paul Sokolovsky authored
Particular boards may use a particular version of PyOCD binary, e.g. pyocd-flashtool-0.29.0. So, do prefix matching on the binary name, instead of the exact match. This fixes breakage with LITE lpc55s69 boards (which exactly use pyocd-flashtool-0.29.0). Also, update related code comment to warn against removing or regressing support for existing PyOCD versions due to breaking changes introduced in the new versions (both old and new versions should be supported). Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 31 Oct, 2021 1 commit
-
-
Michael Walle authored
This board has a 64bit CPU. Thus, to avoid any copying, we need to define the correct values for these variables. The defaults only work for 32bit architectures Signed-off-by:
Michael Walle <michael@walle.cc>
-
- 28 Oct, 2021 4 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
lava_dispatcher/actions/boot/pyocd: use '--uid' for 'pyocd flash' See merge request lava/lava!1610
-
Chase Qi authored
`--uid` should be used with `pyocd flash` for connecting to a specific board. `pyocd flash --board` doesn't work for selecting board, and the option has been removed since version v0.32.0. `--board` should be used for `pyocd-flashtool` as `--uid` isn't available for `pyocd-flashtool`. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Rémi Duraffort authored
dispatcher: Fix tarball path in prepare_guestfs during apply_overlay for qemu See merge request lava/lava!1584
-
- 27 Oct, 2021 1 commit
-
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 26 Oct, 2021 2 commits
-
-
Rémi Duraffort authored
device-types: move mt8192-asurada.jinja2 to mt8192-asurada-rev1.jinja2 See merge request lava/lava!1608
-
Antonio Terceiro authored
Fix downloads:// crash when using 3 slashes. See merge request lava/lava!1585
-
- 25 Oct, 2021 1 commit
-
-
Arthur She authored
In order to match the naming convention. Move mt8192-asurada.jinja2 to mt8192-asurada-rev1.jinja2 to match the device tree name in the Linux kernel[1]. [1]: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/6ecf9368f04790dfd000289e3cd1b815dbaf621c/arch/arm64/boot/dts/mediatek/mt8192-asurada-rev1.dts Signed-off-by:
Arthur She <arthur.she@linaro.org>
-
- 22 Oct, 2021 16 commits
-
-
Rémi Duraffort authored
settings.dev: read etc/settings.conf and etc/settings.d/*.yaml See merge request lava/lava!1607
-
Antonio Terceiro authored
This allows one to test setting configuration with YAML files while using development mode.
-
Antonio Terceiro authored
Pass through django-allauth configuration for social accounts Closes #507 See merge request lava/lava!1575
-
Rémi Duraffort authored
device-types: Add imx8mp-ab2. See merge request lava/lava!1596
-
Antonio Terceiro authored
qemu: destroy the docker container See merge request lava/lava!1602
-
Antonio Terceiro authored
overlays: allow to add single files See merge request lava/lava!1604
-
Antonio Terceiro authored
qemu.docker: if "binary" is not specified, use the default one from the device-type See merge request lava/lava!1603
-
Rémi Duraffort authored
lava-dispatcher-base: install qemu-system from bullseye-backports See merge request lava/lava!1606
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Decrease the number of SQL requests issued See merge request lava/lava!1605
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Add job filters for my jobs. See merge request lava/lava!1582
-
Rémi Duraffort authored
Add an option to the DockerRun helper to add a random suffix to the docker name. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The job definition should look like: ```yaml rootfs: image_arg: "-initrd {rootfs}" url: "https://example.com/rootfs.cpio.zst" compression: zstd format: cpio.newc overlays: onefile: url: https://example.com/file format: file path: /hello-world ``` 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
kexec: add an option to crash the kernel See merge request lava/lava!1597
-
- 21 Oct, 2021 2 commits
-
-
Rémi Duraffort authored
The job definition will look like: ```yaml boot: method: kexec kernel: /home/vmlinux dtb: /home/dtb initrd: /home/initrd command: /sbin/kexec on_panic: true boot_message: "Starting crashdump kernel" prompts: - 'root@debian:~#' ``` Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 19 Oct, 2021 4 commits
-
-
Antonio Terceiro authored
Add a wrapper script to consume subprocess std(out|err) as fast as possible See merge request lava/lava!1594
-
Rémi Duraffort authored
In some cases, not reading stdout/err often enough might block the fvp model. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The data is kept in a buffer and written to std(out|err) whenver possible. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-