Skip to content

Add GHA to invoke RPC integration tests on commits to master#5161

Open
Shaptic wants to merge 5 commits intostellar:masterfrom
Shaptic:rpc-test-invoke
Open

Add GHA to invoke RPC integration tests on commits to master#5161
Shaptic wants to merge 5 commits intostellar:masterfrom
Shaptic:rpc-test-invoke

Conversation

@Shaptic
Copy link

@Shaptic Shaptic commented Mar 3, 2026

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

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)

Not Applicable:

  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

Copilot AI review requested due to automatic review settings March 3, 2026 21:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.sha as core_git_ref so that the RPC tests build against the exact Stellar Core commit being merged

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.

2 participants