mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
3c908b4c1b
Signed-off-by: Miah Johnson <miah@chia-pet.org>
61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
---
|
|
expeditor:
|
|
defaults:
|
|
buildkite:
|
|
timeout_in_minutes: 45
|
|
retry:
|
|
automatic:
|
|
limit: 1
|
|
|
|
steps:
|
|
|
|
- label: run-tests-ruby-2.4
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.4-stretch
|
|
|
|
- label: run-tests-ruby-2.5
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.5-stretch
|
|
|
|
- label: run-tests-ruby-2.6
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6-stretch
|
|
|
|
- label: run-tests-ruby-2.7-preview
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh || true
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.7-rc-buster
|
|
|
|
- label: isolated-tests-ruby-2.6
|
|
command:
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6-stretch
|
|
|
|
- label: run-tests-ruby-2.6-windows
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
environment:
|
|
- BUILDKITE
|
|
host_os: windows
|
|
shell: ["powershell", "-Command"]
|