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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "tryserver.chromium.win", 356 "tryserver.chromium.win",
357 "-b", 357 "-b",
358 "win_chromium_rel_ng", 358 "win_chromium_rel_ng",
359 "--config-file", 359 "--config-file",
360 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 360 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
361 "--goma-dir", 361 "--goma-dir",
362 "[CACHE]\\cipd\\goma", 362 "[CACHE]\\cipd\\goma",
363 "//out/Release" 363 "//out/Release"
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "env": {
367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
368 },
366 "name": "generate_build_files (with patch)" 369 "name": "generate_build_files (with patch)"
367 }, 370 },
368 { 371 {
369 "cmd": [ 372 "cmd": [
370 "python", 373 "python",
371 "-u", 374 "-u",
372 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
373 "--show-path", 376 "--show-path",
374 "python", 377 "python",
375 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 378 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "step returned non-zero exit code: 1", 454 "step returned non-zero exit code: 1",
452 "@@@STEP_EXCEPTION@@@" 455 "@@@STEP_EXCEPTION@@@"
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