Skip to content

ci: align staking test workflows with TropiBot retries#72

Merged
3alpha merged 1 commit into
mainfrom
ci/tropibot-dispatch-metadata
Jul 14, 2026
Merged

ci: align staking test workflows with TropiBot retries#72
3alpha merged 1 commit into
mainfrom
ci/tropibot-dispatch-metadata

Conversation

@3alpha

@3alpha 3alpha commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Forward an immutable `head_sha` to the reusable staking workflows so TropiBot retries always retest the exact PR head.
  • Keep the existing `ipfs_hash` opt-in (skip build when supplied) for manual reruns of the PR head.
  • Preserve the lodestar consensus client default and the execution-client choice for sync / attestation tests.

Details

`sync-test.yml`

  • Forwards `head_sha: ${{ github.event.client_payload.head_sha || github.event.pull_request.head.sha || github.sha }}`.
  • Existing `pull_request`, `workflow_dispatch`, and `repository_dispatch: [tropibot-sync-test]` triggers preserved.
  • `ipfs_hash` is optional and falls back to building the PR head when empty.

`attestation-test.yml`

  • Forwards `head_sha: ${{ github.event.client_payload.head_sha || github.sha }}` (command/manual-only triggers).
  • Supports `workflow_dispatch` and `repository_dispatch: [tropibot-attestation-test]`.
  • `ipfs_hash` is optional and falls back to building the PR head when empty.

Dependency

Depends on the corresponding `dappnode/workflows` reusable-workflow update being merged first.

@tropibot

tropibot Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

✅ TropiBot report: SYNC TEST REPORT - PASSED

This 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.

📦 Package Under Test

📦 Clients Used

Component DNP Name
Execution hoodi-reth.dnp.dappnode.eth
Consensus lodestar-hoodi.dnp.dappnode.eth
Web3Signer web3signer-hoodi.dnp.dappnode.eth
MEV Boost mev-boost-hoodi.dnp.dappnode.eth
Network hoodi

🔖 Version Tracking

Client Before After
Execution reth/v2.0.0-eb4c15e/x86_64-unknown-linux-gnu reth/v2.0.0-eb4c15e/x86_64-unknown-linux-gnu
Consensus n/a Lodestar/v1.43.0/5cb87b7

⏱️ Timing

Operation Duration Status
SetStakerConfig 1m 39s
PackageInstall 18.7s
WaitForSync 12.2s

Total Duration: 2m 56s


📋 View full CI logs

@3alpha 3alpha merged commit 9427025 into main Jul 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant