Skip to content

Commit

Permalink
Create knapsack_pro_queue_rspec_new_build_with_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jul 10, 2024
1 parent edb34bd commit 03b53aa
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

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 3 $COMMIT_HASH $CI_BUILD_ID &
sleep 1
bin/knapsack_pro_queue_rspec_record_first_run 1 3 $COMMIT_HASH $CI_BUILD_ID &
sleep 2
bin/knapsack_pro_queue_rspec_record_first_run 2 3 $COMMIT_HASH $CI_BUILD_ID
bin/knapsack_pro_queue_rspec_record_first_run 2 3 $COMMIT_HASH $CI_BUILD_ID

0 comments on commit 03b53aa

Please sign in to comment.