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

Unified Diff: build/packages/device_watchdog.yaml

Issue 2247983002: Add support for a whitelist of supported platforms for a CIPD package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Comments + mobile_env.py cwd fix. Created 4 years, 4 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 | « build/build.py ('k') | go/mobile_env.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/packages/device_watchdog.yaml
diff --git a/build/packages/device_watchdog.yaml b/build/packages/device_watchdog.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6aed60c56292b81a2d1a59ab11b6705e3493f7d6
--- /dev/null
+++ b/build/packages/device_watchdog.yaml
@@ -0,0 +1,13 @@
+package: infra/tools/device_watchdog/${platform}
+description: watchdog daemon for android devices
+builders:
+ - infra-continuous-precise-64
+supports_cross_compilation: true
+supported_platforms:
+ - android
+go_packages:
+ - infra/tools/device_watchdog
+root: ../../go/bin
+data:
+ - file: device_watchdog
+ - version_file: .versions/device_watchdog.cipd_version
« no previous file with comments | « build/build.py ('k') | go/mobile_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698