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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "--src-dir", 371 "--src-dir",
372 "[SLAVE_BUILD]/src", 372 "[SLAVE_BUILD]/src",
373 "--goma-cache-dir", 373 "--goma-cache-dir",
374 "[GOMA_CACHE]", 374 "[GOMA_CACHE]",
375 "--build-tool", 375 "--build-tool",
376 "ninja", 376 "ninja",
377 "--compiler", 377 "--compiler",
378 "goma", 378 "goma",
379 "--goma-jsonstatus", 379 "--goma-jsonstatus",
380 "/path/to/tmp/json", 380 "/path/to/tmp/json",
381 "--goma-service-account-json-file",
382 "/creds/service_accounts/service-account-goma-client.json",
383 "--goma-dir", 381 "--goma-dir",
384 "[CACHE]/cipd/goma", 382 "[CACHE]/cipd/goma",
385 "--goma-fail-fast", 383 "--goma-fail-fast",
386 "--goma-disable-local-fallback", 384 "--goma-disable-local-fallback",
387 "--ninja-ensure-up-to-date", 385 "--ninja-ensure-up-to-date",
388 "--", 386 "--",
389 "base_unittests", 387 "base_unittests",
390 "chromium_swarm_tests" 388 "chromium_swarm_tests"
391 ], 389 ],
392 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "--src-dir", 577 "--src-dir",
580 "[SLAVE_BUILD]/src", 578 "[SLAVE_BUILD]/src",
581 "--goma-cache-dir", 579 "--goma-cache-dir",
582 "[GOMA_CACHE]", 580 "[GOMA_CACHE]",
583 "--build-tool", 581 "--build-tool",
584 "ninja", 582 "ninja",
585 "--compiler", 583 "--compiler",
586 "goma", 584 "goma",
587 "--goma-jsonstatus", 585 "--goma-jsonstatus",
588 "/path/to/tmp/json", 586 "/path/to/tmp/json",
589 "--goma-service-account-json-file",
590 "/creds/service_accounts/service-account-goma-client.json",
591 "--goma-dir", 587 "--goma-dir",
592 "[CACHE]/cipd/goma", 588 "[CACHE]/cipd/goma",
593 "--goma-fail-fast", 589 "--goma-fail-fast",
594 "--goma-disable-local-fallback", 590 "--goma-disable-local-fallback",
595 "--ninja-ensure-up-to-date", 591 "--ninja-ensure-up-to-date",
596 "--", 592 "--",
597 "base_unittests" 593 "base_unittests"
598 ], 594 ],
599 "cwd": "[SLAVE_BUILD]", 595 "cwd": "[SLAVE_BUILD]",
600 "name": "compile (without patch)", 596 "name": "compile (without patch)",
(...skipping 21 matching lines...) Expand all
622 "@@@STEP_FAILURE@@@", 618 "@@@STEP_FAILURE@@@",
623 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 619 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
624 ] 620 ]
625 }, 621 },
626 { 622 {
627 "name": "$result", 623 "name": "$result",
628 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 624 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
629 "status_code": 1 625 "status_code": 1
630 } 626 }
631 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698