@@ -153,14 +153,61 @@ jobs:
153153 runner : " ubuntu24.04-16cores-64GB"
154154 tests_dir : " ocr2"
155155 logs_archive_name : " df1-chaos"
156+ - display_name : " Test VRFv2Plus Smoke"
157+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusSmoke"
158+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/basic.toml"
159+ runner : " ubuntu24.04-16cores-64GB"
160+ tests_dir : " vrfv2plus"
161+ logs_archive_name : " vrfv2plus-smoke"
162+ - display_name : " Test VRFv2Plus Multiple Sending Keys"
163+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusMultipleSendingKeys"
164+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/two_keys.toml"
165+ runner : " ubuntu24.04-16cores-64GB"
166+ tests_dir : " vrfv2plus"
167+ logs_archive_name : " vrfv2plus-multiple-sending-keys"
156168
169+ - display_name : " Test VRFv2Plus With BHS"
170+ testcmd : " go test -v -timeout 30m -run TestVRFV2PlusWithBHS"
171+ envcmd : " cl u env-vrf2plus-bhX.toml,products/vrfv2plus/bhs.toml"
172+ runner : " ubuntu24.04-16cores-64GB"
173+ tests_dir : " vrfv2plus"
174+ logs_archive_name : " vrfv2plus-with-bhs"
175+ - display_name : " Test VRFv2Plus With BHF"
176+ testcmd : " go test -v -timeout 30m -run TestVRFV2PlusWithBHF"
177+ envcmd : " cl u env-vrf2plus-bhX.toml,env-geth.toml,products/vrfv2plus/bhf.toml"
178+ runner : " ubuntu24.04-16cores-64GB"
179+ tests_dir : " vrfv2plus"
180+ logs_archive_name : " vrfv2plus-with-bhf"
181+ - display_name : " Test VRFv2Plus Replay After Timeout"
182+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusReplayAfterTimeout"
183+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/replay.toml"
184+ runner : " ubuntu24.04-16cores-64GB"
185+ tests_dir : " vrfv2plus"
186+ logs_archive_name : " vrfv2plus-replay-after-timeout"
187+ - display_name : " Test VRFv2Plus Pending Block Simulation And Zero Confirmation Delays"
188+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusPendingBlockSimulationAndZeroConfirmationDelays"
189+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/pending_block.toml"
190+ runner : " ubuntu24.04-16cores-64GB"
191+ tests_dir : " vrfv2plus"
192+ logs_archive_name : " vrfv2plus-pending-block-simulation-and-zero-confirmation-delays"
193+ - display_name : " Test VRFv2Plus Migration"
194+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusMigration"
195+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/basic.toml"
196+ runner : " ubuntu24.04-16cores-64GB"
197+ tests_dir : " vrfv2plus"
198+ logs_archive_name : " vrfv2plus-migration"
199+ - display_name : " Test VRFv2Plus Batch Fulfillment"
200+ testcmd : " go test -v -timeout 30m -run TestVRFv2PlusBatchFulfillment"
201+ envcmd : " cl u env-vrf2plus.toml,products/vrfv2plus/batch.toml"
202+ runner : " ubuntu24.04-16cores-64GB"
203+ tests_dir : " vrfv2plus"
204+ logs_archive_name : " vrfv2plus-batch-fulfillment"
157205 - display_name : " Test LogPoller Fixed Depth"
158206 testcmd : " go test -v -timeout 30m -run TestLogPoller"
159207 envcmd : " cl u env.toml,tests/logpoller/fixed_depth.toml"
160208 runner : " ubuntu24.04-16cores-64GB"
161209 tests_dir : " logpoller"
162210 logs_archive_name : " logpoller-fixed-depth"
163-
164211 - display_name : " Test LogPoller Finality Tag"
165212 testcmd : " go test -v -timeout 30m -run TestLogPoller"
166213 envcmd : " cl u env.toml,tests/logpoller/finality_tag.toml"
0 commit comments