- 16 May, 2019 3 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Vincent Wan authored
This commit changes the boot action method to print out the version of the pyocd-flashtool utility used by the method. It is non-Debian so it was previously failing with the original methodology of querying the version number using debian_filename_version(). It now uses a new function added in utils.py to run the utility to extract the version info. Signed-off-by:
Vincent Wan <vincent.wan@linaro.org>
-
Rémi Duraffort authored
The gain is lower than the burden of maintaining both versions in the source tree. Using modern compression will be simpler and give a similar result. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 15 May, 2019 2 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
doc/v2/writing-tests.rst:1389: WARNING: undefined label: log_size_limit (if the link has no caption the label must precede a section header) Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 14 May, 2019 8 commits
-
-
Rémi Duraffort authored
When using a worktree, ".git" is a file and not a directory. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Khouloud Touil authored
For the imx8m, this device-type forces the 'flash' process, this patch change this and gives the flexibility to set the fastboot_sequence as wanted ( to flash or to boot). Signed-off-by:
Khouloud Touil <ktouil@baylibre.com>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Calling "lava-server manage jobs validate --mail-admins" will send an email to the admins with the list of failing jobs. Closes #247 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
For multinode jobs, we should validate the multinode definition and not the job definition (which is auto-generated from the multinode definition) Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Compared to use STATIC_URL directly, this function allows to use different static storage backends. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Matt Hart authored
Errors such as this https://lkft.validation.linaro.org/scheduler/job/721831#bottom where the job failed during the deploy stage whilst waiting for a USB device to appear, should be reported as infra errors.
-
Rémi Duraffort authored
These requirements are always met but since things will break if not: better to be safe than sorry. This is copied from stretch/stretch-backports dependencies. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 13 May, 2019 7 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Test block does not allow to set a "name" at the block level but only for each definition. Also try to have the same yaml formating for all examples. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Guillaume Tucker authored
Move the ramdisk load address to allow more space for the kernel image and avoid them overlapping. This was causing some boot failures with current mainline. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
Rémi Duraffort authored
Remove execution rights on configuration file. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Li Xiaoming authored
Signed-off-by:
Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-
Milosz Wasilewski authored
Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
Khouloud Touil authored
This patch fixes the dtb/ramdisk addresses of the meson-g12. Signed-off-by:
Khouloud Touil <ktouil@baylibre.com>
-
- 10 May, 2019 5 commits
-
-
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>
-
Neil Williams authored
Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Change-Id: I6455448550cdf55ef5e9cc8f788e8628aeb49406 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 09 May, 2019 2 commits
-
-
Khouloud Touil authored
Add davinci da850-lcdk device-type. Tested in Baylibre LAB. Signed-off-by:
Khouloud Touil <ktouil@baylibre.com>
-
Rémi Duraffort authored
This field is never used. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 06 May, 2019 4 commits
-
-
Rémi Duraffort authored
This images are not really used (except by lavafed) because most users will use the multiarch images on docker hub. Moreover GitLab docker hub does not handle manifest correctly and leak many docker images. Closes #266 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The runners are picking-up any jobs whoses tags are matching. Hence a job with tag=[amd64] can run on the dind runner (tags=[amd64, dind]) that should be reserved for dind jobs. We are now retagging runners with only one tag each in: * aarch64 * aarch64-dind * amd64 * amd64-dind Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Matthias Frank authored
On systemd hosts exists the file /etc/os-release inkey=value style. The key PRETTY_NAME is in that case returned. The preceding version uses /etc/issue at first. In BSPs with a login message or logo lava-os-build with return only garbage. Signed-off-by:
Matthias Frank <matthias.frank@tq-group.com>
-
Kumar Gala authored
Newer debug firmware on FRDM-K64F doesn't "reset after flash" when programming the flash via USB Mass storage. To support boards that have the older and newer firmware we need to allow 'resets_after_flash' to be set on a board by board basis. We expose the 'resets_after_flash' paramater so that on newer boards we can set this to 'false' and we default to 'True' so older boards still function as they always have. Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- 03 May, 2019 1 commit
-
-
Rémi Duraffort authored
Returning miliseconds does not make much sense as we don't provide milisecond precision. Moreover, this will make the job tables easier to read. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 30 Apr, 2019 3 commits
-
-
Steve Mcintyre authored
For now, just automate grabbing the git changes into a summary in the debian/changelog file. Add more stuff as it looks helpful. Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-
Steve Mcintyre authored
Also add a build-time check for broken sphinx directives of the same form: ..DIRECTIVE:: instead of the correct .. DIRECTIVE:: Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-
Kevin Hilman authored
The name of the action for http download uses a hyphen, not an underscore. Fix the typos. Signed-off-by:
Kevin Hilman <khilman@baylibre.com> Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 29 Apr, 2019 3 commits
-
-
Steve McIntyre authored
Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-
Rémi Duraffort authored
Make a white list of all the possible keys that can be used in the job context. Closes #265 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Michael Grzeschik authored
Change-Id: Ic772b64d3afccfdfacf9769bf82b46d10cf44bfb Signed-off-by:
Michael Grzeschik <mgr@pengutronix.de>
-
- 26 Apr, 2019 2 commits
-
-
Steve Mcintyre authored
Change the temporary name back to "active" This is a little fragile to me. Put it back how Neil had it until we work out a better way. Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-
Steve Mcintyre authored
Stop talking about bundle streams etc. Closes #260 Signed-off-by:
Steve McIntyre <steve.mcintyre@linaro.org>
-