summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-15 09:09:34 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-15 09:09:34 -0800
commitbeb2a4246ac29d8bd786a98c5f895eece7e3d907 (patch)
treea212aae90e5718771f402edeafa532ad55c5657b /.expeditor/verify.pipeline.yml
parent3f3cc034299a96c94cee5ad1fc778ed2b51d2897 (diff)
downloadchef-beb2a4246ac29d8bd786a98c5f895eece7e3d907.tar.gz
Test chef-utils and chef-config on Ruby 2.6 still
Since the world deps on these we really need a longer Ruby lifecycle here Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 1121e04dd3..661017c0c1 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -12,6 +12,32 @@ expeditor:
steps:
#########################################################################
+ # Tests Ruby 2.6
+#########################################################################
+
+- label: "chef-utils Unit :ruby: 2.6"
+ commands:
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
+ - cd chef-utils
+ - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-18.04:2.6
+
+- label: "chef-config Unit :ruby: 2.6"
+ commands:
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
+ - cd chef-config
+ - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-18.04:2.6
+
+#########################################################################
# Tests Ruby 2.7
#########################################################################