diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-09-03 14:42:37 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-09-03 14:42:37 +0200 |
commit | e21ccee9df4afba55811e58e3d6943a076a56154 (patch) | |
tree | 02ded8d0b9ca7277815015ddd7dc2e2d35d17d93 /README.md | |
parent | c160d2a552ae2d05a3931b688efe4bbc042f153d (diff) |
lavalab-gen.py: default_slave is a valid keyword
default_slave was not in valid keyword and thus generate a warning.
This patch set it as valid and document it in the mean time.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ slaves: remote_rpc_port: the port used by the LAVA RPC2 (default 80) remote_user: the user used for connecting to the master remote_proto: http(default) or https + default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) extra_actions: An optional list of action to do at end of the docker build - "apt-get install package" |