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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_tester.json

Issue 1902983002: Revert of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
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.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
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/out/Debug/bin/run_components_browsertests", 519 "[SLAVE_BUILD]/src/build/android/test_runner.py",
520 "gtest",
521 "-s",
522 "components_browsertests",
520 "--blacklist-file", 523 "--blacklist-file",
521 "[SLAVE_BUILD]/src/out/bad_devices.json", 524 "[SLAVE_BUILD]/src/out/bad_devices.json",
522 "--verbose", 525 "--verbose",
523 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate", 526 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate",
524 "--tool=asan", 527 "--tool=asan",
525 "--flakiness-dashboard-server=test-results.appspot.com", 528 "--flakiness-dashboard-server=test-results.appspot.com",
526 "--json-results-file", 529 "--json-results-file",
527 "/path/to/tmp/json" 530 "/path/to/tmp/json"
528 ], 531 ],
529 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
530 "env": { 533 "env": {
534 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
531 "LLVM_FORCE_HEAD_REVISION": "YES", 535 "LLVM_FORCE_HEAD_REVISION": "YES",
532 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
533 }, 537 },
534 "name": "components_browsertests" 538 "name": "components_browsertests"
535 }, 539 },
536 { 540 {
537 "cmd": [ 541 "cmd": [
538 "python", 542 "python",
539 "-u", 543 "-u",
540 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", 544 "[SLAVE_BUILD]/src/build/android/test_runner.py",
545 "gtest",
546 "-s",
547 "gfx_unittests",
541 "--blacklist-file", 548 "--blacklist-file",
542 "[SLAVE_BUILD]/src/out/bad_devices.json", 549 "[SLAVE_BUILD]/src/out/bad_devices.json",
543 "--verbose", 550 "--verbose",
544 "--tool=asan", 551 "--tool=asan",
545 "--flakiness-dashboard-server=test-results.appspot.com", 552 "--flakiness-dashboard-server=test-results.appspot.com",
546 "--json-results-file", 553 "--json-results-file",
547 "/path/to/tmp/json" 554 "/path/to/tmp/json"
548 ], 555 ],
549 "cwd": "[SLAVE_BUILD]", 556 "cwd": "[SLAVE_BUILD]",
550 "env": { 557 "env": {
558 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
551 "LLVM_FORCE_HEAD_REVISION": "YES", 559 "LLVM_FORCE_HEAD_REVISION": "YES",
552 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
553 }, 561 },
554 "name": "gfx_unittests" 562 "name": "gfx_unittests"
555 }, 563 },
556 { 564 {
557 "cmd": [ 565 "cmd": [
558 "python", 566 "python",
559 "-u", 567 "-u",
560 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 568 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
665 "@@@STEP_LOG_END@python.inline@@@" 673 "@@@STEP_LOG_END@python.inline@@@"
666 ] 674 ]
667 }, 675 },
668 { 676 {
669 "name": "$result", 677 "name": "$result",
670 "recipe_result": null, 678 "recipe_result": null,
671 "status_code": 0 679 "status_code": 0
672 } 680 }
673 ] 681 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698