| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "base_unittests_run", | 218 "base_unittests_run", |
| 219 "browser_tests", | 219 "browser_tests", |
| 220 "browser_tests_run" | 220 "browser_tests_run" |
| 221 ], | 221 ], |
| 222 "name": "compile (with patch)" | 222 "name": "compile (with patch)" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "cmd": [ | 225 "cmd": [ |
| 226 "python", | 226 "python", |
| 227 "-u", | 227 "-u", |
| 228 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", |
| 229 "--build-dir", |
| 230 "[SLAVE_BUILD]/src/out/Release", |
| 231 "--src-dir", |
| 232 "[SLAVE_BUILD]/src" |
| 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "remove_build_metadata" |
| 236 }, |
| 237 { |
| 238 "cmd": [ |
| 239 "python", |
| 240 "-u", |
| 228 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 241 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 229 "/path/to/tmp/", | 242 "/path/to/tmp/", |
| 230 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 243 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
| 231 ], | 244 ], |
| 232 "name": "find isolated targets" | 245 "name": "find isolated targets" |
| 233 }, | 246 }, |
| 234 { | 247 { |
| 235 "cmd": [ | 248 "cmd": [ |
| 236 "python", | 249 "python", |
| 237 "-u", | 250 "-u", |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 "https://chromium-swarm.appspot.com", | 620 "https://chromium-swarm.appspot.com", |
| 608 "--decorate", | 621 "--decorate", |
| 609 "--print-status-updates", | 622 "--print-status-updates", |
| 610 "--shards", | 623 "--shards", |
| 611 "5", | 624 "5", |
| 612 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" | 625 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" |
| 613 ], | 626 ], |
| 614 "name": "browser_tests (with patch)" | 627 "name": "browser_tests (with patch)" |
| 615 } | 628 } |
| 616 ] | 629 ] |
| OLD | NEW |