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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Mac GN", | 10 "Mac GN", |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "cmd": [ | 152 "cmd": [ |
153 "python", | 153 "python", |
154 "-u", | 154 "-u", |
155 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 155 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
156 "--output", | 156 "--output", |
157 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
158 "--", | 158 "--", |
159 "--build-config-fs", | 159 "--build-config-fs", |
160 "Release", | 160 "Release", |
161 "--paths", | 161 "--paths", |
162 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 162 "{\"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\"}", |
163 "--properties", | 163 "--properties", |
164 "{\"buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chr
omium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac
\"}" | 164 "{\"buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chr
omium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac
\"}" |
165 ], | 165 ], |
166 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
167 "name": "get compile targets for scripts", | 167 "name": "get compile targets for scripts", |
168 "~followup_annotations": [ | 168 "~followup_annotations": [ |
169 "@@@STEP_LOG_LINE@json.output@{}@@@", | 169 "@@@STEP_LOG_LINE@json.output@{}@@@", |
170 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
171 ] | 171 ] |
172 }, | 172 }, |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 381 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
382 "@@@STEP_LOG_END@python.inline@@@" | 382 "@@@STEP_LOG_END@python.inline@@@" |
383 ] | 383 ] |
384 }, | 384 }, |
385 { | 385 { |
386 "name": "$result", | 386 "name": "$result", |
387 "recipe_result": null, | 387 "recipe_result": null, |
388 "status_code": 0 | 388 "status_code": 0 |
389 } | 389 } |
390 ] | 390 ] |
OLD | NEW |