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

Side by Side Diff: scripts/slave/recipes/chromium.expected/goma_with_diagnose_goma_failure.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_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 "E:\\chrome-infra-logs", 259 "E:\\chrome-infra-logs",
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 "[BUILD]/goma", 267 "[BUILD]/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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ], 344 ],
343 "cwd": "[SLAVE_BUILD]", 345 "cwd": "[SLAVE_BUILD]",
344 "name": "content_unittests" 346 "name": "content_unittests"
345 }, 347 },
346 { 348 {
347 "name": "$result", 349 "name": "$result",
348 "reason": "1 tests failed: ['diagnose_goma']", 350 "reason": "1 tests failed: ['diagnose_goma']",
349 "status_code": 1 351 "status_code": 1
350 } 352 }
351 ] 353 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698