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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 amd64-generic Compile", 10 "ChromiumOS amd64-generic 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",
207 "--goma-dir", 209 "--goma-dir",
208 "[BUILD]/goma", 210 "[BUILD]/goma",
209 "--ninja-ensure-up-to-date", 211 "--ninja-ensure-up-to-date",
210 "--cros-board", 212 "--cros-board",
211 "amd64-generic", 213 "amd64-generic",
212 "--", 214 "--",
213 "chromiumos_preflight" 215 "chromiumos_preflight"
214 ], 216 ],
215 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
216 "name": "compile", 218 "name": "compile",
(...skipping 26 matching lines...) Expand all
243 ], 245 ],
244 "cwd": "[SLAVE_BUILD]", 246 "cwd": "[SLAVE_BUILD]",
245 "name": "package build" 247 "name": "package build"
246 }, 248 },
247 { 249 {
248 "name": "$result", 250 "name": "$result",
249 "recipe_result": null, 251 "recipe_result": null,
250 "status_code": 0 252 "status_code": 0
251 } 253 }
252 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698