| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 239 "python", |
| 240 "-u", | 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", |
| 253 "-u", |
| 241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 254 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 242 "--build-dir", | 255 "--build-dir", |
| 243 "[SLAVE_BUILD]/src/out/Release", | 256 "[SLAVE_BUILD]/src/out/Release", |
| 244 "--output-json", | 257 "--output-json", |
| 245 "/path/to/tmp/json" | 258 "/path/to/tmp/json" |
| 246 ], | 259 ], |
| 247 "name": "find isolated tests", | 260 "name": "find isolated tests", |
| 248 "~followup_annotations": [ | 261 "~followup_annotations": [ |
| 249 "@@@STEP_LOG_LINE@json.output@{@@@", | 262 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base
_unittests]\", @@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base
_unittests]\", @@@", |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 "https://chromium-swarm.appspot.com", | 604 "https://chromium-swarm.appspot.com", |
| 592 "--decorate", | 605 "--decorate", |
| 593 "--print-status-updates", | 606 "--print-status-updates", |
| 594 "--shards", | 607 "--shards", |
| 595 "5", | 608 "5", |
| 596 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" | 609 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" |
| 597 ], | 610 ], |
| 598 "name": "browser_tests (with patch)" | 611 "name": "browser_tests (with patch)" |
| 599 } | 612 } |
| 600 ] | 613 ] |
| OLD | NEW |