2019-07-08 17:01:53 -07:00
|
|
|
---
|
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
2019-07-27 12:51:45 -07:00
|
|
|
timeout_in_minutes: 45
|
2019-08-08 15:26:04 -07:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
2019-07-08 17:01:53 -07:00
|
|
|
|
2019-07-03 16:38:10 -07:00
|
|
|
steps:
|
|
|
|
|
|
|
|
- label: run-tests-ruby-2.4
|
|
|
|
command:
|
2019-07-10 12:38:24 -07:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2019-07-03 16:38:10 -07:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.4-stretch
|
|
|
|
|
|
|
|
- label: run-tests-ruby-2.5
|
|
|
|
command:
|
2019-07-10 12:38:24 -07:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2019-07-03 16:38:10 -07:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.5-stretch
|
|
|
|
|
|
|
|
- label: run-tests-ruby-2.6
|
|
|
|
command:
|
2019-07-10 12:38:24 -07:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2019-07-03 16:38:10 -07:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
2019-07-08 17:01:53 -07:00
|
|
|
image: ruby:2.6-stretch
|
2019-07-22 19:08:41 -07:00
|
|
|
|
|
|
|
- label: run-tests-ruby-2.6-windows
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
environment:
|
|
|
|
- BUILDKITE
|
|
|
|
host_os: windows
|
|
|
|
shell: ["powershell", "-Command"]
|