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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/compile_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, 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "Release", 506 "Release",
507 "--use-src-side-runtest-py", 507 "--use-src-side-runtest-py",
508 "--paths", 508 "--paths",
509 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 509 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
510 "--properties", 510 "--properties",
511 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}", 511 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}",
512 "run", 512 "run",
513 "--output", 513 "--output",
514 "/path/to/tmp/json" 514 "/path/to/tmp/json"
515 ], 515 ],
516 "env": {
517 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
518 },
516 "name": "test r1.checkperms (r1)", 519 "name": "test r1.checkperms (r1)",
517 "~followup_annotations": [ 520 "~followup_annotations": [
518 "@@@STEP_NEST_LEVEL@1@@@", 521 "@@@STEP_NEST_LEVEL@1@@@",
519 "@@@STEP_LOG_LINE@json.output@{@@@", 522 "@@@STEP_LOG_LINE@json.output@{@@@",
520 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 523 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
521 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 524 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
522 "@@@STEP_LOG_LINE@json.output@}@@@", 525 "@@@STEP_LOG_LINE@json.output@}@@@",
523 "@@@STEP_LOG_END@json.output@@@" 526 "@@@STEP_LOG_END@json.output@@@"
524 ] 527 ]
525 }, 528 },
526 { 529 {
527 "cmd": [ 530 "cmd": [
528 "python", 531 "python",
529 "-u", 532 "-u",
530 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 533 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
531 "--target", 534 "--target",
532 "Release" 535 "Release"
533 ], 536 ],
537 "env": {
538 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
539 },
534 "name": "test r1.process_dumps", 540 "name": "test r1.process_dumps",
535 "~followup_annotations": [ 541 "~followup_annotations": [
536 "@@@STEP_NEST_LEVEL@1@@@" 542 "@@@STEP_NEST_LEVEL@1@@@"
537 ] 543 ]
538 }, 544 },
539 { 545 {
540 "cmd": [ 546 "cmd": [
541 "python", 547 "python",
542 "-u", 548 "-u",
543 "import sys; sys.exit(0)" 549 "import sys; sys.exit(0)"
(...skipping 16 matching lines...) Expand all
560 "@@@STEP_LOG_END@report@@@", 566 "@@@STEP_LOG_END@report@@@",
561 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@" 567 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@"
562 ] 568 ]
563 }, 569 },
564 { 570 {
565 "name": "$result", 571 "name": "$result",
566 "recipe_result": null, 572 "recipe_result": null,
567 "status_code": 0 573 "status_code": 0
568 } 574 }
569 ] 575 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698