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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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_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",
381 "--goma-dir", 383 "--goma-dir",
382 "[CACHE]/cipd/goma", 384 "[CACHE]/cipd/goma",
383 "--goma-fail-fast", 385 "--goma-fail-fast",
384 "--goma-disable-local-fallback", 386 "--goma-disable-local-fallback",
385 "--ninja-ensure-up-to-date", 387 "--ninja-ensure-up-to-date",
386 "--", 388 "--",
387 "base_unittests", 389 "base_unittests",
388 "chromium_swarm_tests" 390 "chromium_swarm_tests"
389 ], 391 ],
390 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "--src-dir", 579 "--src-dir",
578 "[SLAVE_BUILD]/src", 580 "[SLAVE_BUILD]/src",
579 "--goma-cache-dir", 581 "--goma-cache-dir",
580 "[GOMA_CACHE]", 582 "[GOMA_CACHE]",
581 "--build-tool", 583 "--build-tool",
582 "ninja", 584 "ninja",
583 "--compiler", 585 "--compiler",
584 "goma", 586 "goma",
585 "--goma-jsonstatus", 587 "--goma-jsonstatus",
586 "/path/to/tmp/json", 588 "/path/to/tmp/json",
589 "--goma-service-account-json-file",
590 "/creds/service_accounts/service-account-goma-client.json",
587 "--goma-dir", 591 "--goma-dir",
588 "[CACHE]/cipd/goma", 592 "[CACHE]/cipd/goma",
589 "--goma-fail-fast", 593 "--goma-fail-fast",
590 "--goma-disable-local-fallback", 594 "--goma-disable-local-fallback",
591 "--ninja-ensure-up-to-date", 595 "--ninja-ensure-up-to-date",
592 "--", 596 "--",
593 "base_unittests" 597 "base_unittests"
594 ], 598 ],
595 "cwd": "[SLAVE_BUILD]", 599 "cwd": "[SLAVE_BUILD]",
596 "name": "compile (without patch)", 600 "name": "compile (without patch)",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "@@@STEP_FAILURE@@@", 653 "@@@STEP_FAILURE@@@",
650 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 654 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
651 ] 655 ]
652 }, 656 },
653 { 657 {
654 "name": "$result", 658 "name": "$result",
655 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 659 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
656 "status_code": 1 660 "status_code": 1
657 } 661 }
658 ] 662 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698