From 4e9da8f313f05f30b367ed770b29dc585a66e296 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 29 Aug 2024 11:28:46 -0700 Subject: [PATCH] Update kurtosis version --- .github/workflows/ci_zkevm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_zkevm.yml b/.github/workflows/ci_zkevm.yml index 4d10aedee8a..2f4e5b11991 100644 --- a/.github/workflows/ci_zkevm.yml +++ b/.github/workflows/ci_zkevm.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v4 with: repository: 0xPolygon/kurtosis-cdk - ref: v0.2.4 + ref: v0.2.7 path: kurtosis-cdk - name: Install Kurtosis CDK tools @@ -111,7 +111,7 @@ jobs: - name: Monitor verified batches working-directory: ./kurtosis-cdk shell: bash - run: timeout 900s .github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh 20 900 cdk-erigon-node-001 + run: timeout 900s .github/scripts/monitor-verified-batches.sh --rpc-url $(kurtosis port print cdk-v1 cdk-erigon-node-001 http-rpc) --target 20 --timeout 900 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2