- 26 Oct, 2018 5 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Without this patch, two lava-slaves will remove each others resources.
-
Rémi Duraffort authored
This will allow two lava-slaves to run on the same host without interfering.
-
Neil Williams authored
Support for devices or kernels which do not reliably output predictable messages when the boot fails and the device resets. Test jobs can specify a failure_message which, if matched in the kernel boot messages, will fail the job. Ensure fail_msg only triggers when set Ensure the job ends when the failure message matches. Check for the failure_message before success Add documentation of the new string. Closes: #75 Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Guillaume Tucker authored
Add `initrd` GRUB command to the minnowboard-common nfs_commands to make it possible to first load a ramdisk before booting with the main NFS root. If no ramdisk URL is provided, GRUB raises an error but then carries on booting. Signed-off-by:Guillaume Tucker <guillaume.tucker@collabora.com>
-
- 25 Oct, 2018 6 commits
-
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Add a job_aarch64 template and add the amd64 tag to the base job template. Add support for building a package using amd64 buster and aarch64 buster. Add an aarch64 build script which just builds the binary specific package. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Pass directory in the gbp options. Support standard clean operation before checking for modified files. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Developer builds are now using native packages which have a different changelog filename. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
By default, thoses dependencies should be already installed in lava/ci-images images. But this will allow to add new test dependencies in merge requests.
-
- 24 Oct, 2018 8 commits
-
-
Neil Williams authored
At times, dependencies change between build suites, so use the previous convention of +$suite so that packages for buster can live in the same repository as packages for stretch. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
An admin can now delegate some permissions to normal users without needing to give them super user access.
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
Some dispatcher tests are still allowed to access the network. Also convert the conftest file to black code format.
-
Patrick Rudolph authored
* Drop change directory from building documentation instructions * Add LOCAL flag to ser2net to support RS232 devices * Advise using ser2net instead of direct access to device nodes. Signed-off-by:
Patrick Rudolph <patrick.rudolph@9elements.com> Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Closes: #103 and Closes: #105 Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
Fix rebase typos
-
Neil Williams authored
Assign permanent URLs with a note that this is only for unit tests and the test jobs are not expected to be submitted. Move old URLs to comments. Closes: #134 Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
- 23 Oct, 2018 10 commits
-
-
Neil Williams authored
Add support for tags in the test: action with the first tag timeout with 'skip' set to allow the test job to continue to the next boot: action block if a test: action block times out. Not supportable for MultiNode. Closes: #81 Some pylint3 fixes. Ensure the new unit test is validated against the submission schema. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Matt Hart authored
Add a variable to base-grub that gives the option of calling net_bootp to configure the network interface if it is not already up. Add unit test for this support. Signed-off-by:
Matt Hart <matthew.hart@linaro.org> Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Add notes and examples to use our Docker images Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Fixup a few more doc errors in the build. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
Admins might want to use locally available images intead of the ones provided by a docker hub. For local image, the deploy action becomes: - deploy: to: docker image: name: <image/name> local: True While for official images, it remains: - deploy: to: docker image: <image/name> -
Neil Williams authored
After a year, remove the v1 removal page as the details of the v1-archive repo have already been removed. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Merge requests which need packaging changes can make those changes in the one request - which allows the CI to smoothly test the package build. Update the developer build script to use new tooling as a result. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
Without a timeout, lava-logs might wait forever for the request to finish.
-
- 22 Oct, 2018 6 commits
-
-
Rémi Duraffort authored
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Add information on the new keys and update advice on buster and jessie. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
To allow arm64 builds of lava-dispatcher to be included into a repository, the dev-build script needs to allow the -sa option to be changed to -B when building on architectures other than amd64. amd64 builds all and amd64. arm64 then just builds arm64. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
In fact, the validation() function does already check that the resource exists. So if downloading fails, it's likelly to be an issue with the infrastructure. Also fix the timeout duration when retrying. The fix is in fact not perfect because we have no way to get the parents timeouts that might be smaller. Closes #131
-
- 19 Oct, 2018 3 commits
-
-
Neil Williams authored
Closes: #79 - a "no space left on device" error led to a series of other problems due to the length of the original message. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Rémi Duraffort authored
-
Neil Williams authored
Borrow from the Lxc support to use a custom ShellSession class to allow use of poweroff for all QEMU instead of needing connection_tags. Ensure following test actions remount the overlay image. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
- 18 Oct, 2018 2 commits
-
-
Neil Williams authored
Closes: #119 - also fix up the scheduling unit tests to use the unit test directories to get real test devices. Also ensure the if DeviceType.display is False, no scheduling is attempted. Add a unit test for is_valid for a missing device dict to set HEALTH_BAD. Signed-off-by:Neil Williams <neil.williams@linaro.org>
-
Neil Williams authored
Staging showed an exception with dynamic_connections. LKFT showed an exception if metadata was None or if a job was cancelled in submitted state. Closes: #111 Signed-off-by:Neil Williams <neil.williams@linaro.org>
-