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

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

Powered by Google App Engine
This is Rietveld 408576698