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

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

Issue 1828143004: [Battor] Add python wrapper for communicating with battor_agent_binary (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
new file mode 100644
index 0000000000000000000000000000000000000000..aa1d000c0849c294f27a635d6fe17719ebd04888
--- /dev/null
+++ b/common/battor/battor/battor_binary_dependencies.json
@@ -0,0 +1,27 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "battor_agent_binary": {
+ "cloud_storage_base_folder": "binary_dependencies/battor",
+ "cloud_storage_bucket": "chromium-telemetry",
+ "file_info": {
+ "linux2_x86_64": {
+ "cloud_storage_hash": "b07350155f6a30ca79afa344ec5f9c0dc071eedc",
+ "download_path": "../bin/linux2/x86_64/battor_agent"
+ },
+ "mac_x86_64": {
+ "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"
+ },
+ "win_x86": {
+ "cloud_storage_hash": "144e6c466d56ca7954890142f85f0063f455d635",
+ "download_path": "../bin/win/x86_64/battor_agent"
+ }
+ }
+ }
+ }
+}
« 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