From 322fd21cee0815102af8bdc2be8b016d6ea346f0 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 20 Dec 2019 21:53:04 -0800 Subject: Migrate testing to Buildkite Signed-off-by: Tim Smith --- .expeditor/config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.expeditor/config.yml') 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 -- cgit v1.2.1