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

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

Powered by Google App Engine
This is Rietveld 408576698