Commit 1bc00204 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'sh-fix-update-tests-metadata-try2' into 'master'

Fix update-tests-metadata job for Ruby 2.7 (part 2)

See merge request gitlab-org/gitlab!46103
parents 9d89116e 8e0cf01e
...@@ -38,6 +38,6 @@ update-tests-metadata: ...@@ -38,6 +38,6 @@ update-tests-metadata:
- rspec-ee integration pg11 geo - rspec-ee integration pg11 geo
- rspec-ee system pg11 geo - rspec-ee system pg11 geo
script: script:
- run_timed_command "retry gem install fog-aws mime-types activesupport rspec_profiling postgres-copy --no-document" - run_timed_command "retry gem install bundler:1.17.3 fog-aws mime-types activesupport rspec_profiling postgres-copy --no-document"
- source ./scripts/rspec_helpers.sh - source ./scripts/rspec_helpers.sh
- update_tests_metadata - update_tests_metadata
# frozen_string_literal: true # frozen_string_literal: true
require 'active_support/hash_with_indifferent_access' require 'active_support/hash_with_indifferent_access'
require 'delegate'
require_relative 'flaky_example' require_relative 'flaky_example'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment