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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_trigger_failure.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp split)", 10 "Android Tests (amp split)",
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 "python", 1230 "python",
1231 "-u", 1231 "-u",
1232 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1232 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1233 "gtest", 1233 "gtest",
1234 "-s", 1234 "-s",
1235 "breakpad_unittests", 1235 "breakpad_unittests",
1236 "--blacklist-file", 1236 "--blacklist-file",
1237 "[SLAVE_BUILD]/src/out/bad_devices.json", 1237 "[SLAVE_BUILD]/src/out/bad_devices.json",
1238 "--verbose", 1238 "--verbose",
1239 "--release", 1239 "--release",
1240 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1241 "--flakiness-dashboard-server=test-results.appspot.com", 1240 "--flakiness-dashboard-server=test-results.appspot.com",
1242 "--json-results-file", 1241 "--json-results-file",
1243 "/path/to/tmp/json" 1242 "/path/to/tmp/json"
1244 ], 1243 ],
1245 "cwd": "[SLAVE_BUILD]", 1244 "cwd": "[SLAVE_BUILD]",
1246 "env": { 1245 "env": {
1247 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 1246 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
1248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1247 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1249 }, 1248 },
1250 "name": "breakpad_unittests" 1249 "name": "breakpad_unittests"
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
2241 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2240 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2242 "@@@STEP_LOG_END@python.inline@@@" 2241 "@@@STEP_LOG_END@python.inline@@@"
2243 ] 2242 ]
2244 }, 2243 },
2245 { 2244 {
2246 "name": "$result", 2245 "name": "$result",
2247 "recipe_result": null, 2246 "recipe_result": null,
2248 "status_code": 0 2247 "status_code": 0
2249 } 2248 }
2250 ] 2249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698