2019-07-09 00:01:53 +00:00
|
|
|
---
|
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
2019-07-27 19:51:45 +00:00
|
|
|
timeout_in_minutes: 45
|
2019-08-08 22:26:04 +00:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
2019-10-17 04:25:30 +00:00
|
|
|
|
2019-07-03 23:38:10 +00:00
|
|
|
steps:
|
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: lint-ruby-2.6
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.6
|
2019-12-03 23:53:38 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: run-tests-ruby-2.4
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.4
|
2019-07-03 23:38:10 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: run-tests-ruby-2.5
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.5
|
2019-07-03 23:38:10 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: run-tests-ruby-2.6
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.6
|
2019-07-23 02:08:41 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: run-tests-ruby-2.7
|
|
|
|
command:
|
2020-04-06 17:39:17 +00:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2020-01-30 21:00:45 +00:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.7
|
2019-10-17 04:25:30 +00:00
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: isolated-tests-ruby-2.6
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.6
|
2019-09-12 20:51:26 +00:00
|
|
|
|
2020-01-30 21:00:45 +00: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"]
|