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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_dbg.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_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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "tryserver.blink", 338 "tryserver.blink",
339 "-b", 339 "-b",
340 "win_blink_dbg", 340 "win_blink_dbg",
341 "--config-file", 341 "--config-file",
342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
343 "--goma-dir", 343 "--goma-dir",
344 "[CACHE]\\cipd\\goma", 344 "[CACHE]\\cipd\\goma",
345 "//out/Debug" 345 "//out/Debug"
346 ], 346 ],
347 "cwd": "[SLAVE_BUILD]", 347 "cwd": "[SLAVE_BUILD]",
348 "env": {
349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
350 },
348 "name": "generate_build_files (with patch)" 351 "name": "generate_build_files (with patch)"
349 }, 352 },
350 { 353 {
351 "cmd": [ 354 "cmd": [
352 "python", 355 "python",
353 "-u", 356 "-u",
354 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
355 "--show-path", 358 "--show-path",
356 "python", 359 "python",
357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 360 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 ], 475 ],
473 "cwd": "[SLAVE_BUILD]", 476 "cwd": "[SLAVE_BUILD]",
474 "name": "process_dumps" 477 "name": "process_dumps"
475 }, 478 },
476 { 479 {
477 "name": "$result", 480 "name": "$result",
478 "recipe_result": null, 481 "recipe_result": null,
479 "status_code": 0 482 "status_code": 0
480 } 483 }
481 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698