Sha256: 212dedc97600f004fdc2fa70f0034b08659503203e9b7ed57d4f141a26f61098
Contents?: true
Size: 367 Bytes
Versions: 75
Compression:
Stored size: 367 Bytes
Contents
module KnapsackPro class QueueAllocatorBuilder < BaseAllocatorBuilder def allocator KnapsackPro::QueueAllocator.new( test_files: test_files, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, ci_node_build_id: env.ci_node_build_id, repository_adapter: repository_adapter, ) end end end
Version data entries
75 entries across 75 versions & 1 rubygems