mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
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:
parent
90b109dff6
commit
8082dd17c4
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ pipelines:
|
||||||
definition: .expeditor/release.omnibus.yml
|
definition: .expeditor/release.omnibus.yml
|
||||||
env:
|
env:
|
||||||
- ADHOC: true
|
- 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 channel in Chef Software slack to send notifications about build failures, etc
|
||||||
slack:
|
slack:
|
||||||
|
|
0
.expeditor/verify.pipeline.yml
Normal file
0
.expeditor/verify.pipeline.yml
Normal file
Loading…
Reference in a new issue