Skip to content

chore: migrate to reusable workflows#93

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

chore: migrate to reusable workflows#93
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.ymlbump-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.

- bump-upstream: uses dappnode/workflows bump-upstream.yml (Docker-based bump-runner)
- release: uses dappnode/workflows staking-release.yml (build→test→release)
- sync-test: uses dappnode/workflows staking-sync-test.yml (PR sync validation)
- sync-production: uses dappnode/workflows sync-production.yml (daily sync + Discord notify)
@tropibot

tropibot Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

✅ 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-geth.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 Geth/v1.16.8-stable-abeb78c6/linux-amd64/go1.24.11 Geth/v1.17.3-stable-117e067f/linux-amd64/go1.26.3
Consensus n/a Lodestar/v1.43.0/5cb87b7

⏱️ Timing

Operation Duration Status
SetStakerConfig 27.1s
PackageInstall 9.5s
WaitForSync 9m 49s

Total Duration: 10m 48s


📋 View full CI logs

@3alpha 3alpha merged commit 2ecc4be 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