Add GHA to invoke RPC integration tests on commits to master#5161
Open
Shaptic wants to merge 5 commits intostellar:masterfrom
Open
Add GHA to invoke RPC integration tests on commits to master#5161Shaptic wants to merge 5 commits intostellar:masterfrom
Shaptic wants to merge 5 commits intostellar:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Actions workflow (.github/workflows/rpc-integration.yml) that triggers RPC integration tests on every push to the master branch. It does so by invoking a reusable workflow from stellar/stellar-rpc and passing the current commit SHA as the core_git_ref input. This supports the goal of catching downstream integration failures early, before they propagate to RPC.
Changes:
- Adds a new GHA workflow file that calls the RPC integration test suite on every push to
master - Passes
github.shaascore_git_refso that the RPC tests build against the exact Stellar Core commit being merged
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.
Description
As part of https://github.com/stellar/pod-fsr/issues/2, we want Stellar Core to run RPC integration tests to catch failures prior to downstream integration.
Checklist
Not Applicable:
clang-formatv8.0.0 (viamake formator the Visual Studio extension)