Skip to content

Commit

Permalink
test verify pipeline creation by expeditor
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Dec 19, 2024
1 parent dc4f08a commit 99860d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ rubygems:
artifact_channels:
- dev

pipelines:
- verify

github:
# This deletes the GitHub PR branch after successfully merged into the release branch
delete_branch_on_merge: true
Expand Down
19 changes: 19 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
expeditor:
cached_folders:
- vendor
defaults:
buildkite:
retry:
automatic:
limit: 1
timeout_in_minutes: 30

steps:
- label: run-lint-and-specs-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rake chefstyle
expeditor:
executor:
docker:
image: ruby:3.1-buster

0 comments on commit 99860d7

Please sign in to comment.