Home | History | Annotate | Download | only in bots
      1 {
      2   'includes': [
      3     'infrabots.isolate',
      4   ],
      5   'variables': {
      6     'command': [
      7       'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
      8     ],
      9     'files': [
     10       '../config/recipes.cfg',
     11     ],
     12   },
     13 }
     14