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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.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_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--goma-cache-dir", 254 "--goma-cache-dir",
255 "[GOMA_CACHE]", 255 "[GOMA_CACHE]",
256 "--build-tool", 256 "--build-tool",
257 "ninja", 257 "ninja",
258 "--build-data-dir", 258 "--build-data-dir",
259 "[ROOT]/build_data_dir", 259 "[ROOT]/build_data_dir",
260 "--compiler", 260 "--compiler",
261 "goma", 261 "goma",
262 "--goma-jsonstatus", 262 "--goma-jsonstatus",
263 "/path/to/tmp/json", 263 "/path/to/tmp/json",
264 "--goma-service-account-json-file",
265 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 266 "--goma-dir",
265 "[CACHE]/cipd/goma", 267 "[CACHE]/cipd/goma",
266 "--goma-hermetic", 268 "--goma-hermetic",
267 "error", 269 "error",
268 "--goma-enable-compiler-info-cache", 270 "--goma-enable-compiler-info-cache",
269 "--", 271 "--",
270 "base_unittests", 272 "base_unittests",
271 "chromium_builder_tests", 273 "chromium_builder_tests",
272 "content_unittests" 274 "content_unittests"
273 ], 275 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 "cwd": "[SLAVE_BUILD]", 332 "cwd": "[SLAVE_BUILD]",
331 "name": "content_unittests" 333 "name": "content_unittests"
332 }, 334 },
333 { 335 {
334 "name": "$result", 336 "name": "$result",
335 "recipe_result": null, 337 "recipe_result": null,
336 "status_code": 0 338 "status_code": 0
337 } 339 }
338 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698