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