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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_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, 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "CrWinClang(dbg)", 287 "CrWinClang(dbg)",
288 "--config-file", 288 "--config-file",
289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
290 "--goma-dir", 290 "--goma-dir",
291 "[CACHE]\\cipd\\goma", 291 "[CACHE]\\cipd\\goma",
292 "--swarming-targets-file", 292 "--swarming-targets-file",
293 "browser_tests\n", 293 "browser_tests\n",
294 "//out/Debug" 294 "//out/Debug"
295 ], 295 ],
296 "cwd": "[SLAVE_BUILD]", 296 "cwd": "[SLAVE_BUILD]",
297 "env": {
298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
299 },
297 "name": "generate_build_files", 300 "name": "generate_build_files",
298 "~followup_annotations": [ 301 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 302 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
300 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 303 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
301 ] 304 ]
302 }, 305 },
303 { 306 {
304 "allow_subannotations": true, 307 "allow_subannotations": true,
305 "cmd": [ 308 "cmd": [
306 "python", 309 "python",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "~followup_annotations": [ 454 "~followup_annotations": [
452 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" 455 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@"
453 ] 456 ]
454 }, 457 },
455 { 458 {
456 "name": "$result", 459 "name": "$result",
457 "recipe_result": null, 460 "recipe_result": null,
458 "status_code": 0 461 "status_code": 0
459 } 462 }
460 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698