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-28 17:44:53 -0800
commitb690e997057c893d2f2c508be6cc3b0ce4ca5b74 (patch)
treefae08e06e812b1dd45a50ee24b38cf3b5cae7d3b
parent29eba0caea7503791d4145c25d837227f982809b (diff)
downloadchef-b690e997057c893d2f2c508be6cc3b0ce4ca5b74.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 5dedd278b4..498c07a866 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: