mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Add buildkite definition for Dokken kitchen jobs
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
d9d021a861
commit
e8572d96e0
2 changed files with 20 additions and 1 deletions
|
@ -1 +1,20 @@
|
|||
#
|
||||
---
|
||||
expeditor:
|
||||
defaults:
|
||||
buildkite:
|
||||
timeout_in_minutes: 45
|
||||
retry:
|
||||
automatic:
|
||||
limit: 1
|
||||
|
||||
steps:
|
||||
- label: integration-test-kitchen
|
||||
command:
|
||||
- RAKE_TASK=test:integration /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
environment:
|
||||
- CONCURRENCY: 5
|
||||
- DOCKER: 1
|
||||
image: ruby:2.7
|
||||
|
|
Loading…
Reference in a new issue