2019-07-09 00:01:53 +00:00
|
|
|
---
|
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
2022-03-23 23:30:38 +00:00
|
|
|
timeout_in_minutes: 60
|
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:
|
|
|
|
|
2022-02-04 08:25:04 +00:00
|
|
|
- label: lint-ruby-3.0
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-02-04 08:25:04 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2020-01-30 21:00:45 +00:00
|
|
|
- label: run-tests-ruby-2.7
|
|
|
|
command:
|
2022-02-17 18:33:25 +00:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2020-01-30 21:00:45 +00:00
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2020-01-30 21:00:45 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.7
|
2019-10-17 04:25:30 +00:00
|
|
|
|
2022-02-04 08:52:45 +00:00
|
|
|
- label: run-tests-ruby-3.0
|
|
|
|
command:
|
2022-02-17 20:16:44 +00:00
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
2022-02-04 08:52:45 +00:00
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-02-04 08:52:45 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2022-06-13 18:24:33 +00:00
|
|
|
- label: run-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-06-13 18:24:33 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.1
|
2019-09-12 20:51:26 +00:00
|
|
|
|
2022-02-04 11:10:57 +00:00
|
|
|
- label: isolated-tests-ruby-3.0
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-02-04 11:10:57 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.0
|
|
|
|
|
2022-06-13 18:24:33 +00:00
|
|
|
- label: isolated-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-06-13 18:24:33 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.1
|
|
|
|
|
|
|
|
- label: run-tests-ruby-3.1-windows
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
|
|
expeditor:
|
2023-03-23 18:47:02 +00:00
|
|
|
secrets: true
|
2022-06-13 18:24:33 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
environment:
|
|
|
|
- BUILDKITE
|
|
|
|
host_os: windows
|
|
|
|
shell: ["powershell", "-Command"]
|
2023-02-24 09:40:01 +00:00
|
|
|
image: rubydistros/windows-2019:3.1
|