summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-21 10:28:09 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-21 10:28:09 -0800
commit9835bd19b158feb4cd951bc8a93d2cd53d5f5e37 (patch)
treef88b6f1b953c7bad69afe8e3fe089051d0fa2a2e /.expeditor
parent4835576bfeb616dbf6d7582d10af42d17d41663a (diff)
downloadchef-9835bd19b158feb4cd951bc8a93d2cd53d5f5e37.tar.gz
Require Ruby 2.6+
We support the last 2 releases of Ruby on Chef. Ruby 2.7 is out so we should remove Ruby 2.5 at this point. We'll add Ruby 2.7 testing in the near future. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml50
1 files changed, 0 insertions, 50 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 75e660ace7..beb7fc7003 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -245,56 +245,6 @@ steps:
image: rubydistros/ubuntu-18.04
#########################################################################
- # Tests Ruby 2.5
-#########################################################################
-
-- label: "Integration Specs :ruby: 2.5"
- commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- - bundle exec rake spec:integration
- expeditor:
- executor:
- docker:
- image: ruby:2.5-stretch
- privileged: true
- environment:
- - FORCE_FFI_YAJL=ext
- - CHEF_LICENSE=accept-no-persist
- - INTEGRATION_SPECS_25=1
-#
-- label: "Functional Specs :ruby: 2.5"
- commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
- - apt-get install -y cron locales # needed for functional tests to pass
- - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- - bundle exec rake spec:functional
- expeditor:
- executor:
- docker:
- image: ruby:2.5-stretch
- privileged: true
- environment:
- - FORCE_FFI_YAJL=ext
- - CHEF_LICENSE=accept-no-persist
- - FUNCTIONAL_SPECS_25=1
-
-- label: "Unit Specs :ruby: 2.5"
- commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- - bundle exec rake spec:unit
- - bundle exec rake component_specs
- expeditor:
- executor:
- docker:
- image: ruby:2.5-stretch
- environment:
- - FORCE_FFI_YAJL=ext
- - CHEF_LICENSE=accept-no-persist
- - UNIT_SPECS_25=1
-
-#########################################################################
# EXTERNAL GEM TESTING
#########################################################################