| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_valgrind", | 10 "linux_valgrind", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 138 "--output", | 138 "--output", |
| 139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 140 "--", | 140 "--", |
| 141 "--build-config-fs", | 141 "--build-config-fs", |
| 142 "Release", | 142 "Release", |
| 143 "--paths", | 143 "--paths", |
| 144 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 144 "{\"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\"}", |
| 145 "--properties", | 145 "--properties", |
| 146 "{\"buildername\": \"linux_valgrind\", \"buildnumber\": 571, \"mastername\
": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" | 146 "{\"buildername\": \"linux_valgrind\", \"buildnumber\": 571, \"mastername\
": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" |
| 147 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "get compile targets for scripts", | 149 "name": "get compile targets for scripts", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 151 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 153 ] |
| 154 }, | 154 }, |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 ], | 389 ], |
| 390 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 391 "name": "mark: before_tests" | 391 "name": "mark: before_tests" |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 "name": "$result", | 394 "name": "$result", |
| 395 "recipe_result": null, | 395 "recipe_result": null, |
| 396 "status_code": 0 | 396 "status_code": 0 |
| 397 } | 397 } |
| 398 ] | 398 ] |
| OLD | NEW |