Skip to content

Commit

Permalink
add verify batches check
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 24, 2024
1 parent 55b6d3d commit 98eba40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/run-e2e-seq_sender.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ $BASE_FOLDER/scripts/kurtosis_prepare_params_yml.sh "$KURTOSIS_FOLDER" "elderber

kurtosis clean --all
kurtosis run --enclave cdk-v1 --args-file $DEST_KURTOSIS_PARAMS_YML --image-download always $KURTOSIS_FOLDER
[ $? -ne 0 ] && echo "Error running kurtosis" && exit 1
[ $? -ne 0 ] && echo "Error running kurtosis" && exit 1
echo "Waiting 10 minutes to get some verified batch...."
$KURTOSIS_FOLDER/.github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh 1 600

0 comments on commit 98eba40

Please sign in to comment.