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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_daisy_Compile.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "chromium.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS daisy Compile", 10 "ChromiumOS daisy Compile",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--goma-cache-dir", 197 "--goma-cache-dir",
198 "[GOMA_CACHE]", 198 "[GOMA_CACHE]",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--build-data-dir", 201 "--build-data-dir",
202 "[ROOT]/build_data_dir", 202 "[ROOT]/build_data_dir",
203 "--compiler", 203 "--compiler",
204 "goma", 204 "goma",
205 "--goma-jsonstatus", 205 "--goma-jsonstatus",
206 "/path/to/tmp/json", 206 "/path/to/tmp/json",
207 "--goma-service-account-json-file",
208 "/creds/service_accounts/service-account-goma-client.json",
209 "--goma-dir", 207 "--goma-dir",
210 "[BUILD]/goma", 208 "[BUILD]/goma",
211 "--ninja-ensure-up-to-date", 209 "--ninja-ensure-up-to-date",
212 "--cros-board", 210 "--cros-board",
213 "daisy", 211 "daisy",
214 "--", 212 "--",
215 "chromiumos_preflight" 213 "chromiumos_preflight"
216 ], 214 ],
217 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
218 "name": "compile", 216 "name": "compile",
(...skipping 26 matching lines...) Expand all
245 ], 243 ],
246 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
247 "name": "package build" 245 "name": "package build"
248 }, 246 },
249 { 247 {
250 "name": "$result", 248 "name": "$result",
251 "recipe_result": null, 249 "recipe_result": null,
252 "status_code": 0 250 "status_code": 0
253 } 251 }
254 ] 252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698