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 |