summaryrefslogtreecommitdiff
path: root/.expeditor/habitat-test.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/habitat-test.pipeline.yml')
-rw-r--r--.expeditor/habitat-test.pipeline.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml
new file mode 100644
index 0000000000..32e799a6dd
--- /dev/null
+++ b/.expeditor/habitat-test.pipeline.yml
@@ -0,0 +1,21 @@
+---
+steps:
+
+- label: ":linux: Validate Habitat Builds of Chef Infra"
+ commands:
+ - hab pkg install chef/chef-infra-client
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
+- label: ":windows: Validate Habitat Builds of Chef Infra"
+ commands:
+ - hab pkg install chef/chef-infra-client
+ expeditor:
+ executor:
+ windows:
+ os-version: 2016
+ privileged: true
+ single-use: true