From 4482c05ac0f7e936a00bad400853980088ef408d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 18 Nov 2020 10:48:51 -0800 Subject: Disable gem caching / rubygems updates in Buildkite Since we're pulling chef/chef from git now we're basically updating the cache each and every time this runs, which is very slow. It's possibly faster to just do it from scratch each time. Signed-off-by: Tim Smith --- .expeditor/run_linux_tests.sh | 2 -- .expeditor/verify.pipeline.yml | 4 ---- 2 files changed, 6 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh index ee1a9627..3290515d 100755 --- a/.expeditor/run_linux_tests.sh +++ b/.expeditor/run_linux_tests.sh @@ -10,9 +10,7 @@ export LANG=C.UTF-8 LANGUAGE=C.UTF-8 echo "--- bundle install" # we need the ruby 2.7 version of bundler, the 2.5/2.6 versions cannot pull our Gemfile correctly -gem update --system gem install bundler -bundle config --local path vendor/bundle bundle install --jobs=7 --retry=3 echo "+++ bundle exec task" diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 87e55fba..763e633c 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -1,7 +1,5 @@ --- expeditor: - cached_folders: - - vendor defaults: buildkite: retry: @@ -45,9 +43,7 @@ steps: - label: run-specs-windows command: # we need the ruby 2.7 version of bundler, the 2.5/2.6 versions cannot pull our Gemfile correctly - - gem update --system - gem install bundler - - bundle config --local path vendor/bundle - bundle install --jobs=7 --retry=3 --without=profile - bundle exec rake spec expeditor: -- cgit v1.2.1