Add a verify pipeline to buildkite

Add environment variables to the verify pipeline

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-07-03 15:50:48 -07:00
parent 90b109dff6
commit 8082dd17c4
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,12 @@ pipelines:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
- verify:
description: Pull Request validation tests
public: true
env:
- SLOW=1
- NO_AWS=1
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:

View file