-run_timed_command "bundle install --jobs=$(nproc) --path=vendor --retry=3 --quiet --without default development test production puma unicorn kerberos metrics omnibus ed25519"
.base-script:
script:
# Only install knapsack after bundle install! Otherwise oddly some native
# gems could not be found under some circumstance. No idea why, hours wasted.
-run_timed_command "bundle install --jobs=$(nproc) --path=vendor --retry=3 --quiet --without default development test production puma unicorn kerberos metrics omnibus ed25519"
-!reference[.minimal-bundle-install,script]
cache:
policy:push# We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
...
...
@@ -317,7 +322,7 @@ rspec db-library-code pg12:
-.rspec-base-pg12
-.rails:rules:ee-and-foss-db-library-code
script:
-*base-script
-!reference[.base-script,script]
-rspec_db_library_code
rspec fast_spec_helper:
...
...
@@ -406,7 +411,7 @@ gitlab:setup:
# db/fixtures/development/04_project.rb thanks to SIZE=1 below
-run_timed_command "bundle install --jobs=$(nproc) --path=vendor --retry=3 --quiet --without default development test production puma unicorn kerberos metrics omnibus ed25519"
-run_timed_command "bundle install --jobs=$(nproc) --path=vendor --retry=3 --quiet --without default development test production puma unicorn kerberos metrics omnibus ed25519"
-!reference[.minimal-bundle-install,script]
-if [ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then