Skip to content

Commit 44adf2d

Browse files
committed
update syncoor workflow
1 parent 7c0d3c7 commit 44adf2d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Syncoor - Devnet 2
1+
name: Syncoor - Devnet 3
22

33
on:
44
#schedule:
@@ -25,11 +25,11 @@ on:
2525
required: false
2626
default: >-
2727
{
28-
"geth": "ethpandaops/geth:performance",
28+
"geth": "ethpandaops/geth:master",
2929
"besu": "ethpandaops/besu:performance",
30-
"nethermind": "nethermindeth/nethermind:performance",
31-
"erigon": "ethpandaops/erigon:performance",
32-
"reth": "ethpandaops/reth:performance"
30+
"nethermind": "nethermindeth/nethermind:master",
31+
"erigon": "ethpandaops/erigon:performance-98a2ec5",
32+
"reth": "ghcr.io/paradigmxyz/reth:nightly"
3333
}
3434
type: string
3535
cl-image:
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
network: ["perf-devnet-2"]
87+
network: ["perf-devnet-3"]
8888
el-client: >-
8989
${{
9090
fromJSON(format('[{0}]', inputs.el-client || '
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
github-token: ${{ secrets.GITHUB_TOKEN }}
139139
git-ref: master
140-
server: https://syncoor-api.perf-devnet-2.ethpandaops.io
140+
server: https://syncoor-api.perf-devnet-3.ethpandaops.io
141141
server-auth: ${{ secrets.SYNCOOR_SERVER_AUTH }}
142142
log-force-colors: true
143143
public: true
@@ -153,7 +153,7 @@ jobs:
153153
el-env-vars: >-
154154
${{
155155
(matrix.el-client == 'erigon') && '[
156-
"SNAPS_GIT_BRANCH=perfnet2_shadow_fork_main"
156+
"SNAPS_GIT_BRANCH=perfnet3_shadow_fork_main"
157157
]' ||
158158
''
159159
}}

0 commit comments

Comments
 (0)