yamllint configs

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-07-05 13:58:39 -07:00
parent 904081d44b
commit d6a2d1d7a0
2 changed files with 28 additions and 26 deletions

View file

@ -17,24 +17,24 @@ docker_images:
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
pipelines:
- habitat/build
- omnibus/release
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
- verify:
description: Pull Request validation tests
public: true
env:
- SLOW: 1
- NO_AWS: 1
- coverage:
description: Generate test coverage report
public: true
env:
- CI_ENABLE_COVERAGE: true
- SLOW: 1
- habitat/build
- omnibus/release
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
- verify:
description: Pull Request validation tests
public: true
env:
- SLOW: 1
- NO_AWS: 1
- coverage:
description: Generate test coverage report
public: true
env:
- CI_ENABLE_COVERAGE: true
- SLOW: 1
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:

View file

@ -1,10 +1,12 @@
---
steps:
- label: coverage
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake test
expeditor:
executor:
docker:
image: ruby:2.6-stretch
- label: coverage
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake test
expeditor:
executor:
docker:
image: ruby:2.6-stretch