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

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

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "V8 Linux GN", 10 "V8 Linux GN",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--src-dir", 258 "--src-dir",
259 "[SLAVE_BUILD]/src", 259 "[SLAVE_BUILD]/src",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--build-tool", 262 "--build-tool",
263 "ninja", 263 "ninja",
264 "--compiler", 264 "--compiler",
265 "goma", 265 "goma",
266 "--goma-jsonstatus", 266 "--goma-jsonstatus",
267 "/path/to/tmp/json", 267 "/path/to/tmp/json",
268 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json",
268 "--goma-dir", 270 "--goma-dir",
269 "[BUILD]/goma", 271 "[BUILD]/goma",
270 "--ninja-ensure-up-to-date", 272 "--ninja-ensure-up-to-date",
271 "--", 273 "--",
272 "blink_tests", 274 "blink_tests",
273 "extensions_browsertests", 275 "extensions_browsertests",
274 "gin_unittests", 276 "gin_unittests",
275 "net_unittests", 277 "net_unittests",
276 "pdfium_test", 278 "pdfium_test",
277 "postmortem-metadata", 279 "postmortem-metadata",
(...skipping 28 matching lines...) Expand all
306 ], 308 ],
307 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
308 "name": "package build" 310 "name": "package build"
309 }, 311 },
310 { 312 {
311 "name": "$result", 313 "name": "$result",
312 "recipe_result": null, 314 "recipe_result": null,
313 "status_code": 0 315 "status_code": 0
314 } 316 }
315 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698