OLD | NEW |
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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 }, | 509 }, |
510 "name": "base_junit_tests", | 510 "name": "base_junit_tests", |
511 "~followup_annotations": [ | 511 "~followup_annotations": [ |
512 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 512 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
513 ] | 513 ] |
514 }, | 514 }, |
515 { | 515 { |
516 "cmd": [ | 516 "cmd": [ |
517 "python", | 517 "python", |
518 "-u", | 518 "-u", |
519 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 519 "[SLAVE_BUILD]/src/out/Debug/bin/run_components_browsertests", |
520 "gtest", | |
521 "-s", | |
522 "components_browsertests", | |
523 "--blacklist-file", | 520 "--blacklist-file", |
524 "[SLAVE_BUILD]/src/out/bad_devices.json", | 521 "[SLAVE_BUILD]/src/out/bad_devices.json", |
525 "--verbose", | 522 "--verbose", |
526 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", | 523 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", |
527 "--tool=asan", | 524 "--tool=asan", |
528 "--flakiness-dashboard-server=test-results.appspot.com", | 525 "--flakiness-dashboard-server=test-results.appspot.com", |
529 "--json-results-file", | 526 "--json-results-file", |
530 "/path/to/tmp/json" | 527 "/path/to/tmp/json" |
531 ], | 528 ], |
532 "cwd": "[SLAVE_BUILD]", | 529 "cwd": "[SLAVE_BUILD]", |
533 "env": { | 530 "env": { |
534 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | |
535 "LLVM_FORCE_HEAD_REVISION": "YES", | 531 "LLVM_FORCE_HEAD_REVISION": "YES", |
536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 532 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
537 }, | 533 }, |
538 "name": "components_browsertests" | 534 "name": "components_browsertests" |
539 }, | 535 }, |
540 { | 536 { |
541 "cmd": [ | 537 "cmd": [ |
542 "python", | 538 "python", |
543 "-u", | 539 "-u", |
544 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 540 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", |
545 "gtest", | |
546 "-s", | |
547 "gfx_unittests", | |
548 "--blacklist-file", | 541 "--blacklist-file", |
549 "[SLAVE_BUILD]/src/out/bad_devices.json", | 542 "[SLAVE_BUILD]/src/out/bad_devices.json", |
550 "--verbose", | 543 "--verbose", |
551 "--tool=asan", | 544 "--tool=asan", |
552 "--flakiness-dashboard-server=test-results.appspot.com", | 545 "--flakiness-dashboard-server=test-results.appspot.com", |
553 "--json-results-file", | 546 "--json-results-file", |
554 "/path/to/tmp/json" | 547 "/path/to/tmp/json" |
555 ], | 548 ], |
556 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
557 "env": { | 550 "env": { |
558 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | |
559 "LLVM_FORCE_HEAD_REVISION": "YES", | 551 "LLVM_FORCE_HEAD_REVISION": "YES", |
560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 552 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
561 }, | 553 }, |
562 "name": "gfx_unittests" | 554 "name": "gfx_unittests" |
563 }, | 555 }, |
564 { | 556 { |
565 "cmd": [ | 557 "cmd": [ |
566 "python", | 558 "python", |
567 "-u", | 559 "-u", |
568 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 560 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 664 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
673 "@@@STEP_LOG_END@python.inline@@@" | 665 "@@@STEP_LOG_END@python.inline@@@" |
674 ] | 666 ] |
675 }, | 667 }, |
676 { | 668 { |
677 "name": "$result", | 669 "name": "$result", |
678 "recipe_result": null, | 670 "recipe_result": null, |
679 "status_code": 0 | 671 "status_code": 0 |
680 } | 672 } |
681 ] | 673 ] |
OLD | NEW |