inspec/.expeditor/artifact.habitat.yml
Vasu1105 0f4e4ff349 CFINSPEC-17 Update plan.sh to get ruby 3 pkg and let validate habitat build for ruby 3
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-02-10 22:12:58 +05:30

27 lines
566 B
YAML

---
expeditor:
defaults:
buildkite:
timeout_in_minutes: 30
retry:
automatic:
limit: 1
steps:
- label: ":linux: Validate Habitat Builds of Chef InSpec"
commands:
- .expeditor/buildkite/artifact.habitat.test.sh
expeditor:
executor:
docker:
image: ruby:3.0
privileged: true
- label: ":windows: Validate Habitat Builds of Chef InSpec"
commands:
- .expeditor/buildkite/artifact.habitat.test.ps1
expeditor:
executor:
windows:
privileged: true