66 workflow_dispatch :
77 schedule :
88 - cron : " 0 */6 * * *"
9-
9+ pull_request :
10+ branches :
11+ - main
1012env :
1113 CARGO_TERM_COLOR : always
1214
@@ -30,10 +32,10 @@ jobs:
3032 - name : Checkout hive tests
3133 uses : actions/checkout@v5
3234 with :
33- repository : ethereum /hive
35+ repository : Rimeeeeee /hive
3436 path : hivetests
3537
36- - uses : actions/setup-go@v5
38+ - uses : actions/setup-go@v6
3739 with :
3840 go-version : " ^1.13.1"
3941 - run : go version
@@ -90,57 +92,61 @@ jobs:
9092 # eth_ rpc methods
9193 - sim : ethereum/rpc-compat
9294 include :
93- - eth_blockNumber
95+ # - eth_blockNumber
9496 - eth_call
95- - eth_chainId
96- - eth_createAccessList
97- - eth_estimateGas
98- - eth_feeHistory
99- - eth_getBalance
100- - eth_getBlockBy
101- - eth_getBlockTransactionCountBy
102- - eth_getCode
103- - eth_getProof
104- - eth_getStorage
105- - eth_getTransactionBy
106- - eth_getTransactionCount
107- - eth_getTransactionReceipt
108- - eth_sendRawTransaction
109- - eth_syncing
110- # debug_ rpc methods
111- - debug_
97+ # - eth_chainId
98+ # - eth_createAccessList
99+ # - eth_estimateGas
100+ # - eth_feeHistory
101+ # - eth_getBalance
102+ # - eth_getBlockBy
103+ # - eth_getBlockTransactionCountBy
104+ # - eth_getCode
105+ # - eth_getProof
106+ # - eth_getStorage
107+ # - eth_getTransactionBy
108+ # - eth_getTransactionCount
109+ # - eth_getTransactionReceipt
110+ # - eth_sendRawTransaction
111+ # - eth_syncing
112+ # # debug_ rpc methods
113+ # - debug_
112114
113115 # consume-engine
114116 - sim : ethereum/eest/consume-engine
115- limit : .*tests/prague.*
116- - sim : ethereum/eest/consume-engine
117- limit : .*tests/cancun.*
118- - sim : ethereum/eest/consume-engine
119- limit : .*tests/shanghai.*
120- - sim : ethereum/eest/consume-engine
121- limit : .*tests/berlin.*
122- - sim : ethereum/eest/consume-engine
123- limit : .*tests/istanbul.*
124- - sim : ethereum/eest/consume-engine
125- limit : .*tests/homestead.*
126- - sim : ethereum/eest/consume-engine
127- limit : .*tests/frontier.*
117+ limit : .*tests/amsterdam.*
118+ # - sim: ethereum/eest/consume-engine
119+ # limit: .*tests/prague.*
120+ # - sim: ethereum/eest/consume-engine
121+ # limit: .*tests/cancun.*
122+ # - sim: ethereum/eest/consume-engine
123+ # limit: .*tests/shanghai.*
124+ # - sim: ethereum/eest/consume-engine
125+ # limit: .*tests/berlin.*
126+ # - sim: ethereum/eest/consume-engine
127+ # limit: .*tests/istanbul.*
128+ # - sim: ethereum/eest/consume-engine
129+ # limit: .*tests/homestead.*
130+ # - sim: ethereum/eest/consume-engine
131+ # limit: .*tests/frontier.*
128132
129133 # consume-rlp
130134 - sim : ethereum/eest/consume-rlp
131- limit : .*tests/prague.*
132- - sim : ethereum/eest/consume-rlp
133- limit : .*tests/cancun.*
134- - sim : ethereum/eest/consume-rlp
135- limit : .*tests/shanghai.*
136- - sim : ethereum/eest/consume-rlp
137- limit : .*tests/berlin.*
138- - sim : ethereum/eest/consume-rlp
139- limit : .*tests/istanbul.*
140- - sim : ethereum/eest/consume-rlp
141- limit : .*tests/homestead.*
142- - sim : ethereum/eest/consume-rlp
143- limit : .*tests/frontier.*
135+ limit : .*tests/amsterdam.*
136+ # - sim: ethereum/eest/consume-rlp
137+ # limit: .*tests/prague.*
138+ # - sim: ethereum/eest/consume-rlp
139+ # limit: .*tests/cancun.*
140+ # - sim: ethereum/eest/consume-rlp
141+ # limit: .*tests/shanghai.*
142+ # - sim: ethereum/eest/consume-rlp
143+ # limit: .*tests/berlin.*
144+ # - sim: ethereum/eest/consume-rlp
145+ # limit: .*tests/istanbul.*
146+ # - sim: ethereum/eest/consume-rlp
147+ # limit: .*tests/homestead.*
148+ # - sim: ethereum/eest/consume-rlp
149+ # limit: .*tests/frontier.*
144150 needs :
145151 - prepare-reth
146152 - prepare-hive
@@ -176,7 +182,7 @@ jobs:
176182 - name : Checkout hive tests
177183 uses : actions/checkout@v5
178184 with :
179- repository : ethereum /hive
185+ repository : Rimeeeeee /hive
180186 ref : master
181187 path : hivetests
182188
@@ -201,12 +207,12 @@ jobs:
201207 find hivetests/workspace/logs -type f -name "*.json" ! -name "hive.json" | xargs -I {} python .github/assets/hive/parse.py {} --exclusion .github/assets/hive/expected_failures.yaml --ignored .github/assets/hive/ignored_tests.yaml
202208
203209 - name : Print simulator output
204- if : ${{ failure() }}
210+ if : true
205211 run : |
206212 cat hivetests/workspace/logs/*simulator*.log
207213
208214 - name : Print reth client logs
209- if : ${{ failure() }}
215+ if : true
210216 run : |
211217 cat hivetests/workspace/logs/reth/client-*.log
212218 notify-on-error :
0 commit comments