Sha256: d68be576ca0612c993e7207819017b1d904e7be05f89df38c4daa9df95e12590
Contents?: true
Size: 442 Bytes
Versions: 23
Compression:
Stored size: 442 Bytes
Contents
# frozen_string_literal: true 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
23 entries across 23 versions & 1 rubygems