From 21a2943eff5ba36e0fb6d8af0ac34f74ed5854f6 Mon Sep 17 00:00:00 2001 From: Jeremiah Snapp Date: Mon, 7 Oct 2019 11:16:18 -0400 Subject: Create habitat test pipeline Signed-off-by: Jeremiah Snapp --- .expeditor/config.yml | 2 ++ .expeditor/habitat-test.pipeline.yml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .expeditor/habitat-test.pipeline.yml 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 -- cgit v1.2.1