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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5_perf_bisect.json

Issue 2103553002: Check that device file exists first before reverting. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 5 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.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus5_perf_bisect", 10 "android_nexus5_perf_bisect",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "--adb-path", 185 "--adb-path",
186 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 186 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
187 ], 187 ],
188 "env": { 188 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
191 }, 191 },
192 "name": "authorize_adb_devices" 192 "name": "authorize_adb_devices"
193 }, 193 },
194 { 194 {
195 "cmd": [],
196 "name": "fix_device_file_format"
197 },
198 {
199 "cmd": [
200 "python",
201 "-u",
202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
203 "[BUILD]/site_config/.known_devices",
204 "/path/to/tmp/"
205 ],
206 "name": "fix_device_file_format.read_device_file",
207 "~followup_annotations": [
208 "@@@STEP_NEST_LEVEL@1@@@",
209 "@@@STEP_TEXT@file format is compatible@@@"
210 ]
211 },
212 {
213 "cmd": [ 195 "cmd": [
214 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 196 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
215 "--adb-path", 197 "--adb-path",
216 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 198 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
217 "--blacklist-file", 199 "--blacklist-file",
218 "[SLAVE_BUILD]/src/out/bad_devices.json", 200 "[SLAVE_BUILD]/src/out/bad_devices.json",
219 "--json-output", 201 "--json-output",
220 "/path/to/tmp/json", 202 "/path/to/tmp/json",
221 "--known-devices-file", 203 "--known-devices-file",
222 "[BUILD]/site_config/.known_devices" 204 "[BUILD]/site_config/.known_devices"
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
635 "@@@STEP_LOG_END@python.inline@@@" 617 "@@@STEP_LOG_END@python.inline@@@"
636 ] 618 ]
637 }, 619 },
638 { 620 {
639 "name": "$result", 621 "name": "$result",
640 "recipe_result": null, 622 "recipe_result": null,
641 "status_code": 0 623 "status_code": 0
642 } 624 }
643 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698