Skip to content

Comments

[DX-2283] Adds branch-out uploading and flaky test protection#1849

Merged
kalverra merged 13 commits intomainfrom
branch-out
Feb 20, 2026
Merged

[DX-2283] Adds branch-out uploading and flaky test protection#1849
kalverra merged 13 commits intomainfrom
branch-out

Conversation

@kalverra
Copy link
Contributor

@kalverra kalverra commented Feb 20, 2026

Uses branch-out to catch, track, and skip flaky tests in CI. Had to make a new PR so benchmark would chill.

@kalverra kalverra requested a review from a team as a code owner February 20, 2026 15:10
Copilot AI review requested due to automatic review settings February 20, 2026 15:10
@github-actions
Copy link

👋 kalverra, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link

✅ API Diff Results - No breaking changes


📄 View full apidiff report

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

Integrates branch-out into CI to produce/upload JUnit test results (via gotestsum) so flaky tests can be tracked/quarantined during workflow runs.

Changes:

  • Install gotestsum and switch unit test execution to emit test-results.xml (JUnit).
  • Upload JUnit results to smartcontractkit/.github/actions/branch-out-upload.
  • Minor workflow tweaks (paths filter update; coverage artifact renamed in pkg workflow).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
.github/workflows/pkg.yml Runs unit tests via gotestsum with JUnit output and uploads results to branch-out; renames coverage artifact.
.github/workflows/keystore.yml Adds gotestsum + branch-out upload for keystore unit tests; updates paths filter to include the workflow file itself.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kalverra kalverra added this pull request to the merge queue Feb 20, 2026
Merged via the queue into main with commit ba8318e Feb 20, 2026
62 of 66 checks passed
@kalverra kalverra deleted the branch-out branch February 20, 2026 18:02
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.

3 participants