- Aug 12, 2022
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
doc: update transfer_overlay usage. See merge request lava/lava!1816
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-
- Aug 11, 2022
-
-
Antonio Terceiro authored
overlay: transfer the overlay.tar.gz to the device using nfs. See merge request lava/lava!1747
-
Antonio Terceiro authored
Enable multinode primitive for docker test shell. See merge request lava/lava!1469
-
Rémi Duraffort authored
Let REQUIRE_LOGIN mode passthrough valid auth tokens See merge request lava/lava!1800
-
Rémi Duraffort authored
rest: Update junit format See merge request lava/lava!1811
-
- Aug 10, 2022
-
-
Rémi Duraffort authored
email_template: fix wrong owner variable. See merge request lava/lava!1815
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-
- Aug 05, 2022
-
-
Stevan Radaković authored
Add timestamp to test suite Change date time format to ISO for test case Fix for error tag in case of a test case failure Signed-off-by: Stevan Radaković <stevan.radakovic@linaro.org>
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-
Rémi Duraffort authored
debian/control: add Ubuntu packages See merge request lava/lava!1813
-
- Aug 04, 2022
-
-
Antonio Terceiro authored
This makes lava-dispatcher almost installable on Ubuntu 22.04. Link: https://git.lavasoftware.org/lava/lava/-/issues/557
-
Antonio Terceiro authored
boot: uuu: Integration of bcu tool See merge request lava/lava!1807
-
- Aug 02, 2022
-
-
Rémi Duraffort authored
Remove table.Meta.discrete reference from table template See merge request lava/lava!1808
-
- Aug 01, 2022
-
-
Thomas Mahé authored
imx8dxl-evk imx8ulp-evk imx8mp-evk imx93-11x11-evk
-
Thomas Mahé authored
-
Gopalakrishnan authored
-
Thomas Mahé authored
-
- Jul 29, 2022
-
-
Thomas Mahé authored
BCU allows to remotely control i.MX boards boot sequence over serial interface. Project page: https://github.com/NXPmicro/bcu
-
Antonio Terceiro authored
Add support for Open ID Connect (OIDC) identity provider See merge request lava/lava!1803
-
Open ID Connect is an authentication protocol build on top of OAuth2. It is used for example in Azure AD and Keycloack django-allauth unfortunately does not support the generic OIDC. However, Mozzila developed a OIDC library for django called `mozilla-django-oidc` The integration is entirely optional and nothing is imported from `mozilla-django-oidc` unless it is activated with `AUTH_OIDC` key in YAML configuration files.
-
- Jul 28, 2022
-
-
Antonio Terceiro authored
device-types: add NXP imx8ulp-evk and imx93-11x11-evk See merge request lava/lava!1806
-
Antonio Terceiro authored
device-types: add mt8192-asurada-spherion-r0 See merge request lava/lava!1805
-
Rémi Duraffort authored
Add device-type for UP squared 6000 with X6425RE See merge request lava/lava!1810
-
- Jul 27, 2022
-
-
Sjoerd Simons authored
The UP squared 6000 boards comes in various different SKUs this device-type is specifically for the variant with an industrial X6425RE CPU which has manufactorer SKU UPN-EHLX4RE-A10-0864 Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
Allow device-type to easily disable interrupting boot. Not required if grub is build to always drop to a shell Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Jul 14, 2022
-
-
Igor Ponomarev authored
It does not seem like any table class set that attribute. To check use the following ripgrep call: ``` rg --files-with-matches --multiline --multiline-dotall 'class Meta.*discrete ' ```
-
- Jul 13, 2022
-
-
Anthony Toubeau authored
See product details at: https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-9-processors/i-mx-93-applications-processor-family-arm-cortex-a55-ml-acceleration-power-efficient-mpu:i.MX93 Signed-off-by: Philippe Mazet <philippe.mazet@nxp.com>
-
- Jul 12, 2022
-
-
Laura Nao authored
Add device type template for the Acer CB514-2H spherion Chromebook. Signed-off-by: Laura Nao <laura.nao@collabora.com>
- Jul 08, 2022
-
-
Rémi Duraffort authored
Add device dictionary for synquacer with u-boot See merge request lava/lava!1804
-
- Jul 07, 2022
-
-
Antonio Terceiro authored
-
- Jul 05, 2022
-
-
Rémi Duraffort authored
Add a timeout to the cleanup See merge request lava/lava!1802
-
Igor Ponomarev authored
Otherwise REST API and XMLRPC are practically unusable. Only `/RPC2` and `/api/*` paths are allowed to be bypassed.
-
Rémi Duraffort authored
Disable REQUIRE_LOGIN for `scheduler/internal/v1` See merge request lava/lava!1801
-
Rémi Duraffort authored
At most, the cleanup will run for 5 minutes. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jul 04, 2022
-
-
Igor Ponomarev authored
Internal API has its own authentication mechanism that is not compatible with Django authentication.
-