Added new pipeline to check all tests work in isolation.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-09-12 13:51:26 -07:00
parent 2cb05f2c66
commit fe97c3a4c3
2 changed files with 9 additions and 1 deletions

View file

@ -13,4 +13,4 @@ echo "--- bundle install"
bundle install --jobs=7 --retry=3 --without tools maintenance deploy
echo "+++ bundle exec rake"
bundle exec rake
bundle exec rake ${RAKE_TASK:-}

View file

@ -33,6 +33,14 @@ steps:
docker:
image: ruby:2.6-stretch
- label: isolated-tests-ruby-2.6
command:
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.6-stretch
- label: run-tests-ruby-2.6-windows
command:
- /workdir/.expeditor/buildkite/verify.ps1