| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "base_unittests_run", | 230 "base_unittests_run", |
| 231 "browser_tests", | 231 "browser_tests", |
| 232 "browser_tests_run" | 232 "browser_tests_run" |
| 233 ], | 233 ], |
| 234 "name": "compile (with patch)" | 234 "name": "compile (with patch)" |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 "cmd": [ | 237 "cmd": [ |
| 238 "python", | 238 "python", |
| 239 "-u", | 239 "-u", |
| 240 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 241 "--build-dir", | |
| 242 "[SLAVE_BUILD]/src/out/Release", | |
| 243 "--src-dir", | |
| 244 "[SLAVE_BUILD]/src" | |
| 245 ], | |
| 246 "cwd": "[SLAVE_BUILD]", | |
| 247 "name": "remove_build_metadata" | |
| 248 }, | |
| 249 { | |
| 250 "cmd": [ | |
| 251 "python", | |
| 252 "-u", | |
| 253 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 240 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 254 "/path/to/tmp/", | 241 "/path/to/tmp/", |
| 255 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 242 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
| 256 ], | 243 ], |
| 257 "name": "find isolated targets" | 244 "name": "find isolated targets" |
| 258 }, | 245 }, |
| 259 { | 246 { |
| 260 "cmd": [ | 247 "cmd": [ |
| 261 "python", | 248 "python", |
| 262 "-u", | 249 "-u", |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 "https://chromium-swarm.appspot.com", | 619 "https://chromium-swarm.appspot.com", |
| 633 "--decorate", | 620 "--decorate", |
| 634 "--print-status-updates", | 621 "--print-status-updates", |
| 635 "--shards", | 622 "--shards", |
| 636 "5", | 623 "5", |
| 637 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" | 624 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" |
| 638 ], | 625 ], |
| 639 "name": "browser_tests (with patch)" | 626 "name": "browser_tests (with patch)" |
| 640 } | 627 } |
| 641 ] | 628 ] |
| OLD | NEW |