Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_dbg.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_dbg", 10 "linux_gn_dbg",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "--gsutil-py-path", 174 "--gsutil-py-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--ninja-path", 176 "--ninja-path",
177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
178 "--target", 178 "--target",
179 "Debug", 179 "Debug",
180 "--src-dir", 180 "--src-dir",
181 "[SLAVE_BUILD]/src", 181 "[SLAVE_BUILD]/src",
182 "--goma-cache-dir", 182 "--goma-cache-dir",
183 "[GOMA_CACHE]", 183 "[GOMA_CACHE]",
184 "--build-tool",
185 "ninja",
186 "--compiler", 184 "--compiler",
187 "goma", 185 "goma",
188 "--goma-jsonstatus", 186 "--goma-jsonstatus",
189 "/path/to/tmp/json", 187 "/path/to/tmp/json",
190 "--goma-service-account-json-file", 188 "--goma-service-account-json-file",
191 "/creds/service_accounts/service-account-goma-client.json", 189 "/creds/service_accounts/service-account-goma-client.json",
192 "--goma-dir", 190 "--goma-dir",
193 "[CACHE]/cipd/goma", 191 "[CACHE]/cipd/goma",
194 "--goma-fail-fast", 192 "--goma-fail-fast",
195 "--goma-disable-local-fallback", 193 "--goma-disable-local-fallback",
196 "--", 194 "--",
197 "all" 195 "all"
198 ], 196 ],
199 "env": { 197 "env": {
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
201 }, 199 },
202 "name": "compile", 200 "name": "compile",
203 "~followup_annotations": [ 201 "~followup_annotations": [
204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
205 "@@@STEP_LOG_END@json.output (invalid)@@@" 203 "@@@STEP_LOG_END@json.output (invalid)@@@"
206 ] 204 ]
207 }, 205 },
208 { 206 {
209 "name": "$result", 207 "name": "$result",
210 "recipe_result": null, 208 "recipe_result": null,
211 "status_code": 0 209 "status_code": 0
212 } 210 }
213 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698