summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-20 21:53:04 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-20 21:53:04 -0800
commit322fd21cee0815102af8bdc2be8b016d6ea346f0 (patch)
tree0c73278eaa52e3c7f44dbe52d82a7bba1140ca80 /.expeditor/config.yml
parentcacf2ec72ca4f07f60a6ea97abd287a754d635ac (diff)
downloadwmi-lite-322fd21cee0815102af8bdc2be8b016d6ea346f0.tar.gz
Migrate testing to Buildkite
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 185f96e..c4b970e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,8 +1,11 @@
# 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:
+ - sustaining-notify
+ - chef-ws-notify
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
@@ -16,6 +19,9 @@ github:
# allow bumping the minor release via label
minor_bump_labels:
- "Expeditor: Bump Version Minor"
+ # allow bumping the major release via label
+ major_bump_labels:
+ - "Expeditor: Bump Version Major"
changelog:
rollup_header: Changes not yet released to rubygems.org
@@ -39,3 +45,8 @@ promote:
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems
+
+pipelines:
+ - verify:
+ description: Pull Request validation tests
+ public: true