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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.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, 6 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 ] 500 ]
501 }, 501 },
502 { 502 {
503 "cmd": [ 503 "cmd": [
504 "python", 504 "python",
505 "-u", 505 "-u",
506 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 506 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
507 "--target", 507 "--target",
508 "Release" 508 "Release"
509 ], 509 ],
510 "env": {
511 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
512 },
510 "name": "test r1.process_dumps", 513 "name": "test r1.process_dumps",
511 "~followup_annotations": [ 514 "~followup_annotations": [
512 "@@@STEP_NEST_LEVEL@1@@@" 515 "@@@STEP_NEST_LEVEL@1@@@"
513 ] 516 ]
514 }, 517 },
515 { 518 {
516 "cmd": [ 519 "cmd": [
517 "python", 520 "python",
518 "-u", 521 "-u",
519 "import sys; sys.exit(0)" 522 "import sys; sys.exit(0)"
(...skipping 16 matching lines...) Expand all
536 "@@@STEP_LOG_END@report@@@", 539 "@@@STEP_LOG_END@report@@@",
537 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@" 540 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@"
538 ] 541 ]
539 }, 542 },
540 { 543 {
541 "name": "$result", 544 "name": "$result",
542 "recipe_result": null, 545 "recipe_result": null,
543 "status_code": 0 546 "status_code": 0
544 } 547 }
545 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698