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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.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_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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "--src-dir", 347 "--src-dir",
348 "[SLAVE_BUILD]/src", 348 "[SLAVE_BUILD]/src",
349 "--goma-cache-dir", 349 "--goma-cache-dir",
350 "[GOMA_CACHE]", 350 "[GOMA_CACHE]",
351 "--build-tool", 351 "--build-tool",
352 "ninja", 352 "ninja",
353 "--compiler", 353 "--compiler",
354 "goma", 354 "goma",
355 "--goma-jsonstatus", 355 "--goma-jsonstatus",
356 "/path/to/tmp/json", 356 "/path/to/tmp/json",
357 "--goma-service-account-json-file",
358 "/creds/service_accounts/service-account-goma-client.json",
359 "--goma-dir", 357 "--goma-dir",
360 "[CACHE]/cipd/goma", 358 "[CACHE]/cipd/goma",
361 "--goma-fail-fast", 359 "--goma-fail-fast",
362 "--goma-disable-local-fallback", 360 "--goma-disable-local-fallback",
363 "--ninja-ensure-up-to-date", 361 "--ninja-ensure-up-to-date",
364 "--", 362 "--",
365 "blink_tests" 363 "blink_tests"
366 ], 364 ],
367 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
368 "name": "compile (with patch)", 366 "name": "compile (with patch)",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "@@@STEP_FAILURE@@@", 459 "@@@STEP_FAILURE@@@",
462 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 460 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
463 ] 461 ]
464 }, 462 },
465 { 463 {
466 "name": "$result", 464 "name": "$result",
467 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 465 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
468 "status_code": 1 466 "status_code": 1
469 } 467 }
470 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698