2019-10-16 19:56:47 -07:00
|
|
|
---
|
2019-11-12 12:47:40 -08:00
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
|
|
|
timeout_in_minutes: 30
|
2020-02-03 17:16:11 -08:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
2019-11-12 12:47:40 -08:00
|
|
|
|
2019-10-16 19:56:47 -07:00
|
|
|
steps:
|
|
|
|
|
2020-01-30 13:00:45 -08: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-16 19:56:47 -07:00
|
|
|
|
2020-01-30 13:00:45 -08:00
|
|
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
|
|
|
commands:
|
|
|
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
windows:
|
|
|
|
privileged: true
|