-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtests.yaml
215 lines (201 loc) · 8.25 KB
/
tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
tests:
# Test1
- id: "latest-releases"
schedule: true
name: "Test latest clients"
clients: clients/latest-stable.yaml
kurtosis: kurtosis-config/default.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
# CL: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
# EL: [geth,besu,reth,erigon,nethermind]
- lighthouse-reth,lighthouse-besu,grandine-nethermind
- prysm-reth,lighthouse-erigon,teku-besu
- prysm-besu,lodestar-besu,nimbus-nethermind
- lodestar-geth,prysm-erigon,nimbus-besu
- lighthouse-geth,grandine-besu,nimbus-reth
- prysm-geth,prysm-nethermind,lodestar-reth
- lighthouse-nethermind,nimbus-erigon,teku-geth
- lodestar-erigon,teku-nethermind,grandine-reth
- grandine-geth,teku-erigon,lodestar-nethermind
- teku-reth,grandine-erigon,nimbus-geth
assertoorTests:
- assertoor-tests/stability-check.yaml
- assertoor-tests/block-proposal-check.yaml
- assertoor-tests/eoa-transactions-test.yaml
- assertoor-tests/all-opcodes-test.yaml
- assertoor-tests/validator-withdrawal-test.yaml
- assertoor-tests/validator-exit-test.yaml
- assertoor-tests/validator-slashing-test.yaml
- assertoor-tests/dencun-opcodes-test.yaml
- assertoor-tests/blob-transactions-test.yaml
# Check validator client combinations
- id: "vc-compatibility"
schedule: false
name: "Test validator client combinations"
clients: clients/latest-dev.yaml
kurtosis: kurtosis-config/default_without_snooper.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
# EL: [geth]
# CL: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
# VC: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
- lighthouse/lighthouse-geth,lighthouse/prysm-geth,lighthouse/teku-geth,lighthouse/lodestar-geth,lighthouse/nimbus-geth
- prysm/lighthouse-geth,prysm/prysm-geth,prysm/teku-geth,prysm/lodestar-geth,prysm/nimbus-geth
- teku/lighthouse-geth,teku/prysm-geth,teku/teku-geth,teku/lodestar-geth,teku/nimbus-geth
- lodestar/lighthouse-geth,lodestar/prysm-geth,lodestar/teku-geth,lodestar/lodestar-geth,lodestar/nimbus-geth
- nimbus/lighthouse-geth,nimbus/prysm-geth,nimbus/teku-geth,nimbus/lodestar-geth,nimbus/nimbus-geth
- grandine/lighthouse-geth,grandine/prysm-geth,grandine/teku-geth,grandine/lodestar-geth,grandine/nimbus-geth
assertoorTests:
- assertoor-tests/block-proposal-check.yaml
# Check validator client combinations with stable clients
- id: "vc-compatibility-stable"
schedule: false
name: "Test validator client combinations with stable clients"
clients: clients/latest-stable.yaml
kurtosis: kurtosis-config/default_without_snooper.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
# EL: [geth]
# CL: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
# VC: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
- lighthouse/lighthouse-geth,lighthouse/prysm-geth,lighthouse/teku-geth,lighthouse/lodestar-geth,lighthouse/nimbus-geth
- prysm/lighthouse-geth,prysm/prysm-geth,prysm/teku-geth,prysm/lodestar-geth,prysm/nimbus-geth
- teku/lighthouse-geth,teku/prysm-geth,teku/teku-geth,teku/lodestar-geth,teku/nimbus-geth
- lodestar/lighthouse-geth,lodestar/prysm-geth,lodestar/teku-geth,lodestar/lodestar-geth,lodestar/nimbus-geth
- nimbus/lighthouse-geth,nimbus/prysm-geth,nimbus/teku-geth,nimbus/lodestar-geth,nimbus/nimbus-geth
- grandine/lighthouse-geth,grandine/prysm-geth,grandine/teku-geth,grandine/lodestar-geth,grandine/nimbus-geth
assertoorTests:
- assertoor-tests/block-proposal-check.yaml
# kubetest
- id: "kubetest"
schedule: false
name: "Kubernetes Test"
clients: clients/latest-stable.yaml
kurtosis: kurtosis-config/default.yaml
worker: ubuntu-latest
backend: kubernetes
kubernetes:
cluster: services
storageClass: do-block-storage
clientPairs:
- lighthouse-geth,prysm-reth,lodestar-besu
assertoorTests:
- assertoor-tests/stability-check.yaml
- assertoor-tests/block-proposal-check.yaml
- assertoor-tests/eoa-transactions-test.yaml
- assertoor-tests/all-opcodes-test.yaml
- assertoor-tests/validator-withdrawal-test.yaml
- assertoor-tests/validator-exit-test.yaml
- assertoor-tests/validator-slashing-test.yaml
- id: "deneb-gen"
schedule: false
name: "Test dencun genesis"
clients: clients/latest-stable.yaml
kurtosis_branch: bbusa/default-deneb-genesis
kurtosis: kurtosis-config/deneb-gen.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
- lighthouse-reth,lighthouse-besu,grandine-nethermind
- prysm-reth,lighthouse-erigon,teku-besu
- prysm-besu,lodestar-besu,nimbus-nethermind
- lodestar-geth,prysm-erigon,nimbus-besu
- lighthouse-geth,grandine-besu,nimbus-reth
- prysm-geth,prysm-nethermind,lodestar-reth
- lighthouse-nethermind,nimbus-erigon,teku-geth
- lodestar-erigon,teku-nethermind,grandine-reth
- grandine-geth,teku-erigon,lodestar-nethermind
- teku-reth,grandine-erigon,nimbus-geth
assertoorTests:
- assertoor-tests/stability-check.yaml
- assertoor-tests/block-proposal-check.yaml
- assertoor-tests/eoa-transactions-test.yaml
- assertoor-tests/blob-transactions-test.yaml
- assertoor-tests/all-opcodes-test.yaml
- assertoor-tests/dencun-opcodes-test.yaml
- assertoor-tests/validator-withdrawal-test.yaml
- assertoor-tests/validator-exit-test.yaml
- assertoor-tests/validator-slashing-test.yaml
- id: "verkle-test"
schedule: false
name: "Test verkle clients"
clients: clients/verkle.yaml
kurtosis: kurtosis-config/verkle-gen.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
- lighthouse-geth,lighthouse-geth,lodestar-geth
assertoorTests:
- assertoor-tests/stability-check.yaml
- assertoor-tests/block-proposal-check.yaml
- assertoor-tests/eoa-transactions-test.yaml
- assertoor-tests/all-opcodes-test.yaml
- assertoor-tests/validator-withdrawal-test.yaml
# voluntary exit test does not work because according to EIP7044 assertoor signs exits with the capella signing domain
#- assertoor-tests/validator-exit-test.yaml
- assertoor-tests/validator-slashing-test.yaml
- id: "verkle-conversion"
schedule: false
name: "Test verkle conversion"
clients: clients/verkle.yaml
kurtosis_branch: bbusa/verkle-archive
kurtosis: kurtosis-config/verkle-conversion.yaml
worker: [size-m-x64, self-hosted-ghr]
backend: kubernetes
kubernetes:
cluster: k3s-berlin
storageClass: local-path
clientPairs:
- lodestar-geth,lodestar-geth
assertoorTests:
- assertoor-tests/verkle-conversion-check.yaml
# Test1
- id: "proposals"
schedule: false
name: "Test latest clients (proposals only)"
clients: clients/latest-stable.yaml
kurtosis: kurtosis-config/default.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
# CL: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
# EL: [geth,besu,reth,erigon,nethermind]
- lighthouse-reth,lighthouse-besu,grandine-nethermind
#- prysm-reth,lighthouse-erigon,teku-besu
#- prysm-besu,lodestar-besu,nimbus-nethermind
#- lodestar-geth,prysm-erigon,nimbus-besu
#- lighthouse-geth,grandine-besu,nimbus-reth
#- prysm-geth,prysm-nethermind,lodestar-reth
#- lighthouse-nethermind,nimbus-erigon,teku-geth
#- lodestar-erigon,teku-nethermind,grandine-reth
#- grandine-geth,teku-erigon,lodestar-nethermind
#- teku-reth,grandine-erigon,nimbus-geth
assertoorTests:
- assertoor-tests/block-proposal-check.yaml
# mev-proposals test
- id: "mev-proposals"
schedule: false
name: "Test latest clients for MEV proposals"
clients: clients/latest-stable.yaml
kurtosis: kurtosis-config/default_with_mev.yaml
worker: ubuntu-latest
backend: docker
clientPairs:
# CL: [lighthouse,prysm,teku,lodestar,nimbus,grandine]
# EL: [geth,besu,reth,erigon,nethermind]
- lighthouse-reth,lighthouse-besu,grandine-nethermind
- prysm-reth,lighthouse-erigon,teku-besu
- prysm-besu,lodestar-besu,nimbus-nethermind
- lodestar-geth,prysm-erigon,nimbus-besu
- lighthouse-geth,grandine-besu,nimbus-reth
- prysm-geth,prysm-nethermind,lodestar-reth
- lighthouse-nethermind,nimbus-erigon,teku-geth
- lodestar-erigon,teku-nethermind,grandine-reth
- grandine-geth,teku-erigon,lodestar-nethermind
- teku-reth,grandine-erigon,nimbus-geth
assertoorTests:
- assertoor-tests/mev-block-proposal-check.yaml