Skip to content

chore: migrate to reusable workflows#84

Merged
3alpha merged 1 commit into
mainfrom
chore/use-reusable-workflows
Jun 3, 2026
Merged

chore: migrate to reusable workflows#84
3alpha merged 1 commit into
mainfrom
chore/use-reusable-workflows

Conversation

@3alpha
Copy link
Copy Markdown
Member

@3alpha 3alpha commented Jun 2, 2026

Replace inline workflow definitions with thin caller stubs that delegate to centralized reusable workflows in dappnode/workflows.

Changes

  • auto_check.yml + main.ymlbump-upstream.yml (Docker-based bump-runner via tropibot)
  • release.yml → calls staking-release.yml (build→test→release on staking infra)
  • New sync-test.yml → calls staking-sync-test.yml (PR sync validation)
  • New sync-production.yml → calls sync-production.yml (daily sync + Discord notify)

Benefits

  • DRY: shared logic maintained in one place
  • Consistent across all execution client packages
  • Adds staking sync test infrastructure (previously missing for reth)

Replace inline workflow definitions with thin caller stubs that delegate
to centralized reusable workflows in dappnode/workflows.

- auto_check.yml + main.yml → bump-upstream.yml (Docker-based bump-runner via tropibot)
- release.yml → calls staking-release.yml (build→test→release)
- sync-test.yml → calls staking-sync-test.yml (PR sync validation)
- sync.yml → sync-production.yml calls sync-production.yml (daily sync + Discord notify)
@tropibot
Copy link
Copy Markdown

tropibot Bot commented Jun 2, 2026

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

📦 Clients Used

Component DNP Name
Execution hoodi-reth.dnp.dappnode.eth
Consensus teku-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.2.0-88505c7/x86_64-unknown-linux-gnu
Consensus teku/v26.3.0/linux-x86_64/-eclipseadoptium-openjdk64bitservervm-java-21 teku/v26.3.0/linux-x86_64/-eclipseadoptium-openjdk64bitservervm-java-21

⏱️ Timing

Operation Duration Status
SetStakerConfig 1m 41s
PackageInstall 1m 8s
WaitForSync 24.0s

Total Duration: 3m 35s


📋 View full CI logs

@3alpha 3alpha merged commit af4ee5c into main Jun 3, 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