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