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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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, 7 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "Win Builder", 541 "Win Builder",
542 "--config-file", 542 "--config-file",
543 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 543 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
544 "--goma-dir", 544 "--goma-dir",
545 "[CACHE]\\cipd\\goma", 545 "[CACHE]\\cipd\\goma",
546 "--swarming-targets-file", 546 "--swarming-targets-file",
547 "gl_tests\n", 547 "gl_tests\n",
548 "//out/Release" 548 "//out/Release"
549 ], 549 ],
550 "cwd": "[SLAVE_BUILD]", 550 "cwd": "[SLAVE_BUILD]",
551 "env": {
552 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
553 },
551 "name": "test r1.generate_build_files", 554 "name": "test r1.generate_build_files",
552 "~followup_annotations": [ 555 "~followup_annotations": [
553 "@@@STEP_NEST_LEVEL@1@@@", 556 "@@@STEP_NEST_LEVEL@1@@@",
554 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 557 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
555 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 558 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
556 ] 559 ]
557 }, 560 },
558 { 561 {
559 "cmd": [ 562 "cmd": [
560 "python", 563 "python",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "@@@STEP_LOG_END@report@@@", 819 "@@@STEP_LOG_END@report@@@",
817 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 820 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
818 ] 821 ]
819 }, 822 },
820 { 823 {
821 "name": "$result", 824 "name": "$result",
822 "recipe_result": null, 825 "recipe_result": null,
823 "status_code": 0 826 "status_code": 0
824 } 827 }
825 ] 828 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698