ci: add tropibot repository_dispatch + metadata to sync-test, add attestation-test#68
Open
3alpha wants to merge 2 commits into
Open
ci: add tropibot repository_dispatch + metadata to sync-test, add attestation-test#683alpha wants to merge 2 commits into
3alpha wants to merge 2 commits into
Conversation
…estation-test - 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: new workflow that calls the reusable staking-attestation-test.yml with consensus_client hard-coded to prysm and execution_client sourced from the dispatch payload or manual input.
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.
❌ 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: 2m 25s ❌ Error Details |
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.
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 (new)
repository_dispatch: tropibot-attestation-testandworkflow_dispatch.consensus_client: "prysm".execution_clientfrom the dispatch payload or manual input (execution choice).pr_number/head_ref/sendermetadata mapping.dappnode/workflows/.github/workflows/staking-attestation-test.yml@masterwithsecrets: inherit.