File: main.yaml

package info (click to toggle)
jube 2.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,640 kB
  • sloc: python: 8,415; xml: 838; sh: 180; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: include
outpath: bench_run
comment: A include example

#use parameterset out of an external file and add a additional parameter
parameterset:
  name: param_set
  init_with: include_data.yaml
  parameter: {name: foo, _: bar}

#Operation
step:
  name: say_hello
  use:
   - param_set #use existing parameterset
   - from: include_data.yaml
     _: param_set2  #out of an external file
  do: 
    - echo $foo
    - !include include_data.yaml:["dos"]  #include all available tag