Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-06 | Merge pull request #77 from montjoie/misc | khilman | 2 | -2/+2 | |
Misc | |||||
2018-12-05 | lava-slave: lavacli cleanup | Corentin LABBE | 1 | -1/+0 | |
Since we use the lavacli package, there are no reason to chdir in /root/lavacli. | |||||
2018-12-05 | lava-master: fix group handling | Corentin LABBE | 1 | -1/+2 | |
When there are no group, the grep return non-0 and setup.sh exits. This patch fix by doing the filter in two step. Fixes: e489f60b449b ("lava-master: skip creation of already existing groups") | |||||
2018-12-03 | Merge pull request #76 from montjoie/use_pkg_lavacli | khilman | 3 | -3/+9 | |
Use lavacli from package instead of from sources | |||||
2018-12-03 | Merge pull request #74 from montjoie/ser2net_by_default | khilman | 2 | -10/+14 | |
lavalab-gen.py: Made ser2net the default | |||||
2018-12-03 | Use lavacli from package instead of from sources | Corentin LABBE | 3 | -3/+9 | |
A recent enough lavacli is present on stretch-backports. It is better to use it. This will fix also some commands not working with recent LAVA server. | |||||
2018-11-30 | lavalab-gen.py: Made ser2net the default | Corentin LABBE | 2 | -10/+14 | |
This patch makes ser2net the default uart handler. | |||||
2018-11-27 | Merge pull request #72 from montjoie/fix_backup_group | khilman | 1 | -5/+15 | |
lava-master: skip creation of already existing groups | |||||
2018-11-27 | lava-master: skip creation of already existing groups | Corentin LABBE | 1 | -5/+15 | |
When restoring a backup, it is not possible to create a group which already exists. This patch adds detection for this case and skip the creation when the group exists. | |||||
2018-11-26 | Merge pull request #71 from montjoie/bind_dev | khilman | 2 | -2/+7 | |
lavalab-gen.py: Permits to bind host /dev to slave | |||||
2018-11-26 | Merge pull request #70 from montjoie/support_2018.11 | khilman | 4 | -1/+59 | |
base-images: permit to install LAVA 2018.11 | |||||
2018-11-26 | lavalab-gen.py: Permits to bind host /dev to slave | Corentin LABBE | 2 | -2/+7 | |
When using a PDU with crelay, we need to access the whole content /dev/hid/ and so need to bind the whole /dev/ This is also necessary when using the HSDK board which have a serial which appears only when board is powered. | |||||
2018-11-26 | base-images: permit to install LAVA 2018.11 | Corentin LABBE | 4 | -1/+59 | |
2018-11-20 | Merge pull request #68 from montjoie/ser2net_options | khilman | 2 | -6/+10 | |
Ser2net options | |||||
2018-11-20 | README: discourage use of screen | Corentin LABBE | 1 | -0/+1 | |
2018-11-20 | lavalab-gen.py: support adding ser2net options | Corentin LABBE | 2 | -6/+9 | |
2018-11-19 | Merge pull request #67 from montjoie/interfacenumpr | khilman | 2 | -12/+8 | |
lavalab-gen.py: Remove udev template for support of interfacenum | |||||
2018-11-19 | Merge pull request #65 from montjoie/docsupport | khilman | 1 | -0/+4 | |
README: add contact informations | |||||
2018-11-19 | Merge pull request #64 from montjoie/envfix | khilman | 1 | -2/+2 | |
lavalab-gen.py: Add missing newline after overrides | |||||
2018-11-16 | lavalab-gen.py: Remove udev template for support of interfacenum | Corentin LABBE | 2 | -12/+8 | |
The current udev templating is bad since adding a new optional keyword lead to numerous ifelse and templates. This patch simply generate a udev line part by part. This made adding interfacenum easier. This will also permit to mix devpath/serial/etc.. without any problem | |||||
2018-11-15 | README: add contact informations | Corentin LABBE | 1 | -0/+4 | |
2018-11-15 | lavalab-gen.py: Add missing newline after overrides | Corentin LABBE | 1 | -2/+2 | |
This patch adds missing newline after overrides. Without them, the generated file is not a valid yaml file | |||||
2018-11-02 | Merge pull request #63 from montjoie/lavalagen-args | khilman | 1 | -3/+1 | |
lavalab-gen.sh: Handle arguments | |||||
2018-11-02 | lavalab-gen.sh: Handle arguments | Corentin LABBE | 1 | -3/+1 | |
This patch mades lavalab-gen.sh pass all arguments to lavalab-gen.py Cleaning in the process the non-needed "rm build-lava" | |||||
2018-11-02 | Merge pull request #56 from montjoie/proxy | khilman | 4 | -7/+41 | |
Allow seeting ENV variables from YAML config. | |||||
2018-11-02 | lavalab-gen.py: permit to set env settings on slave via the master node | Corentin LABBE | 2 | -1/+16 | |
Since some setup use distinct boards.yaml for master and slave, a way to set env settings for a slave via the master node is needed. | |||||
2018-11-02 | lavalab-gen.py: permit to set env settings on slave | Corentin LABBE | 4 | -6/+25 | |
This patch permits to add some env settings on slave. The primary goal of this is to permits to add a proxy for a specific slave. | |||||
2018-11-02 | Merge pull request #62 from montjoie/lava-patch-slave | khilman | 2 | -0/+3 | |
Permit to have backported LAVA patch on slave | |||||
2018-11-02 | Merge pull request #61 from montjoie/backup-latest-link | khilman | 1 | -0/+1 | |
backup: Create a symlink to recent backup | |||||
2018-11-02 | Permit to have backported LAVA patch on slave | Corentin LABBE | 2 | -0/+3 | |
Previoulsy it was possible to backport LAVA patch only on master, this patch permits it on slave. | |||||
2018-11-02 | backup: Create a symlink to recent backup | Corentin LABBE | 1 | -0/+1 | |
backup will now create a backup-latest symlink to the backup just being made. | |||||
2018-11-02 | Merge pull request #59 from montjoie/fix_for_sprint | khilman | 3 | -2/+9 | |
Misc. fixes for oct sprint | |||||
2018-11-02 | lavalab-gen.py: Add slave_keys for copying public slave keys | Corentin LABBE | 2 | -1/+7 | |
When creating a split boards.yaml with only one master which uses ZMQ, no way to adds slave key exists. This patch fix that by adding a way to copy all slave keys. | |||||
2018-11-02 | lava-slave/Dockerfile: Remade extra_actions working | Corentin LABBE | 1 | -1/+1 | |
extra_actions is broken since commit f3d53d64922d ("lava-slave/Dockerfile: copy all scripts in one actions") It is not anymore copied in /root but in /usr/local/bin/ | |||||
2018-11-02 | README: Add documentation for the slave attribute of boards | Corentin LABBE | 1 | -0/+1 | |
This patch adds missing documentation on how to choose the slave owing a device. | |||||
2018-10-31 | Merge pull request #57 from patrykmungai/healthcheck-fix | khilman | 1 | -0/+1 | |
Changing the ownership of /etc/lava-server/dispatcher-config/health-c… | |||||
2018-10-31 | lava-master: fix permissions on health-checks | Patryk Mungai | 1 | -0/+1 | |
This fix allows users to add healthcheck files via API by changing ownership from root to lavaserver. Without it users encounter a permissions error. Signed-off-by: Patryk Mungai <patryk.mungai-ndungu.kx@renesas.com> | |||||
2018-10-19 | Merge pull request #55 from montjoie/doc_device_type_patch | khilman | 1 | -0/+11 | |
README: add documentation on how to add patch for LAVA and device-type | |||||
2018-10-19 | README: add documentation on how to add patch for LAVA and device-type | Corentin LABBE | 1 | -0/+11 | |
lava-docker can patch LAVA and add/modify device-types, but the documentation was lacking on how to do it. | |||||
2018-10-18 | Merge pull request #54 from montjoie/lavalab-gen_parameter | khilman | 1 | -0/+8 | |
lavalab-gen: permit to choose alternate boards.yaml | |||||
2018-10-18 | lavalab-gen: permit to choose alternate boards.yaml | Corentin LABBE | 1 | -0/+8 | |
This patch adds an easy way to choose an alternate file than boards.yaml. | |||||
2018-10-18 | Merge pull request #53 from montjoie/board_for_user | khilman | 7 | -4/+82 | |
Permit to give board to user | |||||
2018-10-17 | Permit to set a group on boards | Corentin LABBE | 3 | -1/+13 | |
This patch permit to add a group on boards | |||||
2018-10-17 | Permit to create groups | Corentin LABBE | 4 | -2/+53 | |
This patch adds support for creating groups | |||||
2018-10-15 | Permit to give board to user | Corentin LABBE | 5 | -2/+17 | |
By default LAVA give owning of boards to admin, this patch permit to give board to a specific user. | |||||
2018-10-15 | Merge pull request #52 from montjoie/export_port | khilman | 2 | -5/+13 | |
lavalab-gen.py: Permit to customize exported ports to a slave | |||||
2018-10-15 | Rename export_ser2net to expose_ser2net | Corentin LABBE | 2 | -5/+8 | |
This patch rename export_ser2net to expose_ser2net. The old export_ser2net is still handled but we now print a deprecating message. | |||||
2018-10-15 | lavalab-gen.py: Permit to customize exposed ports to a slave | Corentin LABBE | 2 | -1/+6 | |
This patch adds a way to choose a number of ports to be exposed from host to slave. | |||||
2018-10-03 | Merge pull request #51 from montjoie/copy_script | khilman | 1 | -8/+2 | |
lava-slave/Dockerfile: copy all scripts in one actions | |||||
2018-10-03 | lava-slave/Dockerfile: copy all scripts in one actions | Corentin LABBE | 1 | -8/+2 | |