From e21ccee9df4afba55811e58e3d6943a076a56154 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 3 Sep 2018 14:42:37 +0200 Subject: 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. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index a3364b4..678fddb 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit 1.2.3-korg