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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_dbg.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_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 "linux_blink_dbg", 10 "linux_blink_dbg",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "/path/to/tmp/json", 410 "/path/to/tmp/json",
411 "--test-results-server", 411 "--test-results-server",
412 "test-results.appspot.com", 412 "test-results.appspot.com",
413 "--build-number", 413 "--build-number",
414 "571", 414 "571",
415 "--builder-name", 415 "--builder-name",
416 "linux_blink_dbg", 416 "linux_blink_dbg",
417 "--step-name", 417 "--step-name",
418 "webkit_tests (with patch)" 418 "webkit_tests (with patch)"
419 ], 419 ],
420 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
422 },
420 "name": "webkit_tests (with patch)", 423 "name": "webkit_tests (with patch)",
421 "~followup_annotations": [ 424 "~followup_annotations": [
422 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 425 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
423 ] 426 ]
424 }, 427 },
425 { 428 {
426 "cmd": [ 429 "cmd": [
427 "python", 430 "python",
428 "-u", 431 "-u",
429 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 432 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
430 "--results-dir", 433 "--results-dir",
431 "[SLAVE_BUILD]/layout-test-results", 434 "[SLAVE_BUILD]/layout-test-results",
432 "--build-dir", 435 "--build-dir",
433 "[SLAVE_BUILD]/src/out", 436 "[SLAVE_BUILD]/src/out",
434 "--build-number", 437 "--build-number",
435 "571", 438 "571",
436 "--builder-name", 439 "--builder-name",
437 "linux_blink_dbg", 440 "linux_blink_dbg",
438 "--gs-bucket", 441 "--gs-bucket",
439 "gs://chromium-layout-test-archives" 442 "gs://chromium-layout-test-archives"
440 ], 443 ],
444 "env": {
445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
446 },
441 "name": "archive_webkit_tests_results", 447 "name": "archive_webkit_tests_results",
442 "~followup_annotations": [ 448 "~followup_annotations": [
443 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", 449 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@",
444 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@" 450 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@"
445 ] 451 ]
446 }, 452 },
447 { 453 {
448 "name": "$result", 454 "name": "$result",
449 "recipe_result": null, 455 "recipe_result": null,
450 "status_code": 0 456 "status_code": 0
451 } 457 }
452 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698