Skip to content

ci(l1,l2): fix main_prover_l1 block cache #4129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/main_prover_l1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Replay proving
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
paths:
- ".github/workflows/main_prover_l1.yaml"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -60,9 +64,9 @@ jobs:
# RPC_URL: $${{ secrets.ETHREX_L2_RPC_URL }}
RPC_URL: "http://dummy"
run: |
cp fixtures/cache/rpc_prover/cache_690403.json cmd/ethrex_replay
cp fixtures/cache/rpc_prover/cache_hoodi_1041734.json cmd/ethrex_replay
cd cmd/ethrex_replay
make prove-${{ matrix.backend }}-gpu-ci BLOCK_NUMBER=690403 NETWORK=hoodi
make prove-${{ matrix.backend }}-gpu-ci BLOCK_NUMBER=1041734 NETWORK=hoodi

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down
1 change: 0 additions & 1 deletion fixtures/cache/rpc_prover/cache_3990967.json

This file was deleted.

1 change: 0 additions & 1 deletion fixtures/cache/rpc_prover/cache_690403.json

This file was deleted.

Loading
Loading