Hi,
For value that ‘to’ and ‘os’ could use, see here:
https://staging.validation.linaro.org/static/docs/v2/actions-deploy.html.
These values could be used, are strategies and support platform of LAVA itself, so you can see
reference part of official document.
-Yifan
From: Lava-users [mailto:lava-users-bounces@lists.linaro.org]
On Behalf Of Remi Duraffort
Sent: Friday, May 4, 2018 4:01 PM
To: Niu, Deli <deli.niu@intel.com>
Cc: lava-users@lists.linaro.org
Subject: Re: [Lava-users] Lava test Job key/value collection
Hello,
the job definition is a yaml file so it's easy to parse using any languages.
For instance in python
>>>>
import yaml
with open("jobdefinition.yaml") as f_in:
data = yaml.load(f_in)
<<<<
You now have a python dictionary that you can parse to grab the information you need.
Regards
2018-05-04 9:30 GMT+02:00 Niu, Deli <deli.niu@intel.com>:
Hi,
I am using Lava as our automation test infrastructure now. Now we are trying find all key words collection in Jobs.
For example:
timeouts:
job:
minutes: 30
action:
minutes: 30
priority: medium
visibility: public
actions:
- deploy:
timeout:
minutes: 30
to: docker
os: debian
packages: [python]
key word to and os, its value is docker and debian here. Maybe there are different value for these ker words in another jobs. We just want to find all these possible value for these key word in Lava.
Could anyone kindly provide some method and configuration file/document to find this efficiently? Thanks in advance.
Thanks,
Deli
_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users
--
Rémi Duraffort
LAVA Team