Коммит ddab30ad создал по автору Rémy Coutable's avatar Rémy Coutable
Просмотр файлов

Merge branch 'ce-10834-support-fast-unit-tests-in-ee' into 'master'

CE: Resolve "Support fast unit tests in EE"

See merge request gitlab-org/gitlab-ce!26861
владельцы 90975062 97552924
......@@ -561,6 +561,11 @@ rspec-mysql:
<<: *only-schedules-master
parallel: 50
rspec-fast-spec-helper:
<<: *rspec-metadata-pg
script:
- bundle exec rspec spec/fast_spec_helper.rb
.rspec-quarantine: &rspec-quarantine
<<: *only-schedules-master
script:
......
......@@ -120,3 +120,6 @@ def to_settings(hash)
end
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_configuration' if
Dir.exist?("#{__dir__}/../../../ee")
......@@ -73,3 +73,6 @@ def stub_object_storage_multipart_init(endpoint, upload_id = "upload_id")
EOS
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_object_storage' if
Dir.exist?("#{__dir__}/../../../ee")
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать