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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too 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
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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "linux_chromium_rel_ng", 369 "linux_chromium_rel_ng",
370 "--config-file", 370 "--config-file",
371 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 371 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
372 "--goma-dir", 372 "--goma-dir",
373 "[CACHE]/cipd/goma", 373 "[CACHE]/cipd/goma",
374 "--swarming-targets-file", 374 "--swarming-targets-file",
375 "gl_tests\n", 375 "gl_tests\n",
376 "//out/Release" 376 "//out/Release"
377 ], 377 ],
378 "cwd": "[SLAVE_BUILD]", 378 "cwd": "[SLAVE_BUILD]",
379 "env": {
380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
381 },
379 "name": "generate_build_files (with patch)", 382 "name": "generate_build_files (with patch)",
380 "~followup_annotations": [ 383 "~followup_annotations": [
381 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 384 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
382 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 385 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
383 ] 386 ]
384 }, 387 },
385 { 388 {
386 "cmd": [ 389 "cmd": [
387 "python", 390 "python",
388 "-u", 391 "-u",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 "linux_chromium_rel_ng", 745 "linux_chromium_rel_ng",
743 "--config-file", 746 "--config-file",
744 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 747 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
745 "--goma-dir", 748 "--goma-dir",
746 "[CACHE]/cipd/goma", 749 "[CACHE]/cipd/goma",
747 "--swarming-targets-file", 750 "--swarming-targets-file",
748 "gl_tests\n", 751 "gl_tests\n",
749 "//out/Release" 752 "//out/Release"
750 ], 753 ],
751 "cwd": "[SLAVE_BUILD]", 754 "cwd": "[SLAVE_BUILD]",
755 "env": {
756 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
757 },
752 "name": "generate_build_files (without patch)", 758 "name": "generate_build_files (without patch)",
753 "~followup_annotations": [ 759 "~followup_annotations": [
754 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 760 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
755 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 761 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
756 ] 762 ]
757 }, 763 },
758 { 764 {
759 "cmd": [ 765 "cmd": [
760 "python", 766 "python",
761 "-u", 767 "-u",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 998 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
993 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 999 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
994 ] 1000 ]
995 }, 1001 },
996 { 1002 {
997 "name": "$result", 1003 "name": "$result",
998 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1004 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
999 "status_code": 1 1005 "status_code": 1
1000 } 1006 }
1001 ] 1007 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698