Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to run the Bruno “PR Happy flow” end-to-end collection against a locally started Crosslink stack (via docker compose) to provide CI-level E2E validation.
Changes:
- Introduces
.github/workflows/bruno.ymlto start the Crosslink Docker Compose stack and run the Bruno collection headlessly. - Adds a simple readiness wait loop and collects container logs on failure.
You can also share your feedback on Copilot code review. Take the survey.
631b31b to
ec99789
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions job to run Bruno-based end-to-end tests as part of the existing Go CI workflow, and updates the “check all builds succeeded” gate to include the E2E result.
Changes:
- Add a
brunojob that brings up the Crosslink Docker Compose stack and runs the Bruno collection headlessly. - Add a broker readiness wait loop before running the collection, and print container logs on failure.
- Update
build-allto require bothbuildandbruno(allowingbrunoto be skipped) before reporting success.
You can also share your feedback on Copilot code review. Take the survey.
f7b5d35 to
521e8dd
Compare
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.
https://index-data.atlassian.net/browse/ILLDEV-291