Skip to content

Commit

Permalink
fix(bug): use the same ci build id for all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jul 10, 2024
1 parent 4300100 commit edb34bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/record_many_nodes/knapsack_pro_queue_rspec_new_build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CI_BUILD_ID=${4:-$RANDOM_CI_BUILD_ID}
CI_BUILD_ID=$(openssl rand -base64 32)
COMMIT_HASH=$(ruby -e "require 'securerandom'; puts SecureRandom.hex")

bin/knapsack_pro_queue_rspec_record_first_run 0 2 $COMMIT_HASH $CI_BUILD_ID &
Expand Down

0 comments on commit edb34bd

Please sign in to comment.