Skip to content

Commit 397ac8f

Browse files
committed
ci(l1,l2): fix main_prover_l1 block cache
1 parent b4e7286 commit 397ac8f

File tree

4 files changed

+324
-4
lines changed

4 files changed

+324
-4
lines changed

.github/workflows/main_prover_l1.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Replay proving
22
on:
33
push:
44
branches: ["main"]
5+
paths:
6+
- ".github/workflows/main_prover_l1.yaml"
57

68
concurrency:
79
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -60,9 +62,9 @@ jobs:
6062
# RPC_URL: $${{ secrets.ETHREX_L2_RPC_URL }}
6163
RPC_URL: "http://dummy"
6264
run: |
63-
cp fixtures/cache/rpc_prover/cache_690403.json cmd/ethrex_replay
65+
cp fixtures/cache/rpc_prover/cache_hoodi_1041734.json cmd/ethrex_replay
6466
cd cmd/ethrex_replay
65-
make prove-${{ matrix.backend }}-gpu-ci BLOCK_NUMBER=690403 NETWORK=hoodi
67+
make prove-${{ matrix.backend }}-gpu-ci BLOCK_NUMBER=1041734 NETWORK=hoodi
6668
6769
- name: Store benchmark result
6870
uses: benchmark-action/github-action-benchmark@v1

fixtures/cache/rpc_prover/cache_3990967.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/cache/rpc_prover/cache_690403.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)