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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_amp.json

Issue 1883203002: 🐗 Remove .isolate for breakpad_unittests (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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_amp", 10 "android_amp",
(...skipping 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 "python", 1464 "python",
1465 "-u", 1465 "-u",
1466 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1466 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1467 "gtest", 1467 "gtest",
1468 "-s", 1468 "-s",
1469 "breakpad_unittests", 1469 "breakpad_unittests",
1470 "--blacklist-file", 1470 "--blacklist-file",
1471 "[SLAVE_BUILD]/src/out/bad_devices.json", 1471 "[SLAVE_BUILD]/src/out/bad_devices.json",
1472 "--verbose", 1472 "--verbose",
1473 "--release", 1473 "--release",
1474 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1475 "--flakiness-dashboard-server=test-results.appspot.com", 1474 "--flakiness-dashboard-server=test-results.appspot.com",
1476 "--json-results-file", 1475 "--json-results-file",
1477 "/path/to/tmp/json" 1476 "/path/to/tmp/json"
1478 ], 1477 ],
1479 "cwd": "[SLAVE_BUILD]", 1478 "cwd": "[SLAVE_BUILD]",
1480 "env": { 1479 "env": {
1481 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 1480 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
1482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1483 }, 1482 },
1484 "name": "breakpad_unittests (with patch)" 1483 "name": "breakpad_unittests (with patch)"
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2930 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2932 "@@@STEP_LOG_END@python.inline@@@" 2931 "@@@STEP_LOG_END@python.inline@@@"
2933 ] 2932 ]
2934 }, 2933 },
2935 { 2934 {
2936 "name": "$result", 2935 "name": "$result",
2937 "recipe_result": null, 2936 "recipe_result": null,
2938 "status_code": 0 2937 "status_code": 0
2939 } 2938 }
2940 ] 2939 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698