| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "base_unittests", | 229 "base_unittests", |
| 230 "base_unittests_run", | 230 "base_unittests_run", |
| 231 "browser_tests", | 231 "browser_tests", |
| 232 "browser_tests_run", | 232 "browser_tests_run", |
| 233 "chrome" | 233 "chrome" |
| 234 ], | 234 ], |
| 235 "name": "compile (with patch)" | 235 "name": "compile (with patch)" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "cmd": [ | 238 "cmd": [ |
| 239 "python", | |
| 240 "-u", | |
| 241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 242 "--build-dir", | |
| 243 "[SLAVE_BUILD]/src/out/Release", | |
| 244 "--src-dir", | |
| 245 "[SLAVE_BUILD]/src" | |
| 246 ], | |
| 247 "cwd": "[SLAVE_BUILD]", | |
| 248 "name": "remove_build_metadata.py" | |
| 249 }, | |
| 250 { | |
| 251 "cmd": [ | |
| 252 "python", | 239 "python", |
| 253 "-u", | 240 "-u", |
| 254 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 255 "--build-dir", | 242 "--build-dir", |
| 256 "[SLAVE_BUILD]/src/out/Release", | 243 "[SLAVE_BUILD]/src/out/Release", |
| 257 "--output-json", | 244 "--output-json", |
| 258 "/path/to/tmp/json" | 245 "/path/to/tmp/json" |
| 259 ], | 246 ], |
| 260 "name": "find isolated tests", | 247 "name": "find isolated tests", |
| 261 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "https://chromium-swarm.appspot.com", | 591 "https://chromium-swarm.appspot.com", |
| 605 "--decorate", | 592 "--decorate", |
| 606 "--print-status-updates", | 593 "--print-status-updates", |
| 607 "--shards", | 594 "--shards", |
| 608 "5", | 595 "5", |
| 609 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" | 596 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" |
| 610 ], | 597 ], |
| 611 "name": "browser_tests (with patch)" | 598 "name": "browser_tests (with patch)" |
| 612 } | 599 } |
| 613 ] | 600 ] |
| OLD | NEW |