Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Nov 28, 2024
1 parent 6b28e6c commit 37db672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ timeout="$2"
start_time=$(date +%s)
end_time=$((start_time + timeout))

rpc_url="$(kurtosis port print cdk-v1 cdk-erigon-node-001 http-rpc)"
rpc_url="$(kurtosis port print cdk cdk-erigon-rpc-001 rpc)"
while true; do
verified_batches="$(cast to-dec "$(cast rpc --rpc-url "$rpc_url" zkevm_verifiedBatchNumber | sed 's/"//g')")"
echo "[$(date '+%Y-%m-%d %H:%M:%S')] Verified Batches: $verified_batches"
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
ref: "v0.2.15"
path: kurtosis-cdk

# - name: Install Kurtosis CDK tools
# uses: ./kurtosis-cdk/.github/actions/setup-kurtosis-cdk

- name: Install kurtosis
shell: bash
run: |
Expand All @@ -58,16 +55,6 @@ jobs:
working-directory: ./cdk-data-availability
run: docker build -t cdk-data-availability:local --file Dockerfile .

# - name: Configure Kurtosis CDK
# working-directory: ./kurtosis-cdk
# run: |
# yq -Y --in-place '.args.data_availability_mode = "cdk-validium"' params.yml
# yq -Y --in-place '.args.zkevm_da_image = "cdk-data-availability:local"' params.yml

# - name: Deploy Kurtosis CDK package
# working-directory: ./kurtosis-cdk
# run: kurtosis run --enclace cdk . '{"args": {"zkevm_da_image": "cdk-data-availability:local"}}'

- name: Deploy Kurtosis CDK package
working-directory: ./kurtosis-cdk
run: >
Expand Down

0 comments on commit 37db672

Please sign in to comment.