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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "--build-number", 415 "--build-number",
416 "571", 416 "571",
417 "--builder-name", 417 "--builder-name",
418 "win_blink_rel", 418 "win_blink_rel",
419 "--step-name", 419 "--step-name",
420 "webkit_tests (with patch)", 420 "webkit_tests (with patch)",
421 "--master-name", 421 "--master-name",
422 "tryserver.blink", 422 "tryserver.blink",
423 "--debug-rwt-logging" 423 "--debug-rwt-logging"
424 ], 424 ],
425 "env": {
426 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
427 },
425 "name": "webkit_tests (with patch)", 428 "name": "webkit_tests (with patch)",
426 "~followup_annotations": [ 429 "~followup_annotations": [
427 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 430 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
428 ] 431 ]
429 }, 432 },
430 { 433 {
431 "cmd": [ 434 "cmd": [
432 "python", 435 "python",
433 "-u", 436 "-u",
434 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", 437 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
435 "--results-dir", 438 "--results-dir",
436 "[SLAVE_BUILD]\\layout-test-results", 439 "[SLAVE_BUILD]\\layout-test-results",
437 "--build-dir", 440 "--build-dir",
438 "[SLAVE_BUILD]\\src\\out", 441 "[SLAVE_BUILD]\\src\\out",
439 "--build-number", 442 "--build-number",
440 "571", 443 "571",
441 "--builder-name", 444 "--builder-name",
442 "win_blink_rel", 445 "win_blink_rel",
443 "--gs-bucket", 446 "--gs-bucket",
444 "gs://chromium-layout-test-archives" 447 "gs://chromium-layout-test-archives"
445 ], 448 ],
449 "env": {
450 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
451 },
446 "name": "archive_webkit_tests_results", 452 "name": "archive_webkit_tests_results",
447 "~followup_annotations": [ 453 "~followup_annotations": [
448 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", 454 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@",
449 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_blink_rel/571/layout-test-results.zip@@@" 455 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_blink_rel/571/layout-test-results.zip@@@"
450 ] 456 ]
451 }, 457 },
452 { 458 {
453 "cmd": [ 459 "cmd": [
454 "python", 460 "python",
455 "-u", 461 "-u",
456 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 462 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
457 "--target", 463 "--target",
458 "Release" 464 "Release"
459 ], 465 ],
466 "env": {
467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
468 },
460 "name": "process_dumps" 469 "name": "process_dumps"
461 }, 470 },
462 { 471 {
463 "name": "$result", 472 "name": "$result",
464 "recipe_result": null, 473 "recipe_result": null,
465 "status_code": 0 474 "status_code": 0
466 } 475 }
467 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698