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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "GPU Win Builder", 342 "GPU Win Builder",
343 "--config-file", 343 "--config-file",
344 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 344 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
345 "--goma-dir", 345 "--goma-dir",
346 "[CACHE]\\cipd\\goma", 346 "[CACHE]\\cipd\\goma",
347 "--swarming-targets-file", 347 "--swarming-targets-file",
348 "browser_tests\n", 348 "browser_tests\n",
349 "//out/Release" 349 "//out/Release"
350 ], 350 ],
351 "cwd": "[SLAVE_BUILD]", 351 "cwd": "[SLAVE_BUILD]",
352 "env": {
353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
354 },
352 "name": "generate_build_files", 355 "name": "generate_build_files",
353 "~followup_annotations": [ 356 "~followup_annotations": [
354 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 357 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
355 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 358 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
356 ] 359 ]
357 }, 360 },
358 { 361 {
359 "cmd": [ 362 "cmd": [
360 "python", 363 "python",
361 "-u", 364 "-u",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "~followup_annotations": [ 650 "~followup_annotations": [
648 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" 651 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@"
649 ] 652 ]
650 }, 653 },
651 { 654 {
652 "name": "$result", 655 "name": "$result",
653 "recipe_result": null, 656 "recipe_result": null,
654 "status_code": 0 657 "status_code": 0
655 } 658 }
656 ] 659 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698