feat: wire test collection IDs to all upload steps#1119
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…TION_ID Adds test-collection-id input to test_ruby_gem_uploads action and passes TRUNK_TEST_COLLECTION_ID through all rspec and knapsack upload steps. Staging (T5yKSn9h) wired in ruby.yml and release_ruby_gem.yml; both staging and prod (BiBP2neA) wired in smoke_test.yml and smoke_test_main.yml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
This was referenced Jun 12, 2026
Merged
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1119 +/- ##
==========================================
+ Coverage 82.40% 82.65% +0.25%
==========================================
Files 69 69
Lines 15399 15399
==========================================
+ Hits 12689 12728 +39
+ Misses 2710 2671 -39 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TylerJang27
approved these changes
Jun 15, 2026
- Add variant input to test_ruby_gem_uploads action, threaded through to regular tests and knapsack steps - release_ruby_gem.yml: add prod upload with variant per matrix combination - ruby.yml build job: run tests once with TRUNK_LOCAL_UPLOAD_DIR, upload bundle to all four collections via CLI - ruby.yml test-ruby-gem-uploads job: add prod and smoke test collection uploads, add names to all action steps Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…staging upload in release_ruby_gem.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Wires Trunk Flaky Tests collection IDs to all test upload steps across repos, enabling per-collection flake tracking rather than repo-wide tracking. Adds both staging and prod collection IDs where applicable. Depends on the
--test-collection-idCLI flag rename landing first.PRs
🤖 Generated with Claude Code