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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_android_cloud_gtest.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 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "cwd": "[SLAVE_BUILD]", 398 "cwd": "[SLAVE_BUILD]",
399 "env": { 399 "env": {
400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
401 }, 401 },
402 "name": "provision_devices" 402 "name": "provision_devices"
403 }, 403 },
404 { 404 {
405 "cmd": [ 405 "cmd": [
406 "python", 406 "python",
407 "-u", 407 "-u",
408 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", 408 "[SLAVE_BUILD]/src/build/android/test_runner.py",
409 "gtest",
410 "-s",
411 "base_unittests",
409 "--isolate-file-path=src/base/base_unittests.isolate", 412 "--isolate-file-path=src/base/base_unittests.isolate",
410 "--blacklist-file", 413 "--blacklist-file",
411 "[SLAVE_BUILD]/src/out/bad_devices.json", 414 "[SLAVE_BUILD]/src/out/bad_devices.json",
412 "--verbose", 415 "--verbose",
416 "--release",
413 "--flakiness-dashboard-server=test-results.appspot.com", 417 "--flakiness-dashboard-server=test-results.appspot.com",
414 "--json-results-file", 418 "--json-results-file",
415 "/path/to/tmp/json" 419 "/path/to/tmp/json"
416 ], 420 ],
417 "cwd": "[SLAVE_BUILD]", 421 "cwd": "[SLAVE_BUILD]",
418 "env": { 422 "env": {
423 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
420 }, 425 },
421 "name": "base_unittests" 426 "name": "base_unittests"
422 }, 427 },
423 { 428 {
424 "cmd": [ 429 "cmd": [
425 "python", 430 "python",
426 "-u", 431 "-u",
427 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 432 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
428 "--output-path", 433 "--output-path",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
517 "@@@STEP_LOG_END@python.inline@@@" 522 "@@@STEP_LOG_END@python.inline@@@"
518 ] 523 ]
519 }, 524 },
520 { 525 {
521 "name": "$result", 526 "name": "$result",
522 "recipe_result": null, 527 "recipe_result": null,
523 "status_code": 0 528 "status_code": 0
524 } 529 }
525 ] 530 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698