| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Perf (1)", | 10 "Linux Perf (1)", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 177 "--output", | 177 "--output", |
| 178 "/path/to/tmp/json", | 178 "/path/to/tmp/json", |
| 179 "--", | 179 "--", |
| 180 "--build-config-fs", | 180 "--build-config-fs", |
| 181 "Release", | 181 "Release", |
| 182 "--paths", | 182 "--paths", |
| 183 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 183 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 184 "--properties", | 184 "--properties", |
| 185 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf\", \"perf-id\": \"linux-release\", \"results-url\": \"https:/
/chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 185 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l
inux\"}" |
| 186 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "get compile targets for scripts", | 188 "name": "get compile targets for scripts", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output@{}@@@", | 190 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 191 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 192 ] | 192 ] |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "@@@STEP_LOG_LINE@json.output@[]@@@", | 343 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 344 "@@@STEP_LOG_END@json.output@@@" | 344 "@@@STEP_LOG_END@json.output@@@" |
| 345 ] | 345 ] |
| 346 }, | 346 }, |
| 347 { | 347 { |
| 348 "name": "$result", | 348 "name": "$result", |
| 349 "recipe_result": null, | 349 "recipe_result": null, |
| 350 "status_code": 0 | 350 "status_code": 0 |
| 351 } | 351 } |
| 352 ] | 352 ] |
| OLD | NEW |