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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "GPU Win Builder", 289 "GPU Win Builder",
290 "--config-file", 290 "--config-file",
291 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 291 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
292 "--goma-dir", 292 "--goma-dir",
293 "[CACHE]\\cipd\\goma", 293 "[CACHE]\\cipd\\goma",
294 "--swarming-targets-file", 294 "--swarming-targets-file",
295 "browser_tests\n", 295 "browser_tests\n",
296 "//out/Release" 296 "//out/Release"
297 ], 297 ],
298 "cwd": "[SLAVE_BUILD]", 298 "cwd": "[SLAVE_BUILD]",
299 "env": {
300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
301 },
299 "name": "generate_build_files", 302 "name": "generate_build_files",
300 "~followup_annotations": [ 303 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
302 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
303 ] 306 ]
304 }, 307 },
305 { 308 {
306 "cmd": [ 309 "cmd": [
307 "python", 310 "python",
308 "-u", 311 "-u",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "~followup_annotations": [ 462 "~followup_annotations": [
460 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" 463 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@"
461 ] 464 ]
462 }, 465 },
463 { 466 {
464 "name": "$result", 467 "name": "$result",
465 "recipe_result": null, 468 "recipe_result": null,
466 "status_code": 0 469 "status_code": 0
467 } 470 }
468 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698