mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
f7b39fab37
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
68 lines
1.5 KiB
YAML
68 lines
1.5 KiB
YAML
---
|
|
expeditor:
|
|
defaults:
|
|
buildkite:
|
|
timeout_in_minutes: 90
|
|
retry:
|
|
automatic:
|
|
limit: 1
|
|
|
|
steps:
|
|
|
|
- label: lint-ruby-3.0
|
|
command:
|
|
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
image: ruby:3.0-bullseye
|
|
|
|
- label: run-tests-ruby-3.0
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
image: ruby:3.0-bullseye
|
|
|
|
- label: run-tests-ruby-3.1
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
image: ruby:3.1-bullseye
|
|
|
|
- label: isolated-tests-ruby-3.0
|
|
command:
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
image: ruby:3.0-bullseye
|
|
|
|
- label: isolated-tests-ruby-3.1
|
|
command:
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
image: ruby:3.1-bullseye
|
|
|
|
- label: run-tests-ruby-3.1-windows
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
expeditor:
|
|
secrets: true
|
|
executor:
|
|
docker:
|
|
environment:
|
|
- BUILDKITE
|
|
host_os: windows
|
|
shell: ["powershell", "-Command"]
|
|
image: rubydistros/windows-2019:3.1
|