diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-04-25 16:49:06 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-04-25 16:49:06 +0200 |
commit | ad91a66ca580976a929f1e07045fa52bf1633c2b (patch) | |
tree | 5237de25757fdb16034f247d11222d2de6d33283 /README.md | |
parent | 1a945b23055136e5e89cd24585884b568d86a625 (diff) |
Permit to set arch for arm64 slaves
Currently arm64 workers need to modify at hand the from in the
dockerfile for using arm64 images.
This patch automate this;
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ slaves: default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) bind_dev: Bind /dev from host to slave. This is needed when using some HID PDU use_nfs: Does the LAVA dispatcher will run NFS jobs + arch: The arch of the worker (if not x86_64), only accept arm64 expose_ser2net: Do ser2net ports need to be available on host expose_ports: Expose port p1 on the host to p2 on the worker slave. - p1:p2 |