2019-10-17 02:56:47 +00:00
|
|
|
---
|
2019-11-12 20:47:40 +00:00
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
|
|
|
timeout_in_minutes: 30
|
2020-02-04 01:16:11 +00:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
2019-11-12 20:47:40 +00:00
|
|
|
|
2019-10-17 02:56:47 +00:00
|
|
|
steps:
|
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
|
|
|
commands:
|
|
|
|
- .expeditor/buildkite/artifact.habitat.test.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.6
|
|
|
|
privileged: true
|
2019-10-17 02:56:47 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
|
|
commands:
|
|
|
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
windows:
|
|
|
|
privileged: true
|