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 '../../../.gclient', 11 '../config/recipes.cfg', 12 ], 13 }, 14 } 15