summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-01 00:01:32 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 18:10:37 -0700
commit30c1eb1ef1c2a68c0a0883afbee66b4e811edabe (patch)
treea547dbe052ab9da94e13724a82870bb70ee3e81d /.expeditor
parent00e6fee1941229ff03d0cab7e088742c2ee0c09f (diff)
downloadmixlib-shellout-30c1eb1ef1c2a68c0a0883afbee66b4e811edabe.tar.gz
Add the actual BK pipeline config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
new file mode 100644
index 0000000..a3efc1c
--- /dev/null
+++ b/.expeditor/verify.pipeline.yml
@@ -0,0 +1,28 @@
+steps:
+
+- label: run-lint-and-specs-ruby-2.4
+ command:
+ - asdf local ruby 2.4.5
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+
+- label: run-lint-and-specs-ruby-2.5
+ command:
+ - asdf local ruby 2.5.5
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+
+- label: run-lint-and-specs-ruby-2.6
+ command:
+ - asdf local ruby 2.6.3
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker: