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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_gn_rel", | 10 "linux_gn_rel", |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 "--src-dir", | 129 "--src-dir", |
130 "[SLAVE_BUILD]/src", | 130 "[SLAVE_BUILD]/src", |
131 "--goma-cache-dir", | 131 "--goma-cache-dir", |
132 "[GOMA_CACHE]", | 132 "[GOMA_CACHE]", |
133 "--build-tool", | 133 "--build-tool", |
134 "ninja", | 134 "ninja", |
135 "--compiler", | 135 "--compiler", |
136 "goma", | 136 "goma", |
137 "--goma-jsonstatus", | 137 "--goma-jsonstatus", |
138 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
139 "--goma-service-account-json-file", | |
140 "/creds/service_accounts/service-account-goma-client.json", | |
141 "--goma-dir", | 139 "--goma-dir", |
142 "[BUILD]/goma", | 140 "[BUILD]/goma", |
143 "--goma-fail-fast", | 141 "--goma-fail-fast", |
144 "--goma-disable-local-fallback", | 142 "--goma-disable-local-fallback", |
145 "--", | 143 "--", |
146 "all" | 144 "all" |
147 ], | 145 ], |
148 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
149 "name": "compile", | 147 "name": "compile", |
150 "~followup_annotations": [ | 148 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
152 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
153 ] | 151 ] |
154 }, | 152 }, |
155 { | 153 { |
156 "name": "$result", | 154 "name": "$result", |
157 "recipe_result": null, | 155 "recipe_result": null, |
158 "status_code": 0 | 156 "status_code": 0 |
159 } | 157 } |
160 ] | 158 ] |
OLD | NEW |