From 66f175ebe1d7296f5a95d0fdf2d9d6617a4a2045 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 31 May 2019 23:58:56 -0700 Subject: Add BuildKite pipeline Signed-off-by: Tim Smith --- .expeditor/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.expeditor') diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 8247a90..75e5e3c 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -2,7 +2,7 @@ --- # Slack channel in Chef Software slack to send notifications about build failures, etc slack: - notify_channel: chef-notify + notify_channel: chef-found-notify # This publish is triggered by the `built_in:publish_rubygems` artifact_action. rubygems: @@ -43,3 +43,8 @@ promote: actions: - built_in:rollover_changelog - built_in:publish_rubygems + +pipelines: + - verify: + description: Pull Request validation tests + public: true -- cgit v1.2.1