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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_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_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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "--src-dir", 398 "--src-dir",
399 "[SLAVE_BUILD]/src", 399 "[SLAVE_BUILD]/src",
400 "--goma-cache-dir", 400 "--goma-cache-dir",
401 "[GOMA_CACHE]", 401 "[GOMA_CACHE]",
402 "--build-tool", 402 "--build-tool",
403 "ninja", 403 "ninja",
404 "--compiler", 404 "--compiler",
405 "goma", 405 "goma",
406 "--goma-jsonstatus", 406 "--goma-jsonstatus",
407 "/path/to/tmp/json", 407 "/path/to/tmp/json",
408 "--goma-service-account-json-file",
409 "/creds/service_accounts/service-account-goma-client.json",
410 "--goma-dir", 408 "--goma-dir",
411 "[CACHE]/cipd/goma", 409 "[CACHE]/cipd/goma",
412 "--goma-fail-fast", 410 "--goma-fail-fast",
413 "--goma-disable-local-fallback", 411 "--goma-disable-local-fallback",
414 "--ninja-ensure-up-to-date", 412 "--ninja-ensure-up-to-date",
415 "--", 413 "--",
416 "chromium_swarm_tests", 414 "chromium_swarm_tests",
417 "gl_tests", 415 "gl_tests",
418 "gl_tests_run" 416 "gl_tests_run"
419 ], 417 ],
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "--src-dir", 765 "--src-dir",
768 "[SLAVE_BUILD]/src", 766 "[SLAVE_BUILD]/src",
769 "--goma-cache-dir", 767 "--goma-cache-dir",
770 "[GOMA_CACHE]", 768 "[GOMA_CACHE]",
771 "--build-tool", 769 "--build-tool",
772 "ninja", 770 "ninja",
773 "--compiler", 771 "--compiler",
774 "goma", 772 "goma",
775 "--goma-jsonstatus", 773 "--goma-jsonstatus",
776 "/path/to/tmp/json", 774 "/path/to/tmp/json",
777 "--goma-service-account-json-file",
778 "/creds/service_accounts/service-account-goma-client.json",
779 "--goma-dir", 775 "--goma-dir",
780 "[CACHE]/cipd/goma", 776 "[CACHE]/cipd/goma",
781 "--goma-fail-fast", 777 "--goma-fail-fast",
782 "--goma-disable-local-fallback", 778 "--goma-disable-local-fallback",
783 "--ninja-ensure-up-to-date", 779 "--ninja-ensure-up-to-date",
784 "--", 780 "--",
785 "gl_tests", 781 "gl_tests",
786 "gl_tests_run" 782 "gl_tests_run"
787 ], 783 ],
788 "cwd": "[SLAVE_BUILD]", 784 "cwd": "[SLAVE_BUILD]",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 980 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
985 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 981 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
986 ] 982 ]
987 }, 983 },
988 { 984 {
989 "name": "$result", 985 "name": "$result",
990 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 986 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
991 "status_code": 1 987 "status_code": 1
992 } 988 }
993 ] 989 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698