| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac10.9 Tests-Trybot", | 10 "Mac10.9 Tests-Trybot", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "-u", | 123 "-u", |
| 124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 125 "--output", | 125 "--output", |
| 126 "/path/to/tmp/json", | 126 "/path/to/tmp/json", |
| 127 "--", | 127 "--", |
| 128 "--build-config-fs", | 128 "--build-config-fs", |
| 129 "Release", | 129 "Release", |
| 130 "--paths", | 130 "--paths", |
| 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 132 "--properties", | 132 "--properties", |
| 133 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"slave
name\": \"TestSlavename\"}" | 133 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"maste
rname\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" |
| 134 ], | 134 ], |
| 135 "name": "get compile targets for scripts", | 135 "name": "get compile targets for scripts", |
| 136 "~followup_annotations": [ | 136 "~followup_annotations": [ |
| 137 "@@@STEP_LOG_LINE@json.output@{}@@@", | 137 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 139 ] |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 "https://chromium-swarm.appspot.com", | 293 "https://chromium-swarm.appspot.com", |
| 294 "--decorate", | 294 "--decorate", |
| 295 "--print-status-updates", | 295 "--print-status-updates", |
| 296 "--shards", | 296 "--shards", |
| 297 "1", | 297 "1", |
| 298 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571" | 298 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571" |
| 299 ], | 299 ], |
| 300 "name": "browser_tests on Mac-10.9" | 300 "name": "browser_tests on Mac-10.9" |
| 301 } | 301 } |
| 302 ] | 302 ] |
| OLD | NEW |