- 10 Feb, 2020 8 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
stevanradakovic authored
Drop stretch support See merge request lava/lava!961
-
Rémi Duraffort authored
requirements: installing from sources is ok now See merge request lava/lava!974
-
Rémi Duraffort authored
SchedulerAPI should inherit from ExposedV2API. See merge request lava/lava!977
-
Rémi Duraffort authored
Make VExpressFlashErase pipeline step conditional See merge request lava/lava!979
-
Milosz Wasilewski authored
Add cancel command for TestJob viewset in REST API. See merge request lava/lava!983
-
Rémi Duraffort authored
Convert "VExpressMsdAction" to a retry action See merge request lava/lava!981
-
Stevan Radakovic authored
Also refactor the cancel code a bit to be shared across the multiple APIs.
-
- 07 Feb, 2020 5 commits
-
-
Guillaume Tucker authored
device-types: Add sun50i-h5-nanopi-neo-plus2 See merge request lava/lava!982
-
Corentin LABBE authored
This patch adds support for sun50i-h5-nanopi-neo-plus2
-
Rémi Duraffort authored
download: fix issue after c1bbe21d See merge request lava/lava!980
-
Rémi Duraffort authored
The ramdisk should not be uncompressed. Found by meta-lava and confirmed on staging: https://staging.validation.linaro.org/scheduler/job/268035 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Stevan Radakovic authored
The V2 API class is doing everything the same except that the user is set to AnonymousUser rather then None in case the user did not authenticate.
-
- 06 Feb, 2020 5 commits
-
-
Malcolm Brooks authored
When deploying firmware to a Versatile Express board, allow the user to set "failure_retry" to allow the entire action be repeated on failure. Also amended "ExtractVExpressRecoveryImage" to avoid extracting the recovery image on each retry. Change-Id: I56ed949ada9e9572d913edee8fdd362a181212cf Signed-off-by:
Dean Birch <dean.birch@arm.com>
-
Malcolm Brooks authored
There are vexpress-like devices that do not have support for a "Flash" menu in the firmware. Instead these reply on the automatic flash process triggering on reboot and performing as expected without additional input. Change-Id: Ifa49859c5719be718e613ac56263e8c3e6805b31 Signed-off-by:
Dean Birch <dean.birch@arm.com>
-
stevanradakovic authored
docker: fix lava-server entrypoint See merge request lava/lava!970
-
stevanradakovic authored
Set the favicon in the base template See merge request lava/lava!971
-
stevanradakovic authored
dispatcher: rework the DownloaderAction See merge request lava/lava!962
-
- 05 Feb, 2020 8 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Remove redondant call to exists See merge request lava/lava!972
-
Rémi Duraffort authored
When a file does not exists, os.path.isfile will return False anyway. 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
When stopping the container, the handler was not called correctly and not ending correctly. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
stevanradakovic authored
ShellLogger: flush the output when closing See merge request lava/lava!966
-
stevanradakovic authored
RetryAction: update the start time only when retrying See merge request lava/lava!967
-
stevanradakovic authored
lava_results_app: fix html syntax See merge request lava/lava!965
-
- 04 Feb, 2020 14 commits
-
-
Rémi Duraffort authored
Cosmetics: fix identation See merge request lava/lava!969
-
Rémi Duraffort authored
Connection prompts should be an array See merge request lava/lava!968
-
Rémi Duraffort authored
release: fix the release script after the last CI changes See merge request lava/lava!964
-
Rémi Duraffort authored
Fix pypy3 warnings See merge request lava/lava!963
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is not mandatory but helps when an action should extend the current prompt list. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
No need to update it when the action will not be retryied. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Also remove calls to sys.(stdout|stderr).flush that we flusing lava-run stdout/stderr instead of the subprocess stdout/stderr. 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
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
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The action is now taking as parameter the dictionary of the element to download. Instead of guessing which dictionary to use between parameters["images"][key] and parameters[key], the action is now using the params passed as argument. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Add new settings to dispatcher config for dispatcher IP. See merge request lava/lava!959
-