2019-07-08 17:01:53 -07:00
|
|
|
---
|
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
2022-03-23 19:30:38 -04:00
|
|
|
timeout_in_minutes: 60
|
2019-08-08 15:26:04 -07:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
2019-10-16 21:25:30 -07:00
|
|
|
|
2019-07-03 16:38:10 -07:00
|
|
|
steps:
|
|
|
|
|
2022-02-04 13:55:04 +05:30
|
|
|
- label: lint-ruby-3.0
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2020-01-30 13:00:45 -08:00
|
|
|
- label: run-tests-ruby-2.7
|
|
|
|
command:
|
2022-02-17 13:33:25 -05:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2020-01-30 13:00:45 -08:00
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.7
|
2019-10-16 21:25:30 -07:00
|
|
|
|
2022-02-04 14:22:45 +05:30
|
|
|
- label: run-tests-ruby-3.0
|
|
|
|
command:
|
2022-02-17 15:16:44 -05:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2022-02-04 14:22:45 +05:30
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2022-06-13 23:54:33 +05:30
|
|
|
- label: run-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.1
|
2019-09-12 13:51:26 -07:00
|
|
|
|
2022-02-04 16:40:57 +05:30
|
|
|
- label: isolated-tests-ruby-3.0
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2022-06-13 23:54:33 +05:30
|
|
|
- label: isolated-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.1
|
|
|
|
|
2022-02-04 17:58:44 +05:30
|
|
|
- label: run-tests-ruby-3.0-windows
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
environment:
|
|
|
|
- BUILDKITE
|
|
|
|
host_os: windows
|
|
|
|
shell: ["powershell", "-Command"]
|
|
|
|
image: rubydistros/windows-2019:3.0
|
2022-06-13 23:54:33 +05:30
|
|
|
|
|
|
|
- label: run-tests-ruby-3.1-windows
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
environment:
|
|
|
|
- BUILDKITE
|
|
|
|
host_os: windows
|
|
|
|
shell: ["powershell", "-Command"]
|
|
|
|
image: rubydistros/windows-2019:3.1
|