inspec/.expeditor/verify.pipeline.yml
Clinton Wolfe 72ba50faeb Only test Ruby 2.7 on InSpec 4
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2022-02-27 20:09:57 -05:00

46 lines
981 B
YAML

---
expeditor:
defaults:
buildkite:
timeout_in_minutes: 45
retry:
automatic:
limit: 1
steps:
- label: lint-ruby-2.7
command:
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.7
- label: run-tests-ruby-2.7
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.7
- label: isolated-tests-ruby-2.7
command:
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.7
- label: run-tests-ruby-2.7-windows
command:
- /workdir/.expeditor/buildkite/verify.ps1
expeditor:
executor:
docker:
environment:
- BUILDKITE
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:2.7