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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_MSAN.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux MSAN", 10 "WebKit Linux MSAN",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python", 392 "python",
393 "-u", 393 "-u",
394 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 394 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
395 "--build-dir", 395 "--build-dir",
396 "[SLAVE_BUILD]/src/out/Release", 396 "[SLAVE_BUILD]/src/out/Release",
397 "--output-json", 397 "--output-json",
398 "/path/to/tmp/json" 398 "/path/to/tmp/json"
399 ], 399 ],
400 "env": {
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
402 },
400 "name": "find isolated tests", 403 "name": "find isolated tests",
401 "~followup_annotations": [ 404 "~followup_annotations": [
402 "@@@STEP_LOG_LINE@json.output@{@@@", 405 "@@@STEP_LOG_LINE@json.output@{@@@",
403 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 406 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
404 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 407 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
405 "@@@STEP_LOG_LINE@json.output@}@@@", 408 "@@@STEP_LOG_LINE@json.output@}@@@",
406 "@@@STEP_LOG_END@json.output@@@", 409 "@@@STEP_LOG_END@json.output@@@",
407 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 410 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
408 ] 411 ]
409 }, 412 },
410 { 413 {
411 "cmd": [ 414 "cmd": [
412 "python", 415 "python",
413 "-u", 416 "-u",
414 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 417 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
415 "browser_tests" 418 "browser_tests"
416 ], 419 ],
420 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
422 },
417 "name": "[error] browser_tests", 423 "name": "[error] browser_tests",
418 "~followup_annotations": [ 424 "~followup_annotations": [
419 "@@@STEP_LOG_LINE@python.inline@@@@", 425 "@@@STEP_LOG_LINE@python.inline@@@@",
420 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 426 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
421 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 427 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
422 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 428 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
423 "@@@STEP_LOG_END@python.inline@@@" 429 "@@@STEP_LOG_END@python.inline@@@"
424 ] 430 ]
425 }, 431 },
426 { 432 {
(...skipping 30 matching lines...) Expand all
457 "--builder-name", 463 "--builder-name",
458 "WebKit Linux MSAN", 464 "WebKit Linux MSAN",
459 "--step-name", 465 "--step-name",
460 "webkit_tests", 466 "webkit_tests",
461 "--additional-expectations", 467 "--additional-expectations",
462 "src/third_party/WebKit/LayoutTests/MSANExpectations", 468 "src/third_party/WebKit/LayoutTests/MSANExpectations",
463 "--time-out-ms", 469 "--time-out-ms",
464 "66000", 470 "66000",
465 "--options=--enable-sanitizer" 471 "--options=--enable-sanitizer"
466 ], 472 ],
473 "env": {
474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
475 },
467 "name": "webkit_tests", 476 "name": "webkit_tests",
468 "~followup_annotations": [ 477 "~followup_annotations": [
469 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 478 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
470 ] 479 ]
471 }, 480 },
472 { 481 {
473 "cmd": [ 482 "cmd": [
474 "python", 483 "python",
475 "-u", 484 "-u",
476 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 485 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
477 "--results-dir", 486 "--results-dir",
478 "[SLAVE_BUILD]/layout-test-results", 487 "[SLAVE_BUILD]/layout-test-results",
479 "--build-dir", 488 "--build-dir",
480 "[SLAVE_BUILD]/src/out", 489 "[SLAVE_BUILD]/src/out",
481 "--build-number", 490 "--build-number",
482 "571", 491 "571",
483 "--builder-name", 492 "--builder-name",
484 "WebKit Linux MSAN", 493 "WebKit Linux MSAN",
485 "--gs-bucket", 494 "--gs-bucket",
486 "gs://chromium-layout-test-archives", 495 "gs://chromium-layout-test-archives",
487 "--gs-acl", 496 "--gs-acl",
488 "public-read" 497 "public-read"
489 ], 498 ],
499 "env": {
500 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
501 },
490 "name": "archive_webkit_tests_results", 502 "name": "archive_webkit_tests_results",
491 "~followup_annotations": [ 503 "~followup_annotations": [
492 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@", 504 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@",
493 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@" 505 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@"
494 ] 506 ]
495 }, 507 },
496 { 508 {
497 "cmd": [ 509 "cmd": [
498 "python", 510 "python",
499 "-u", 511 "-u",
500 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 512 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
501 "browser_tests" 513 "browser_tests"
502 ], 514 ],
515 "env": {
516 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
517 },
503 "name": "[collect error] browser_tests", 518 "name": "[collect error] browser_tests",
504 "~followup_annotations": [ 519 "~followup_annotations": [
505 "@@@STEP_LOG_LINE@python.inline@@@@", 520 "@@@STEP_LOG_LINE@python.inline@@@@",
506 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 521 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
507 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 522 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
508 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 523 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
509 "@@@STEP_LOG_END@python.inline@@@" 524 "@@@STEP_LOG_END@python.inline@@@"
510 ] 525 ]
511 }, 526 },
512 { 527 {
513 "name": "$result", 528 "name": "$result",
514 "recipe_result": null, 529 "recipe_result": null,
515 "status_code": 0 530 "status_code": 0
516 } 531 }
517 ] 532 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698