- 17 Jun, 2020 3 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Bugfix: fix usb_otg_path exist check. See merge request lava/lava!1234
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 16 Jun, 2020 2 commits
-
-
Rémi Duraffort authored
fvp/dockerfile: install libdbus-1-3 package See merge request lava/lava!1233
-
Leonardo Sandoval authored
libdbus is a runtime dependency of the model SDL library (libSDL2-2.0.so.0.10.0) so include it to avoid linkage error at runtime. Signed-off-by:
Leonardo Sandoval <leonardo.sandoval@linaro.org>
-
- 15 Jun, 2020 21 commits
-
-
Antonio Terceiro authored
Improve scheduler queries and logging See merge request lava/lava!1230
-
Rémi Duraffort authored
lava-dispatcher-host: drop custom local logging for now See merge request lava/lava!1231
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Antonio Terceiro authored
This reverts commit f3f84d60.
-
Antonio Terceiro authored
This reverts commit 1a0c5e46.
-
Rémi Duraffort authored
No need to loop on all device-types when we know the available devices. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Improve job limit code and test See merge request lava/lava!1229
-
Rémi Duraffort authored
This is not used anymore as pytest does capture log output. 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
The previous test was sometime failing. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is not used anymore. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
test_download: avoid failing on hosts without kvm See merge request lava/lava!1228
-
Antonio Terceiro authored
the definition tests/lava_scheduler_app/devices/kvm01.jinja2 specifies `no_kvm` what makes the test pass without real kvm support on the host running the tests.
-
Rémi Duraffort authored
Fix documentation after 1eec7e70 See merge request lava/lava!1227
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Fix sync management command setting dt display to False. See merge request lava/lava!1226
-
Rémi Duraffort authored
doc: install model on the fvp dockerfile example See merge request lava/lava!1224
-
Stevan Radakovic authored
Sync command was wrongly setting the display of device types to False. Add some more unit tests for this bug and unit tests for retiring devices.
-
Rémi Duraffort authored
This is used by the install script. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Leonardo Sandoval authored
LAVA job expects the model to be installed, not just ADD it, so once ADD it, install it defaulting to Signed-off-by:
Leonardo Sandoval <leonardo.sandoval@linaro.org>
-
stevanradakovic authored
Replace RetryAction by Action is some root boot actions See merge request lava/lava!1153
-
- 12 Jun, 2020 2 commits
-
-
stevanradakovic authored
Raise the right exception See merge request lava/lava!1222
-
Rémi Duraffort authored
misc docker/lava-dispatcher-host improvements See merge request lava/lava!1221
-
- 11 Jun, 2020 9 commits
-
-
Rémi Duraffort authored
dispatcher: add missing class to deploy strategies See merge request lava/lava!1223
-
Rémi Duraffort authored
Auto-generate devices, device types, aliases and tags from device dictionary. See merge request lava/lava!1198
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is now due to errors in the job definition (not anymore to bugs in LAVA). Try to give some tips to the job submitter. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
When this is generating an OSError this is an Infrastructure Error. See https://lkft.validation.linaro.org/scheduler/job/1469376 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is folowing the drop of Boot root action. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Also fix the update that should not change state and health. Fix a crash when the device-dict after rendering is not valid yaml. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Add initial firestore based logging. See merge request lava/lava!1158
-
Stevan Radakovic authored
Add is_synced flag to device model and migration. This management command will create devices, device types, aliases and tags based on the device dictionary variable 'sync_to_lava'. If the device is synced but the file is not present in the filesystem, the device health will be set to Retired. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 10 Jun, 2020 3 commits
-
-
Antonio Terceiro authored
docker does not support devices with : in their name. Those are usually just symlinks (like the ones in /dev/*/by-path/) and are not really relevant inside the containers
-
Antonio Terceiro authored
Also only override the logger with the (remote) lava logger if there is actually data; otherwise, just use the default logger provided by logging. By default, this will log nothing, or to the file passed in --debug-log, at level DEBUG, if any.
-
Antonio Terceiro authored
This allows to catch later messages instead of just logging the command line arguments.
-