Skip to content

Commit

Permalink
Fix kurtosis in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Aug 9, 2024
1 parent e89c7e8 commit 69d820a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_zkevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 0xPolygon/kurtosis-cdk
ref: v0.2.3
ref: v0.2.4
path: kurtosis-cdk

- name: Install Kurtosis CDK tools
Expand All @@ -218,6 +218,12 @@ jobs:
working-directory: ./cdk-erigon
run: docker build -t cdk-erigon:local --file Dockerfile .

- name: Remove unused flags
working-directory: ./kurtosis-cdk
run: |
sed -i '/zkevm.sequencer-batch-seal-time:/d' templates/cdk-erigon/config.yml
sed -i '/zkevm.sequencer-non-empty-batch-seal-time:/d' templates/cdk-erigon/config.yml
- name: Configure Kurtosis CDK
working-directory: ./kurtosis-cdk
run: |
Expand All @@ -234,7 +240,7 @@ jobs:
- name: Deploy Kurtosis CDK package
working-directory: ./kurtosis-cdk
run: kurtosis run --enclave cdk-v1 --args-file cdk-erigon-sequencer-params.yml --image-download always .
run: kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always .

- name: Dynamic gas fee tx load test
working-directory: ./kurtosis-cdk
Expand Down

0 comments on commit 69d820a

Please sign in to comment.