inspec/.expeditor/verify_private.pipeline.yml
Vasundhara Jagdale be70480e7c
increase buildkite timeout to 120 (#7103)
Signed-off-by: Vasu1105 <vjagdale@progress.com>
2024-07-24 16:17:17 +05:30

50 lines
1.1 KiB
YAML

---
expeditor:
defaults:
buildkite:
timeout_in_minutes: 120
retry:
automatic:
limit: 1
steps:
- label: lint-ruby-3.1
command:
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:3.1-bullseye
- label: run-tests-ruby-3.1
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:3.1-bullseye
- label: isolated-tests-ruby-3.1
command:
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:3.1-bullseye
- label: run-tests-ruby-3.1-windows
command:
- /workdir/.expeditor/buildkite/verify.ps1
expeditor:
secrets: true
executor:
docker:
environment:
- BUILDKITE
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.1