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

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

Issue 1906513003: Revert "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",
266 "--goma-dir", 264 "--goma-dir",
267 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
268 "--goma-hermetic", 266 "--goma-hermetic",
269 "error", 267 "error",
270 "--goma-enable-compiler-info-cache", 268 "--goma-enable-compiler-info-cache",
271 "--", 269 "--",
272 "base_unittests", 270 "base_unittests",
273 "chromium_builder_tests", 271 "chromium_builder_tests",
274 "content_unittests" 272 "content_unittests"
275 ], 273 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ], 342 ],
345 "cwd": "[SLAVE_BUILD]", 343 "cwd": "[SLAVE_BUILD]",
346 "name": "content_unittests" 344 "name": "content_unittests"
347 }, 345 },
348 { 346 {
349 "name": "$result", 347 "name": "$result",
350 "reason": "1 tests failed: ['diagnose_goma']", 348 "reason": "1 tests failed: ['diagnose_goma']",
351 "status_code": 1 349 "status_code": 1
352 } 350 }
353 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698