2023-07-07 13:50:59 +00:00
|
|
|
---
|
|
|
|
expeditor:
|
|
|
|
defaults:
|
|
|
|
buildkite:
|
2024-07-24 10:47:17 +00:00
|
|
|
timeout_in_minutes: 120
|
2023-07-07 13:50:59 +00:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
limit: 1
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
2024-06-11 15:13:59 +00:00
|
|
|
- label: lint-ruby-3.1
|
2023-07-07 13:50:59 +00:00
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-07-07 19:01:56 +00:00
|
|
|
secrets: true
|
2023-07-07 13:50:59 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
2024-06-11 15:13:59 +00:00
|
|
|
image: ruby:3.1-bullseye
|
2023-07-07 13:50:59 +00:00
|
|
|
|
|
|
|
- label: run-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-07-07 19:01:56 +00:00
|
|
|
secrets: true
|
2023-07-07 13:50:59 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
2024-03-28 06:27:31 +00:00
|
|
|
image: ruby:3.1-bullseye
|
2023-07-07 13:50:59 +00:00
|
|
|
|
2024-09-05 10:58:00 +00:00
|
|
|
- label: run-tests-ruby-3.4.0-preview1
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
secrets: true
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.4.0-preview1-bullseye
|
|
|
|
|
2023-07-07 13:50:59 +00:00
|
|
|
- label: isolated-tests-ruby-3.1
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
2023-07-07 19:01:56 +00:00
|
|
|
secrets: true
|
2023-07-07 13:50:59 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
2024-03-28 06:27:31 +00:00
|
|
|
image: ruby:3.1-bullseye
|
2023-07-07 13:50:59 +00:00
|
|
|
|
2024-09-05 10:58:00 +00:00
|
|
|
- label: isolated-tests-ruby-3.4.0-preview1
|
|
|
|
command:
|
|
|
|
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
|
|
|
expeditor:
|
|
|
|
secrets: true
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:3.4.0-preview1-bullseye
|
|
|
|
|
2023-07-07 13:50:59 +00:00
|
|
|
- label: run-tests-ruby-3.1-windows
|
|
|
|
command:
|
|
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
|
|
expeditor:
|
2023-07-07 19:01:56 +00:00
|
|
|
secrets: true
|
2023-07-07 13:50:59 +00:00
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
environment:
|
|
|
|
- BUILDKITE
|
|
|
|
host_os: windows
|
|
|
|
shell: ["powershell", "-Command"]
|
|
|
|
image: rubydistros/windows-2019:3.1
|