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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "--build-dir", 424 "--build-dir",
425 "[SLAVE_BUILD]\\src\\out", 425 "[SLAVE_BUILD]\\src\\out",
426 "--target", 426 "--target",
427 "Release", 427 "Release",
428 "--force-clean", 428 "--force-clean",
429 "--config", 429 "--config",
430 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", 430 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config",
431 "--write-full-results-to", 431 "--write-full-results-to",
432 "/path/to/tmp/json" 432 "/path/to/tmp/json"
433 ], 433 ],
434 "env": {
435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
436 },
434 "name": "test_installer (with patch)" 437 "name": "test_installer (with patch)"
435 }, 438 },
436 { 439 {
437 "cmd": [ 440 "cmd": [
438 "python", 441 "python",
439 "-u", 442 "-u",
440 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 443 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
441 "--target", 444 "--target",
442 "Release" 445 "Release"
443 ], 446 ],
447 "env": {
448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
449 },
444 "name": "process_dumps", 450 "name": "process_dumps",
445 "~followup_annotations": [ 451 "~followup_annotations": [
446 "step returned non-zero exit code: 1", 452 "step returned non-zero exit code: 1",
447 "@@@STEP_EXCEPTION@@@" 453 "@@@STEP_EXCEPTION@@@"
448 ] 454 ]
449 }, 455 },
450 { 456 {
451 "name": "$result", 457 "name": "$result",
452 "recipe_result": null, 458 "recipe_result": null,
453 "status_code": 0 459 "status_code": 0
454 } 460 }
455 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698