From 0fb66db5b508e3d12147518ef80cfebe093e583d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 24 Apr 2019 20:12:18 -0700 Subject: [PATCH] Add build kite verify config Get ready to cutover to buildkite Signed-off-by: Tim Smith --- .expeditor/config.yml | 14 +++++++++++--- .expeditor/verify.pipeline.yml | 0 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .expeditor/verify.pipeline.yml diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ed593a6..215fc8e 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -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 @@ -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 @@ -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 diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml new file mode 100644 index 0000000..e69de29