summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-10-25 15:25:50 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-11-02 16:47:59 +0100
commit11552973aa27342aa132e289debd0f01d835b5f5 (patch)
tree92848b04fd2ab13b13579afd25d4ef9be43b0dd9 /README.md
parent5957ee693f8cc7b07613da6c2c7da576d7039e2f (diff)
lavalab-gen.py: permit to set env settings on slave via the master node
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35cbd49..8a236f5 100644
--- a/README.md
+++ b/README.md
@@ -237,6 +237,11 @@ masters:
- username: The LAVA user owning the token below. (This user should be created via users:)
token: The token for this callback
description: The description of this token. This string could be used with LAVA-CI.
+ slaveenv: A list of environment to pass to slave
+ - name: slavename The name of slave (mandatory)
+ env:
+ - line1 A list of line to set as environment
+ - line2
slaves:
- name: lab-slave-XX The name of the slave (where XX is a number)
host: name name of the host running lava-slave-XX (default to "local")