Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-13 | Merge pull request #121 from aliceinwire/handle_upper_case | Kevin Hilman | 1 | -4/+4 | |
Fix upper case on boards.yaml | |||||
2020-07-13 | Fix upper case on boards.yaml | Alice Ferrazzi | 1 | -4/+4 | |
Fixes #29 Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | |||||
2020-07-10 | Merge pull request #120 from aliceinwire/fix_documentation | Kevin Hilman | 1 | -1/+1 | |
healthcheck need a supported url protocol scheme to work | |||||
2020-07-10 | healthcheck need a supported url protocol scheme to work | Alice Ferrazzi | 1 | -1/+1 | |
Job error: Unsupported url protocol scheme: healthcheck Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | |||||
2020-07-09 | Merge pull request #119 from aliceinwire/add_build_args | Kevin Hilman | 2 | -2/+12 | |
Add option to add docker build args | |||||
2020-07-09 | Merge pull request #117 from Rahix/hws/tftp-binding | Kevin Hilman | 1 | -1/+4 | |
Make docker bind the TFTP server to the correct interface | |||||
2020-07-01 | Add build_args option explanation to the README file | Alice Ferrazzi | 1 | -0/+6 | |
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | |||||
2020-07-01 | Add option to add docker build arguments | Alice Ferrazzi | 1 | -2/+6 | |
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | |||||
2020-06-20 | Merge pull request #118 from montjoie/support_2020.05 | Kevin Hilman | 4 | -4/+25 | |
Support 2020.05 | |||||
2020-06-01 | Handle the change of device-type storage | Corentin LABBE | 2 | -2/+15 | |
device-types are now in /usr/share/lava-server/device-types/ and so device-type-patch does not work anymore. This patch support both location | |||||
2020-06-01 | Support docker | Corentin LABBE | 1 | -1/+3 | |
docker need some more bind mounts. | |||||
2020-06-01 | Support 2020.05 | Corentin LABBE | 1 | -1/+7 | |
LAVA has changed the place of DB password from instance.conf to a yaml file. | |||||
2020-05-20 | Make docker bind the TFTP server to the correct interface | Harald Seiler | 1 | -1/+4 | |
With UDP, docker sometimes can't route UDP packets to the correct address because the source address gets mangled [1]. This happens indeterministically because by default the kernel uses some heuristics to decide which interface to use. But in some rare circumstances, those can fail and a wrong source address is used. This can be worked around by explicitly binding to a concrete interface instead of 0.0.0.0. [1]: https://github.com/moby/libnetwork/issues/1729 Signed-off-by: Harald Seiler <hws@denx.de> | |||||
2020-04-28 | Merge pull request #116 from montjoie/misc-04-2020 | Kevin Hilman | 2 | -3/+5 | |
Misc 04 2020 | |||||
2020-04-27 | lavalab-gen.py: use python3 | Corentin LABBE | 1 | -1/+1 | |
2020-04-27 | increase timeout when waiting for master | Corentin LABBE | 1 | -2/+4 | |
2020-03-18 | Merge pull request #115 from montjoie/noentrypoint | Kevin Hilman | 2 | -1/+1 | |
lava-slave: handle the case where there are no entrypoints to copy | |||||
2020-03-18 | lava-slave: handle the case where there are no entrypoints to copy | Corentin LABBE | 2 | -1/+1 | |
If there are no entrypoint to copy, the COPY docker action will fail. For fixing this issue, simply copy all files instead of just "*sh". Since the entrypoint.d directory is not empty (got an empty file) it will always works. The LAVA script run only *sh files so we are still safe. | |||||
2020-03-04 | Merge pull request #114 from montjoie/update-to-2020.02 | Kevin Hilman | 3 | -27/+2 | |
Update LAVA to 2020.02 | |||||
2020-03-03 | Update LAVA to 2020.02 | Corentin LABBE | 3 | -27/+2 | |
2020-03-02 | Merge pull request #111 from montjoie/pr-2020.01 | Kevin Hilman | 5 | -3/+34 | |
Pr 2020.01 | |||||
2020-02-26 | lava-slave: copy entrypoints | Corentin LABBE | 2 | -0/+2 | |
This patch permit to adds custom entrypoints. | |||||
2020-02-26 | Permit to specify LAVA version in boards.yaml | Corentin LABBE | 1 | -2/+15 | |
This patch permit to override the LAVA version in boards.yaml For example with 'version: 2020.01' the Dockerfile FROM lavasoftware/lava-server:2019.09 become FROM lavasoftware/lava-server:2020.01 | |||||
2020-02-12 | Merge pull request #110 from philm06/master | Kevin Hilman | 2 | -6/+16 | |
Improve backup handling | |||||
2020-02-12 | Merge pull request #113 from slawr/stevel/upstream-ser2net-readme-improvements | Kevin Hilman | 1 | -1/+7 | |
README.md: Correction / improvement to ser2net documentation | |||||
2020-02-12 | Merge pull request #112 from bearrito/bugfix/device-type-link | Kevin Hilman | 1 | -1/+1 | |
Update Device Types Link | |||||
2020-02-07 | README.md: Add note about passing LOCAL in ser2net_options | Stephen Lawrence | 1 | -0/+6 | |
Add a note about passing LOCAL as an option in ser2net_options to mitigate certain serial connection issues. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> | |||||
2020-02-07 | README.md: correct boards.yaml syntax for ser2net_options | Stephen Lawrence | 1 | -1/+1 | |
Add missing ':' to syntax for 'ser2net_options' in boards.yaml doc. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> | |||||
2020-01-28 | Update Device Types Link | bearrito | 1 | -1/+1 | |
2020-01-16 | Add custom volumes | Corentin LABBE | 2 | -1/+10 | |
For some case, we need to add custom volumes (like for /var/lib/lxc/cache) | |||||
2020-01-16 | Add raw_custom_option | Corentin LABBE | 2 | -1/+6 | |
For some options we need to not have the space around them, like ones needing "-%}" or coments. Introduce raw_custom_option for such cases. | |||||
2020-01-16 | master: handle migrations | Corentin LABBE | 1 | -0/+2 | |
This patch permits to handle migrations when upgrading. | |||||
2019-12-09 | backup.sh: remove docker interactive switch (does not work through crontab) | Philippe Mazet | 1 | -6/+6 | |
2019-12-06 | Allow using different folder than /tmp for tar operations | Philippe Mazet | 1 | -0/+4 | |
When backup size grows to several GB, tar operation can fail with "no space left on device" error. This is because of the limited size of /tmp on certain machines This changes allows using a different folder. This can be done by simply adding such line in Dockerfile: ENV TMPDIR /wherever/tmp | |||||
2019-12-06 | backup.sh: avoid "file changed as we read it" error | Philippe Mazet | 1 | -1/+2 | |
In some case (long jobs), backup failed because some files were changed during tar operation. | |||||
2019-12-06 | backup.sh: allow using different tmp dir | Philippe Mazet | 1 | -0/+5 | |
When backup size grows, we had cases where tar was filling up /tmp This patch allows specifying a different tmp dir, used by tar (through TMPDIR variable). Example usage: TMPDIR=/home/user/mytempdir ./backup.sh | |||||
2019-11-22 | Merge pull request #109 from montjoie/use_docker | Kevin Hilman | 2 | -1/+7 | |
Permit to use docker commands in slave | |||||
2019-11-22 | Merge pull request #108 from montjoie/install-pkg-nbd | Kevin Hilman | 1 | -0/+4 | |
Install xnbd-server | |||||
2019-11-22 | Permit to use docker commands in slave | Corentin LABBE | 2 | -1/+7 | |
When docker devices are needed, docker socket must be availlable in the slave. This is now possible via the new use_docker | |||||
2019-11-21 | Install xnbd-server | Corentin LABBE | 1 | -0/+4 | |
The recent LAVA packages does not pull xnbd-server. So we need to install it when use_nbd is set. | |||||
2019-11-03 | Merge pull request #107 from montjoie/documentation | Kevin Hilman | 2 | -2/+8 | |
Enhance documentation | |||||
2019-10-16 | Enhance documentation | Corentin LABBE | 2 | -2/+8 | |
This patch enhance a bit the documentation - On the reason of the install of nfs-kernel-server - On how to upgrade | |||||
2019-10-10 | Merge pull request #105 from montjoie/2019.9-visibility-fix | Kevin Hilman | 1 | -0/+25 | |
lava-master: patch: Add fix for visibility issue | |||||
2019-10-09 | lava-master: patch: Add fix for visibility issue | Corentin LABBE | 1 | -0/+25 | |
This patch backport a LAVA patch which fix an issue with lavacli commands. | |||||
2019-10-04 | Merge pull request #104 from montjoie/2019.09 | Kevin Hilman | 6 | -9/+21 | |
2019.09 | |||||
2019-10-04 | lavalab-gen: Permit to have tags per slave | Corentin LABBE | 2 | -1/+10 | |
This patchs permits to have tags per slave. All tags set on a slave will be added to each of its devices. | |||||
2019-09-27 | lava-slave: handle better board without worker set | Corentin LABBE | 1 | -4/+8 | |
2019-09-27 | lava-master: automaticaly agree on DB migration | Corentin LABBE | 1 | -1/+1 | |
2019-09-27 | Upgrade to 2019.09 | Corentin LABBE | 2 | -3/+2 | |
2019-09-19 | Merge pull request #103 from montjoie/optional-ports | Kevin Hilman | 2 | -6/+100 | |
Optional ports |