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

Unified Diff: common/battor/battor/battor_binary_dependencies.json

Issue 1920023002: [BattOr] Add real device smoke test (Closed) Base URL: git@github.com:catapult-project/catapult@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 side-by-side diff with in-line comments
Download patch
Index: common/battor/battor/battor_binary_dependencies.json
diff --git a/common/battor/battor/battor_binary_dependencies.json b/common/battor/battor/battor_binary_dependencies.json
index aa1d000c0849c294f27a635d6fe17719ebd04888..49fea6636c51cb2d1a3ff3da480435fdad085a4c 100644
--- a/common/battor/battor/battor_binary_dependencies.json
+++ b/common/battor/battor/battor_binary_dependencies.json
@@ -13,15 +13,15 @@
"cloud_storage_hash": "b8d590745daf2448609a81bd30d864fe98c68ec7",
"download_path": "../bin/mac/x86_64/battor_agent"
},
- "win_AMD64": {
- "cloud_storage_hash": "144e6c466d56ca7954890142f85f0063f455d635",
- "download_path": "../bin/win/AMD64/battor_agent"
+ "win32_AMD64": {
+ "cloud_storage_hash": "8de8edc555f2d66fd53dde2c42351d08e7f4f6f2",
+ "download_path": "../bin/win/AMD64/battor_agent.exe"
},
- "win_x86": {
- "cloud_storage_hash": "144e6c466d56ca7954890142f85f0063f455d635",
- "download_path": "../bin/win/x86_64/battor_agent"
+ "win32_x86": {
+ "cloud_storage_hash": "8de8edc555f2d66fd53dde2c42351d08e7f4f6f2",
+ "download_path": "../bin/win/x86_64/battor_agent.exe"
}
}
}
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698