summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-19 11:21:07 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-19 11:21:07 -0700
commit3a3d8857ecae0aeb4c56dcb6237d9b3888745920 (patch)
tree56d09d2ce526a173a372938abb9d7917b436b4b8
parent021082f727e07cbf8e2cf30be276135ddbb067c0 (diff)
downloadohai-buildkie.tar.gz
Speed up Buildkite PR tests + add windows testingbuildkie
Sync our tests with master Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml1
-rw-r--r--.expeditor/verify.pipeline.yml25
2 files changed, 18 insertions, 8 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 5558ef15..a447c1b4 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,5 +1,6 @@
# Documentation available at https://expeditor.chef.io/docs/getting-started/
---
+
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-infra-notify
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 120884cd..35f2feb8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,15 +2,15 @@ steps:
- label: lint-chefstyle
command:
- - bundle install --jobs=7 --retry=3
- - bundle exec chefstyle
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake style
expeditor:
executor:
docker:
- label: run-ohai
command:
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec ohai
expeditor:
executor:
@@ -19,17 +19,26 @@ steps:
- label: run-specs-ruby-2.5
command:
- asdf local ruby 2.5.5
- - bundle install --jobs=7 --retry=3
- - bundle exec rake
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
expeditor:
executor:
docker:
- label: run-specs-ruby-2.6
command:
- - asdf local ruby 2.6.2
- - bundle install --jobs=7 --retry=3
- - bundle exec rake
+ - asdf local ruby 2.6.3
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
expeditor:
executor:
docker:
+
+- label: run-specs-windows
+ command:
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ host_os: windows