mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
commit
1e292adc42
1 changed files with 9 additions and 1 deletions
|
@ -6,7 +6,7 @@ expeditor:
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- label: run-tests-ruby-2.4
|
- label: run-tests-ruby-2.4
|
||||||
|
@ -33,6 +33,14 @@ steps:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.6-stretch
|
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
|
- label: isolated-tests-ruby-2.6
|
||||||
command:
|
command:
|
||||||
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
||||||
|
|
Loading…
Reference in a new issue