ci: add tropibot repository_dispatch + metadata to sync-test, align attestation-test with org spec#70
Open
3alpha wants to merge 2 commits into
Open
ci: add tropibot repository_dispatch + metadata to sync-test, align attestation-test with org spec#703alpha wants to merge 2 commits into
3alpha wants to merge 2 commits into
Conversation
…ttestation-test with org spec - sync-test.yml: add repository_dispatch trigger for tropibot-sync-test and forward pr_number, head_ref, sender metadata to the reusable workflow. - attestation-test.yml: hard-code consensus_client to lodestar and remove the now-redundant package_variant override (the reusable workflow defaults to hoodi); align metadata mapping with sync-test.yml.
❌ TropiBot report: SYNC TEST REPORT - FAILEDThis 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
🔖 Version Tracking
⏱️ Timing
Total Duration: 3m 0s ❌ Error Details |
Adds an optional workflow_dispatch input 'ipfs_hash' to sync-test and attestation-test, and forwards it (along with the existing client_payload fallback) to the reusable workflows. When provided, the reusable workflow prefers the supplied hash over the freshly built one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires the staker package test workflows into the TropiBot dispatch flow and aligns lodestar's existing attestation-test.yml with the org spec.
sync-test.yml
repository_dispatchtrigger fortropibot-sync-test.pr_number,head_ref, andsenderfrom the dispatch payload (withpull_requestandgithub.*fallbacks) to the reusabledappnode/workflows/.github/workflows/staking-sync-test.yml@master.workflow_dispatchandpull_requesttriggers.attestation-test.yml
consensus_client: "lodestar"(was... || 'lodestar').package_variant: "hoodi"(reusable workflow defaults to hoodi, so behavior is unchanged).pr_number/head_ref/senderfallbacks) with sync-test.yml for consistency.