Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephsachrajda committed Dec 13, 2023
1 parent ebe406c commit 7b0d6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby/lib/ci/queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def requeueable?(test_result)
end

def shuffle(tests, random)
puts "[Shuffler] #{shuffler.inspect}"
puts "[Tests] #{tests.first.inspect}"
if shuffler
shuffler.call(tests, random)
else
Expand Down

0 comments on commit 7b0d6da

Please sign in to comment.