2019-10-17 02:56:47 +00:00
|
|
|
---
|
2019-11-12 20:47:40 +00:00
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
|
|
|
timeout_in_minutes: 30
|
|
|
|
|
2019-10-17 02:56:47 +00:00
|
|
|
steps:
|
|
|
|
|
2019-10-17 03:13:54 +00:00
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
2019-10-17 02:56:47 +00:00
|
|
|
commands:
|
2019-10-18 23:09:17 +00:00
|
|
|
- .expeditor/buildkite/artifact.habitat.test.sh
|
2019-10-17 02:56:47 +00:00
|
|
|
expeditor:
|
|
|
|
executor:
|
2019-11-12 20:47:40 +00:00
|
|
|
docker:
|
|
|
|
image: ruby:2.6
|
2019-10-17 02:56:47 +00:00
|
|
|
privileged: true
|
|
|
|
|
2019-10-17 03:13:54 +00:00
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
2019-10-17 02:56:47 +00:00
|
|
|
commands:
|
2019-10-18 23:09:17 +00:00
|
|
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
2019-10-17 02:56:47 +00:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
windows:
|
|
|
|
privileged: true
|