summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-20 21:53:04 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-20 21:53:04 -0800
commit322fd21cee0815102af8bdc2be8b016d6ea346f0 (patch)
tree0c73278eaa52e3c7f44dbe52d82a7bba1140ca80 /.expeditor/verify.pipeline.yml
parentcacf2ec72ca4f07f60a6ea97abd287a754d635ac (diff)
downloadwmi-lite-322fd21cee0815102af8bdc2be8b016d6ea346f0.tar.gz
Migrate testing to Buildkite
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
new file mode 100644
index 0000000..8ab2bfa
--- /dev/null
+++ b/.expeditor/verify.pipeline.yml
@@ -0,0 +1,32 @@
+---
+
+steps:
+
+- label: run-specs-ruby-2.4
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.4-buster
+- label: run-specs-ruby-2.5
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.5-buster
+- label: run-specs-ruby-2.6
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.6-buster
+- label: run-specs-ruby-2.7-rc
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.7-rc-buster \ No newline at end of file