Run Cloud-eligible tests in CI - #554
Merged
Merged
Conversation
THardy98
force-pushed
the
feat/cloud-testing-inventory
branch
8 times, most recently
from
August 25, 2026 14:42
e1dd440 to
5a3f314
Compare
THardy98
force-pushed
the
feat/cloud-testing-inventory
branch
from
August 25, 2026 15:16
5a3f314 to
fa81d1a
Compare
THardy98
marked this pull request as ready for review
August 25, 2026 15:35
Contributor
Author
|
Output from the inventory command: Details |
THardy98
enabled auto-merge (squash)
August 25, 2026 16:07
GregoryTravis
left a comment
Contributor
There was a problem hiding this comment.
Unofficial approval, needs @chris-olszewski
chris-olszewski
approved these changes
Aug 26, 2026
chris-olszewski
left a comment
Member
There was a problem hiding this comment.
I like the class defined exclusion
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.
What was changed
Cloud test eligibility is now explicit and queryable. Tests are eligible by default and can be excluded at the class or method level when they require local servers, require Cloud provisioning, or still need Cloud adaptation. A deterministic inventory reports every excluded test by reason, while the Cloud runner filters exclusions before Minitest setup.
Tests that create secondary clients now preserve envconfig-provided TLS, authentication, metadata, and client options. The ephemeral mTLS Cloud job runs the complete eligible suite instead of one smoke test and uploads its output after namespace cleanup.
For review, the commits separate metadata and inventory, classification-only annotations, environment adaptations, and CI activation.
Why?
A single smoke test cannot show which parts of the Ruby SDK suite work against Temporal Cloud. Runner-integrated metadata prevents a separate allowlist from drifting and leaves normal local CI exhaustive.
Checklist
Closes N/A
How was this tested:
bundle exec rake test:cloud TEST=test/cloud_test_exclusion_test.rbbundle exec rake rubocopbundle exec rake steepactionlint .github/workflows/ci.ymlAny docs updates needed?
The README documents the Cloud inventory and runner commands. This is internal test and CI infrastructure, so no changelog entry is needed.