Skip to content

Commit

Permalink
test: disable verified batches increment check for pp cdk
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Hwan <[email protected]>
  • Loading branch information
jhkimqd committed Jan 7, 2025
1 parent f6d5759 commit bec65bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,12 @@ jobs:
- name: Inspect enclave
run: kurtosis enclave inspect ${{ env.ENCLAVE_NAME }}

- name: Monitor CDK chain 1 verified batches (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
run: |
./monitor-cdk-chain.sh \
--enclave ${{ env.ENCLAVE_NAME }} \
--rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-rpc-001 rpc)"
# - name: Monitor CDK chain 1 verified batches (CDK Erigon Permissionless RPC)
# working-directory: .github/scripts
# run: |
# ./monitor-cdk-chain.sh \
# --enclave ${{ env.ENCLAVE_NAME }} \
# --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-rpc-001 rpc)"

- name: Monitor CDK chain 2 verified batches (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
Expand Down

0 comments on commit bec65bb

Please sign in to comment.