| 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.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "cmd": [ | 132 "cmd": [ |
| 133 "python", | 133 "python", |
| 134 "-u", | 134 "-u", |
| 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 136 "--output", | 136 "--output", |
| 137 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 138 "--", | 138 "--", |
| 139 "--build-config-fs", | 139 "--build-config-fs", |
| 140 "Debug", | 140 "Debug", |
| 141 "--paths", | 141 "--paths", |
| 142 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 142 "{\"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\"}", |
| 143 "--properties", | 143 "--properties", |
| 144 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"master
name\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 144 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"master
name\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
| 145 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "get compile targets for scripts", | 147 "name": "get compile targets for scripts", |
| 148 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 270 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 270 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 271 ] | 271 ] |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 "name": "$result", | 274 "name": "$result", |
| 275 "recipe_result": null, | 275 "recipe_result": null, |
| 276 "status_code": 0 | 276 "status_code": 0 |
| 277 } | 277 } |
| 278 ] | 278 ] |
| OLD | NEW |