Skip to content

Commit

Permalink
test verify pipeline creation
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 da2d9cf commit a71aebc
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 @@ -9,6 +9,9 @@ slack:
rubygems:
- ohai

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 a71aebc

Please sign in to comment.