Skip to content

Commit

Permalink
Merge pull request #147 from chef/verify
Browse files Browse the repository at this point in the history
Add build kite verify config
  • Loading branch information
tas50 authored Apr 25, 2019
2 parents 45fd0c9 + 0fb66db commit 7f5b77e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Documentation available at https://expeditor.chef.io/docs/getting-started/

---
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-notify
notify_channel: chef-infra-notify

# Which Ruby Gems, built when the Omnibus package is built, to publish to rubygems.org
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- cheffish
Expand All @@ -20,6 +19,10 @@ github:
# allow bumping the major release via label
major_bump_labels:
- "Expeditor: Bump Version Major"

changelog:
rollup_header: Changes not yet released to rubygems.org

promote:
actions:
- built_in:rollover_changelog
Expand All @@ -39,3 +42,8 @@ merge_actions:
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version

pipelines:
- verify:
description: Pull Request validation tests
public: true
Empty file added .expeditor/verify.pipeline.yml
Empty file.

0 comments on commit 7f5b77e

Please sign in to comment.