Skip to content

Commit cf5d85f

Browse files
authored
fix(ci): separate Hive client build from dev mode startup (ethereum#2545)
1 parent 960c0bd commit cf5d85f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/hive-consume.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@ jobs:
139139
--sim.limit="${{ matrix.sim_limit }}" \
140140
--docker.output
141141
142+
- name: Build Hive client images
143+
if: matrix.mode == 'dev'
144+
run: |
145+
cd hive
146+
./hive \
147+
--client go-ethereum \
148+
--client-file ../execution-specs/.github/configs/hive/latest.yaml \
149+
--docker.buildoutput
150+
timeout-minutes: 10
151+
142152
- name: Start Hive in dev mode
143153
if: matrix.mode == 'dev'
144154
id: start-hive
@@ -147,7 +157,7 @@ jobs:
147157
clients: go-ethereum
148158
client-file: execution-specs/.github/configs/hive/latest.yaml
149159
hive-path: hive
150-
timeout: "120"
160+
timeout: "30"
151161

152162
- name: Run consume in dev mode
153163
if: matrix.mode == 'dev'

0 commit comments

Comments
 (0)