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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_rel.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "/path/to/tmp/json", 431 "/path/to/tmp/json",
432 "--test-results-server", 432 "--test-results-server",
433 "test-results.appspot.com", 433 "test-results.appspot.com",
434 "--build-number", 434 "--build-number",
435 "571", 435 "571",
436 "--builder-name", 436 "--builder-name",
437 "mac_blink_rel", 437 "mac_blink_rel",
438 "--step-name", 438 "--step-name",
439 "webkit_tests (with patch)" 439 "webkit_tests (with patch)"
440 ], 440 ],
441 "env": {
442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
443 },
441 "name": "webkit_tests (with patch)", 444 "name": "webkit_tests (with patch)",
442 "~followup_annotations": [ 445 "~followup_annotations": [
443 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 446 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
444 ] 447 ]
445 }, 448 },
446 { 449 {
447 "cmd": [ 450 "cmd": [
448 "python", 451 "python",
449 "-u", 452 "-u",
450 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 453 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
451 "--results-dir", 454 "--results-dir",
452 "[SLAVE_BUILD]/layout-test-results", 455 "[SLAVE_BUILD]/layout-test-results",
453 "--build-dir", 456 "--build-dir",
454 "[SLAVE_BUILD]/src/out", 457 "[SLAVE_BUILD]/src/out",
455 "--build-number", 458 "--build-number",
456 "571", 459 "571",
457 "--builder-name", 460 "--builder-name",
458 "mac_blink_rel", 461 "mac_blink_rel",
459 "--gs-bucket", 462 "--gs-bucket",
460 "gs://chromium-layout-test-archives" 463 "gs://chromium-layout-test-archives"
461 ], 464 ],
465 "env": {
466 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
467 },
462 "name": "archive_webkit_tests_results", 468 "name": "archive_webkit_tests_results",
463 "~followup_annotations": [ 469 "~followup_annotations": [
464 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", 470 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
465 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@" 471 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
466 ] 472 ]
467 }, 473 },
468 { 474 {
469 "name": "$result", 475 "name": "$result",
470 "recipe_result": null, 476 "recipe_result": null,
471 "status_code": 0 477 "status_code": 0
472 } 478 }
473 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698