summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-28 10:09:38 -0700
committerGitHub <noreply@github.com>2019-08-28 10:09:38 -0700
commite52e722d66dfe247644f3f29ac0ace09085b1afb (patch)
treed747b288e4e20ca9ba6653456a5dacc1d1e51fc7
parent66fc81e3a3d45f48877a5c4799846028cf2b92cf (diff)
parent9881e109fcdeb3cb32c931a66368b36fdd018520 (diff)
downloadmixlib-cli-e52e722d66dfe247644f3f29ac0ace09085b1afb.tar.gz
Merge pull request #73 from chef/windows_testing
Add windows PR testing with Buildkite
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.expeditor/verify.pipeline.yml15
-rw-r--r--README.md2
3 files changed, 18 insertions, 1 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
diff --git a/README.md b/README.md
index e91295a..daabf86 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Mixlib::CLI
-[![Build Status](https://badge.buildkite.com/5b595abc5c79a69fa4da5aeb14efd8e9104ec3a4ca53fc904a.svg)](https://buildkite.com/chef-oss/chef-mixlib-cli-master-verify)
+[![Build Status](https://badge.buildkite.com/5b595abc5c79a69fa4da5aeb14efd8e9104ec3a4ca53fc904a.svg?branch=master)](https://buildkite.com/chef-oss/chef-mixlib-cli-master-verify)
[![Gem Version](https://badge.fury.io/rb/mixlib-cli.svg)](https://badge.fury.io/rb/mixlib-cli)
**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)