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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "Win Builder (dbg)", 279 "Win Builder (dbg)",
280 "--config-file", 280 "--config-file",
281 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 281 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
282 "--goma-dir", 282 "--goma-dir",
283 "[CACHE]\\cipd\\goma", 283 "[CACHE]\\cipd\\goma",
284 "--swarming-targets-file", 284 "--swarming-targets-file",
285 "browser_tests\n", 285 "browser_tests\n",
286 "//out/Debug" 286 "//out/Debug"
287 ], 287 ],
288 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
289 "env": {
290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
291 },
289 "name": "generate_build_files", 292 "name": "generate_build_files",
290 "~followup_annotations": [ 293 "~followup_annotations": [
291 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 294 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
292 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 295 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
293 ] 296 ]
294 }, 297 },
295 { 298 {
296 "cmd": [ 299 "cmd": [
297 "python", 300 "python",
298 "-u", 301 "-u",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "~followup_annotations": [ 426 "~followup_annotations": [
424 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 427 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
425 ] 428 ]
426 }, 429 },
427 { 430 {
428 "name": "$result", 431 "name": "$result",
429 "recipe_result": null, 432 "recipe_result": null,
430 "status_code": 0 433 "status_code": 0
431 } 434 }
432 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698