summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-14 11:48:16 -0700
committerGitHub <noreply@github.com>2019-10-14 11:48:16 -0700
commitb7c868a3b805f57fb3025a71a6f4fcb5ef40620c (patch)
tree89594795a55cb999ed16ed20fa1345c4189515c1
parent93788b6ce2f92dffde323cf5d4262a0be2ef372b (diff)
parent21a2943eff5ba36e0fb6d8af0ac34f74ed5854f6 (diff)
downloadchef-b7c868a3b805f57fb3025a71a6f4fcb5ef40620c.tar.gz
Merge pull request #8962 from chef/snappj/create-habitat-test-pipeline
Create habitat test pipeline
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.expeditor/habitat-test.pipeline.yml21
2 files changed, 23 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 203f6cd924..3272e4c7eb 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -26,6 +26,8 @@ pipelines:
- verify:
public: true
- habitat/build
+ - habitat-test:
+ definition: .expeditor/habitat-test.pipeline.yml
- omnibus/release
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
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