diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-25 15:25:50 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-11-02 16:47:59 +0100 |
commit | 11552973aa27342aa132e289debd0f01d835b5f5 (patch) | |
tree | 92848b04fd2ab13b13579afd25d4ef9be43b0dd9 /README.md | |
parent | 5957ee693f8cc7b07613da6c2c7da576d7039e2f (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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") |