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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Mac OpenSSL", | 10 "Mac OpenSSL", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "cmd": [ | 115 "cmd": [ |
116 "python", | 116 "python", |
117 "-u", | 117 "-u", |
118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
119 "--output", | 119 "--output", |
120 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
121 "--", | 121 "--", |
122 "--build-config-fs", | 122 "--build-config-fs", |
123 "Release", | 123 "Release", |
124 "--paths", | 124 "--paths", |
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 125 "{\"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\"}", |
126 "--properties", | 126 "--properties", |
127 "{\"buildername\": \"Mac OpenSSL\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" | 127 "{\"buildername\": \"Mac OpenSSL\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" |
128 ], | 128 ], |
129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
130 "name": "get compile targets for scripts", | 130 "name": "get compile targets for scripts", |
131 "~followup_annotations": [ | 131 "~followup_annotations": [ |
132 "@@@STEP_LOG_LINE@json.output@{}@@@", | 132 "@@@STEP_LOG_LINE@json.output@{}@@@", |
133 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
134 ] | 134 ] |
135 }, | 135 }, |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
206 "@@@STEP_LOG_END@json.output (invalid)@@@" | 206 "@@@STEP_LOG_END@json.output (invalid)@@@" |
207 ] | 207 ] |
208 }, | 208 }, |
209 { | 209 { |
210 "name": "$result", | 210 "name": "$result", |
211 "recipe_result": null, | 211 "recipe_result": null, |
212 "status_code": 0 | 212 "status_code": 0 |
213 } | 213 } |
214 ] | 214 ] |
OLD | NEW |