Add CI workflows for release and execution client sync tests#58
Add CI workflows for release and execution client sync tests#58pablomendezroyo wants to merge 2 commits intomainfrom
Conversation
✅ SYNC TEST REPORT - PASSEDThis CI runs on a real DAppNode using the same RPC calls a user would make to configure a staker setup: execution client, consensus client, web3signer, MEV-boost, and relays. The self-hosted runner is pre-loaded with synced (or near-synced) execution client volumes, enabling fast sync and attestation tests with any client combination. Consensus clients use checkpoint sync, so no pre-synced volume is required. Sync Test: Verifies that both execution and consensus clients reach a synced state. This test ensures the staker configuration is valid and clients can synchronize with the network. 📦 Clients Used
🔖 Version TrackingExecution Client Versions
Consensus Client Versions
⏱️ Timing MeasurementsEnvironment Setup
Test Execution
Total Duration: 11m56s 🔴 Container Error Logs
DAppNodePackage-validator.prysm-hoodi.dnp.dappnode.eth: |
Introduce new CI workflows for managing releases and executing client sync tests. The workflows allow for manual triggering and automate the build, test, and release processes for various execution clients. This enhances the testing and deployment pipeline.