Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 00:12:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 00:12:50 +0300
commitaa74b7b4c5f326e82fcd6bb681296dce435ea024 (patch)
treef9382e543ae4bc90c8b8b335e1f9d2eeae673407 /tooling
parentbf03e90e020f59322873be25e5fc13ba1170eb02 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/lib/tooling/parallel_rspec_runner.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tooling/lib/tooling/parallel_rspec_runner.rb b/tooling/lib/tooling/parallel_rspec_runner.rb
index 22d84603318..ba4bdb9df41 100644
--- a/tooling/lib/tooling/parallel_rspec_runner.rb
+++ b/tooling/lib/tooling/parallel_rspec_runner.rb
@@ -90,6 +90,9 @@ module Tooling
knapsack_dir = File.dirname(ENV['KNAPSACK_RSPEC_SUITE_REPORT_PATH'])
FileUtils.mkdir_p(knapsack_dir)
File.write(File.join(knapsack_dir, 'node_specs_expected_duration.json'), JSON.dump(expected_duration_report))
+
+ Knapsack.logger.info "Expected duration for tests:\n\n"
+ Knapsack.logger.info "#{JSON.pretty_generate(expected_duration_report)}\n\n"
end
if node_tests.empty?