--- expeditor: defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: run-specs-ruby-2.5 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.5-buster - label: run-specs-ruby-2.6 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.6-buster - label: run-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-windows command: - bundle config set --local without docs debug - bundle install --jobs=7 --retry=3 - bundle exec rake spec expeditor: executor: docker: host_os: windows - label: "Unit and Functional Testing Windows :ruby: 3.0" command: - bundle config set --local without docs debug - bundle install --jobs=7 --retry=3 - bundle exec rake spec expeditor: executor: docker: host_os: windows image: rubydistros/windows-2019:3.0