| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 149 "--output", | 149 "--output", |
| 150 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
| 151 "--", | 151 "--", |
| 152 "--build-config-fs", | 152 "--build-config-fs", |
| 153 "Release", | 153 "Release", |
| 154 "--paths", | 154 "--paths", |
| 155 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 155 "{\"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\"}", |
| 156 "--properties", | 156 "--properties", |
| 157 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_pla
tform\": \"linux\"}" | 157 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_pla
tform\": \"linux\"}" |
| 158 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "get compile targets for scripts", | 160 "name": "get compile targets for scripts", |
| 161 "~followup_annotations": [ | 161 "~followup_annotations": [ |
| 162 "@@@STEP_LOG_LINE@json.output@{}@@@", | 162 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 164 ] | 164 ] |
| 165 }, | 165 }, |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 326 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" | 326 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" |
| 327 ] | 327 ] |
| 328 }, | 328 }, |
| 329 { | 329 { |
| 330 "name": "$result", | 330 "name": "$result", |
| 331 "recipe_result": null, | 331 "recipe_result": null, |
| 332 "status_code": 0 | 332 "status_code": 0 |
| 333 } | 333 } |
| 334 ] | 334 ] |
| OLD | NEW |