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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.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, 6 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
index ac9188fdefb53670f13ebcb8c640262abd07fa1b..b2612cd31d5be4e56e823acc9e35036eb7914480 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
@@ -272,24 +272,6 @@
"name": "authorize_adb_devices"
},
{
- "cmd": [],
- "name": "fix_device_file_format"
- },
- {
- "cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILD]/site_config/.known_devices",
- "/path/to/tmp/"
- ],
- "name": "fix_device_file_format.read_device_file",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_TEXT@file format is compatible@@@"
- ]
- },
- {
"cmd": [
"[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
"--adb-path",
@@ -424,24 +406,6 @@
"name": "provision_devices"
},
{
- "cmd": [],
- "name": "fix_device_file_format (2)"
- },
- {
- "cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILD]/site_config/.known_devices",
- "/path/to/tmp/"
- ],
- "name": "fix_device_file_format.read_device_file (2)",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_TEXT@file format is compatible@@@"
- ]
- },
- {
"cmd": [
"[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
"--adb-path",

Powered by Google App Engine
This is Rietveld 408576698