Skip to content

chore: migrate to reusable workflows#51

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

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

Conversation

@3alpha

@3alpha 3alpha commented Jun 2, 2026

Copy link
Copy Markdown
Member

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

Changes

  • auto_check.yamlbump-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.ymlsync-production.yml calls sync-production.yml (daily sync + Discord notify)

Benefits

  • DRY: shared logic maintained in one place
  • Consistent across all execution client packages
  • Easier to update (change once in workflows repo, applies everywhere)

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

- auto_check.yaml → 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

tropibot Bot commented Jun 2, 2026

Copy link
Copy Markdown

✅ 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-besu.dnp.dappnode.eth
Consensus prysm-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 besu/v25.9.0/linux-x86_64/openjdk-java-21 besu/v26.5.0-RC2/linux-x86_64/openjdk-java-25
Consensus Prysm/v7.1.2 (linux amd64) Prysm/v7.1.2 (linux amd64)

⏱️ Timing

Operation Duration Status
SetStakerConfig 46.9s
PackageInstall 32.0s
WaitForSync 33.1s

Total Duration: 2m 8s


📋 View full CI logs

@3alpha 3alpha merged commit 06bd732 into main Jun 2, 2026
3 of 4 checks passed
@3alpha 3alpha deleted the chore/use-reusable-workflows branch June 2, 2026 14:58
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