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

Unified Diff: build/packages/kitchen.yaml

Issue 1779383003: Add CIPD builds for kitchen (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/packages/kitchen.yaml
diff --git a/build/packages/kitchen.yaml b/build/packages/kitchen.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..25cdc43ef2436ae3728bb65d58858bab25ca3b97
--- /dev/null
+++ b/build/packages/kitchen.yaml
@@ -0,0 +1,12 @@
+package: infra/tools/luci/kitchen/${platform}
+description: kitchen runs a recipe from given repository at given revision
+builders:
+ - infra-continuous-mac-10.9-64
+ - infra-continuous-precise-32
+ - infra-continuous-precise-64
+ - infra-continuous-win-32
+ - infra-continuous-win-64
+root: ../../go/bin
+data:
+ - file: kitchen${exe_suffix}
+ - version_file: .versions/kitchen${exe_suffix}.cipd_version
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698