Use a dedicated cache for setup-test-env
- Remove vendor/gitaly-ruby from artifacts in setup-test-env
- Add timing information to the setup-test-env job
- Require only `config/environment` before running `TestEnv.init`
- Clone test components with a depth of 1
Signed-off-by:
Rémy Coutable <remy@rymai.me>
显示
- .gitlab/ci/global.gitlab-ci.yml 0 个添加, 4 个删除.gitlab/ci/global.gitlab-ci.yml
- .gitlab/ci/rails.gitlab-ci.yml 26 个添加, 7 个删除.gitlab/ci/rails.gitlab-ci.yml
- config/environments/test.rb 2 个添加, 1 个删除config/environments/test.rb
- ee/lib/tasks/gitlab/indexer.rake 1 个添加, 1 个删除ee/lib/tasks/gitlab/indexer.rake
- lib/gitlab/task_helpers.rb 4 个添加, 4 个删除lib/gitlab/task_helpers.rb
- lib/gitlab/utils.rb 2 个添加, 2 个删除lib/gitlab/utils.rb
- lib/tasks/gitlab/gitaly.rake 1 个添加, 1 个删除lib/tasks/gitlab/gitaly.rake
- lib/tasks/gitlab/shell.rake 1 个添加, 1 个删除lib/tasks/gitlab/shell.rake
- lib/tasks/gitlab/workhorse.rake 1 个添加, 1 个删除lib/tasks/gitlab/workhorse.rake
- scripts/gitaly_test.rb 1 个添加, 1 个删除scripts/gitaly_test.rb
- scripts/prepare_build.sh 7 个添加, 2 个删除scripts/prepare_build.sh
- scripts/utils.sh 30 个添加, 5 个删除scripts/utils.sh
- spec/lib/gitlab/utils_spec.rb 25 个添加, 2 个删除spec/lib/gitlab/utils_spec.rb
- spec/spec_helper.rb 3 个添加, 1 个删除spec/spec_helper.rb
- spec/support/helpers/test_env.rb 10 个添加, 8 个删除spec/support/helpers/test_env.rb
- spec/tasks/gitlab/gitaly_rake_spec.rb 1 个添加, 1 个删除spec/tasks/gitlab/gitaly_rake_spec.rb
- spec/tasks/gitlab/task_helpers_spec.rb 14 个添加, 1 个删除spec/tasks/gitlab/task_helpers_spec.rb
- spec/tasks/gitlab/workhorse_rake_spec.rb 1 个添加, 1 个删除spec/tasks/gitlab/workhorse_rake_spec.rb
加载中
想要评论请 注册 或 登录