Sha256: d9a00b159232bd52042422169c63f1b8d3eaec712a2dec8d76638f9e04e759d1
Contents?: true
Size: 411 Bytes
Versions: 65
Compression:
Stored size: 411 Bytes
Contents
module KnapsackPro class AllocatorBuilder < BaseAllocatorBuilder def allocator KnapsackPro::Allocator.new( fast_and_slow_test_files_to_run: fast_and_slow_test_files_to_run, fallback_mode_test_files: fallback_mode_test_files, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, repository_adapter: repository_adapter, ) end end end
Version data entries
65 entries across 65 versions & 1 rubygems