--- expeditor: defaults: buildkite: timeout_in_minutes: 30 steps: - label: run-lint-and-specs-ruby-2.6 command: - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:2.6 - label: run-lint-and-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:2.7 - label: run-lint-and-specs-ruby-3.0 command: - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:3.0 - label: run-lint-and-specs-ruby-3.1 command: - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:3.1 - label: run-specs-windows-ruby-3.0 command: - .expeditor/run_windows_tests.ps1 expeditor: executor: docker: host_os: windows shell: ["powershell", "-Command"] image: rubydistros/windows-2019:3.0 environment: - FORCE_FFI_YAJL=ext - EXPIRE_CACHE=true - CHEF_LICENSE=accept-no-persist - label: run-specs-windows-ruby-3.1 command: - .expeditor/run_windows_tests.ps1 expeditor: executor: docker: host_os: windows shell: ["powershell", "-Command"] image: rubydistros/windows-2019:3.1 environment: - FORCE_FFI_YAJL=ext - EXPIRE_CACHE=true - CHEF_LICENSE=accept-no-persist