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

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

Issue 1882103002: 🏨 Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: revert removing timeouts (premature) 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "cwd": "[SLAVE_BUILD]", 338 "cwd": "[SLAVE_BUILD]",
339 "env": { 339 "env": {
340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
341 }, 341 },
342 "name": "provision_devices" 342 "name": "provision_devices"
343 }, 343 },
344 { 344 {
345 "cmd": [ 345 "cmd": [
346 "python", 346 "python",
347 "-u", 347 "-u",
348 "[SLAVE_BUILD]/src/build/android/test_runner.py", 348 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests",
349 "gtest",
350 "-s",
351 "base_unittests",
352 "--isolate-file-path=src/base/base_unittests.isolate", 349 "--isolate-file-path=src/base/base_unittests.isolate",
353 "--blacklist-file", 350 "--blacklist-file",
354 "[SLAVE_BUILD]/src/out/bad_devices.json", 351 "[SLAVE_BUILD]/src/out/bad_devices.json",
355 "--verbose", 352 "--verbose",
356 "--release",
357 "--flakiness-dashboard-server=test-results.appspot.com", 353 "--flakiness-dashboard-server=test-results.appspot.com",
358 "--json-results-file", 354 "--json-results-file",
359 "/path/to/tmp/json" 355 "/path/to/tmp/json"
360 ], 356 ],
361 "cwd": "[SLAVE_BUILD]", 357 "cwd": "[SLAVE_BUILD]",
362 "env": { 358 "env": {
363 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
365 }, 360 },
366 "name": "base_unittests" 361 "name": "base_unittests"
367 }, 362 },
368 { 363 {
369 "cmd": [ 364 "cmd": [
370 "python", 365 "python",
371 "-u", 366 "-u",
372 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 367 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
373 "--output-path", 368 "--output-path",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 456 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
462 "@@@STEP_LOG_END@python.inline@@@" 457 "@@@STEP_LOG_END@python.inline@@@"
463 ] 458 ]
464 }, 459 },
465 { 460 {
466 "name": "$result", 461 "name": "$result",
467 "recipe_result": null, 462 "recipe_result": null,
468 "status_code": 0 463 "status_code": 0
469 } 464 }
470 ] 465 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698