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

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
« no previous file with comments | « common/battor/battor/__init__.py ('k') | common/battor/battor/battor_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..86b3612e1c7dc557ace31536ae45ca89cd4c709a 100644
--- a/common/battor/battor/battor_binary_dependencies.json
+++ b/common/battor/battor/battor_binary_dependencies.json
@@ -7,21 +7,40 @@
"file_info": {
"linux2_x86_64": {
"cloud_storage_hash": "b07350155f6a30ca79afa344ec5f9c0dc071eedc",
- "download_path": "../bin/linux2/x86_64/battor_agent"
+ "download_path": "../bin/linux2/x86_64/battor_agent",
+ "local_paths": [
+ "../bin/linux2/x86_64/battor_agent"
+ ]
},
"mac_x86_64": {
"cloud_storage_hash": "b8d590745daf2448609a81bd30d864fe98c68ec7",
- "download_path": "../bin/mac/x86_64/battor_agent"
+ "download_path": "../bin/mac/x86_64/battor_agent",
+ "local_paths": [
+ "../bin/mac/x86_64/battor_agent"
+ ]
},
"win_AMD64": {
- "cloud_storage_hash": "144e6c466d56ca7954890142f85f0063f455d635",
- "download_path": "../bin/win/AMD64/battor_agent"
+ "cloud_storage_hash": "8de8edc555f2d66fd53dde2c42351d08e7f4f6f2",
+ "download_path": "../bin/win/AMD64/battor_agent.exe",
+ "local_paths": [
+ "../bin/win/AMD64/battor_agent.exe"
+ ]
},
- "win_x86": {
- "cloud_storage_hash": "144e6c466d56ca7954890142f85f0063f455d635",
- "download_path": "../bin/win/x86_64/battor_agent"
+ "win32_AMD64": {
+ "cloud_storage_hash": "8de8edc555f2d66fd53dde2c42351d08e7f4f6f2",
+ "download_path": "../bin/win/AMD64/battor_agent.exe",
+ "local_paths": [
+ "../bin/win/AMD64/battor_agent.exe"
+ ]
+ },
+ "win32_x86": {
+ "cloud_storage_hash": "8de8edc555f2d66fd53dde2c42351d08e7f4f6f2",
+ "download_path": "../bin/win/x86_64/battor_agent.exe",
+ "local_paths": [
+ "../bin/win/x86_64/battor_agent.exe"
+ ]
}
}
}
}
-}
+}
« no previous file with comments | « common/battor/battor/__init__.py ('k') | common/battor/battor/battor_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698