summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:24:43 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-22 12:24:43 -0700
commit9881e109fcdeb3cb32c931a66368b36fdd018520 (patch)
tree69baf85e01f6d86f519a52fcbb0be2a5c7fc82aa /.expeditor
parent67f148d3f0612d35a885f1417f0bcbb5ab16ba5b (diff)
downloadmixlib-cli-9881e109fcdeb3cb32c931a66368b36fdd018520.tar.gz
Add windows PR testing with Buildkitewindows_testing
The road to complete platform testing. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.expeditor/verify.pipeline.yml15
2 files changed, 17 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 3d509f6..a12a3fd 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -11,6 +11,8 @@ rubygems:
github:
# This deletes the GitHub PR branch after successfully merged into the release branch
delete_branch_on_merge: true
+ # The tag format to use (e.g. v1.0.0)
+ version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- "Expeditor: Bump Version Minor"
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 1a3dd9e..7865325 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,3 +1,9 @@
+---
+expeditor:
+ defaults:
+ buildkite:
+ timeout_in_minutes: 30
+
steps:
- label: run-lint-and-specs-ruby-2.4
@@ -26,3 +32,12 @@ steps:
executor:
docker:
image: ruby:2.6-stretch
+
+- label: run-specs-windows
+ command:
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+ host_os: windows