ci: add stable required SDK checks - #2108
Merged
Merged
Conversation
Route pull request and merge queue SDK CI through reusable workflows and expose one stable required check per language. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f7cc7b4-214f-494f-a087-767951a28e8a
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a central orchestrator that preserves path-based SDK test selection while exposing stable required checks for pull requests and merge queues.
Changes:
- Converts six SDK workflows into reusable workflows.
- Adds path-based orchestration and fail-closed required checks.
- Keeps push and manual execution support.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/required-checks.yml |
Orchestrates SDK workflows and publishes stable required checks. |
.github/workflows/nodejs-sdk-tests.yml |
Enables reusable Node.js test execution. |
.github/workflows/python-sdk-tests.yml |
Enables reusable Python test execution. |
.github/workflows/go-sdk-tests.yml |
Enables reusable Go test execution. |
.github/workflows/dotnet-sdk-tests.yml |
Enables reusable .NET test execution. |
.github/workflows/java-sdk-tests.yml |
Enables reusable Java test execution. |
.github/workflows/rust-sdk-tests.yml |
Enables reusable Rust test execution. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 0
- Review effort level: Medium
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f7cc7b4-214f-494f-a087-767951a28e8a
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
Ruleset follow-up
Configure these required status checks after this workflow has reported them:
Node.js requiredPython requiredGo required.NET requiredJava requiredRust required