| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests-Trybot", | 10 "Linux Tests-Trybot", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "python", | 155 "python", |
| 156 "-u", | 156 "-u", |
| 157 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 157 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 158 "--output", | 158 "--output", |
| 159 "/path/to/tmp/json", | 159 "/path/to/tmp/json", |
| 160 "--", | 160 "--", |
| 161 "--build-config-fs", | 161 "--build-config-fs", |
| 162 "Release", | 162 "Release", |
| 163 "--use-src-side-runtest-py", | 163 "--use-src-side-runtest-py", |
| 164 "--paths", | 164 "--paths", |
| 165 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 165 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 166 "--properties", | 166 "--properties", |
| 167 "{\"buildername\": \"Linux Tests-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" | 167 "{\"buildername\": \"Linux Tests-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" |
| 168 ], | 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "get compile targets for scripts", | 170 "name": "get compile targets for scripts", |
| 171 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@json.output@{}@@@", | 172 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 173 "@@@STEP_LOG_END@json.output@@@" | 173 "@@@STEP_LOG_END@json.output@@@" |
| 174 ] | 174 ] |
| 175 }, | 175 }, |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 ], | 397 ], |
| 398 "cwd": "[SLAVE_BUILD]", | 398 "cwd": "[SLAVE_BUILD]", |
| 399 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" | 399 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" |
| 400 }, | 400 }, |
| 401 { | 401 { |
| 402 "name": "$result", | 402 "name": "$result", |
| 403 "recipe_result": null, | 403 "recipe_result": null, |
| 404 "status_code": 0 | 404 "status_code": 0 |
| 405 } | 405 } |
| 406 ] | 406 ] |
| OLD | NEW |