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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "Release", 440 "Release",
441 "--use-src-side-runtest-py", 441 "--use-src-side-runtest-py",
442 "--paths", 442 "--paths",
443 "{\"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\"}", 443 "{\"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\"}",
444 "--properties", 444 "--properties",
445 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 445 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
446 "run", 446 "run",
447 "--output", 447 "--output",
448 "/path/to/tmp/json" 448 "/path/to/tmp/json"
449 ], 449 ],
450 "env": {
451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
452 },
450 "name": "webkit_lint (with patch)", 453 "name": "webkit_lint (with patch)",
451 "~followup_annotations": [ 454 "~followup_annotations": [
452 "@@@STEP_LOG_LINE@json.output@{@@@", 455 "@@@STEP_LOG_LINE@json.output@{@@@",
453 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 456 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
454 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 457 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
455 "@@@STEP_LOG_LINE@json.output@}@@@", 458 "@@@STEP_LOG_LINE@json.output@}@@@",
456 "@@@STEP_LOG_END@json.output@@@" 459 "@@@STEP_LOG_END@json.output@@@"
457 ] 460 ]
458 }, 461 },
459 { 462 {
460 "cmd": [ 463 "cmd": [
461 "python", 464 "python",
462 "-u", 465 "-u",
463 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", 466 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py",
464 "--build-config-fs", 467 "--build-config-fs",
465 "Release", 468 "Release",
466 "--use-src-side-runtest-py", 469 "--use-src-side-runtest-py",
467 "--paths", 470 "--paths",
468 "{\"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\"}", 471 "{\"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\"}",
469 "--properties", 472 "--properties",
470 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 473 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
471 "run", 474 "run",
472 "--output", 475 "--output",
473 "/path/to/tmp/json" 476 "/path/to/tmp/json"
474 ], 477 ],
478 "env": {
479 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
480 },
475 "name": "webkit_python_tests (with patch)", 481 "name": "webkit_python_tests (with patch)",
476 "~followup_annotations": [ 482 "~followup_annotations": [
477 "@@@STEP_LOG_LINE@json.output@{@@@", 483 "@@@STEP_LOG_LINE@json.output@{@@@",
478 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 484 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
479 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 485 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
480 "@@@STEP_LOG_LINE@json.output@}@@@", 486 "@@@STEP_LOG_LINE@json.output@}@@@",
481 "@@@STEP_LOG_END@json.output@@@" 487 "@@@STEP_LOG_END@json.output@@@"
482 ] 488 ]
483 }, 489 },
484 { 490 {
(...skipping 14 matching lines...) Expand all
499 "--build-number", 505 "--build-number",
500 "571", 506 "571",
501 "--builder-name", 507 "--builder-name",
502 "win_chromium_rel_ng", 508 "win_chromium_rel_ng",
503 "--step-name", 509 "--step-name",
504 "webkit_tests (with patch)", 510 "webkit_tests (with patch)",
505 "--master-name", 511 "--master-name",
506 "tryserver.chromium.win", 512 "tryserver.chromium.win",
507 "--debug-rwt-logging" 513 "--debug-rwt-logging"
508 ], 514 ],
515 "env": {
516 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
517 },
509 "name": "webkit_tests (with patch)", 518 "name": "webkit_tests (with patch)",
510 "~followup_annotations": [ 519 "~followup_annotations": [
511 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 520 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
512 ] 521 ]
513 }, 522 },
514 { 523 {
515 "cmd": [ 524 "cmd": [
516 "python", 525 "python",
517 "-u", 526 "-u",
518 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", 527 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
519 "--results-dir", 528 "--results-dir",
520 "[SLAVE_BUILD]\\layout-test-results", 529 "[SLAVE_BUILD]\\layout-test-results",
521 "--build-dir", 530 "--build-dir",
522 "[SLAVE_BUILD]\\src\\out", 531 "[SLAVE_BUILD]\\src\\out",
523 "--build-number", 532 "--build-number",
524 "571", 533 "571",
525 "--builder-name", 534 "--builder-name",
526 "win_chromium_rel_ng", 535 "win_chromium_rel_ng",
527 "--gs-bucket", 536 "--gs-bucket",
528 "gs://chromium-layout-test-archives" 537 "gs://chromium-layout-test-archives"
529 ], 538 ],
539 "env": {
540 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
541 },
530 "name": "archive_webkit_tests_results", 542 "name": "archive_webkit_tests_results",
531 "~followup_annotations": [ 543 "~followup_annotations": [
532 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ", 544 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ",
533 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" 545 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@"
534 ] 546 ]
535 }, 547 },
536 { 548 {
537 "cmd": [ 549 "cmd": [
538 "python", 550 "python",
539 "-u", 551 "-u",
540 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 552 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
541 "--target", 553 "--target",
542 "Release" 554 "Release"
543 ], 555 ],
556 "env": {
557 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
558 },
544 "name": "process_dumps" 559 "name": "process_dumps"
545 }, 560 },
546 { 561 {
547 "name": "$result", 562 "name": "$result",
548 "recipe_result": null, 563 "recipe_result": null,
549 "status_code": 0 564 "status_code": 0
550 } 565 }
551 ] 566 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698