summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 17:44:53 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 12:16:43 -0800
commit0617f0b7fd7dabd366b3eb1087438eca142b11dd (patch)
tree604c7cbdc2c05c1a539740c980e604c8fffe0967
parent99abcbdbe831eeaa57b96b52b0fc7f8c86058847 (diff)
downloadchef-0617f0b7fd7dabd366b3eb1087438eca142b11dd.tar.gz
Update bundler in our Ruby 2.6 tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 3ddd8dc031..582a8491fd 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -245,6 +245,7 @@ steps:
- label: "Chefstyle :ruby: 2.6"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake style
expeditor:
@@ -255,6 +256,7 @@ steps:
- label: "Integration :ruby: 2.6"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -268,6 +270,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y cron locales net-tools # needed for functional tests to pass
+ - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:functional
expeditor:
@@ -279,6 +282,7 @@ steps:
- label: "Unit :ruby: 2.6"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -322,7 +326,7 @@ steps:
expeditor:
executor:
docker:
- image: rubydistros/ubuntu-18.04:2.6
+ image: rubydistros/ubuntu-18.04:2.7
- label: "chefspec gem :ruby: 2.7"
commands: