Build lang-SDK k8s test artifacts from the checkout's own SDKs - #71620
Closed
rjgoyln wants to merge 1 commit into
Closed
Build lang-SDK k8s test artifacts from the checkout's own SDKs#71620rjgoyln wants to merge 1 commit into
rjgoyln wants to merge 1 commit into
Conversation
The lang-SDK Kubernetes test exists to prove a Go/Java worker and the Python supervisor speak the same AIP-72 wire schema. Sourcing the SDKs from upstream main on a release branch pairs a newer SDK with that branch's older supervisor -- a combination no release contains -- so the test stops describing the branch it runs on, and every worker task fails outright the moment main moves the schema version forward. The checkout is what ships together, so it is what gets built. Fetching from upstream remains only for a checkout old enough to have no SDKs at all, where the test could otherwise not run.
rjgoyln
marked this pull request as ready for review
August 14, 2026 17:04
rjgoyln
requested review from
amoghrajesh,
ashb,
bugraoz93,
choo121600,
ephraimbuddy,
gopidesupavan,
jason810496,
jedcunningham,
jscheffl,
potiuk and
vatsrahul1001
as code owners
August 14, 2026 17:04
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
The lang-SDK Kubernetes test builds its Go and Java worker artifacts from upstream
mainon any run that does not targetmain, pairing main's SDK with the checked-out branch's supervisor — a combination no release ships. Since #69757 moved the AIP-72 supervisor schema to2026-10-30, everyv3-3-testrun fails: the Go bundle announces a version that branch's supervisor does not know, so it is rejected andgo_extractdies withcannot find executable bundle with usable supervisor_schema_version.A worker and a supervisor only agree on the wire schema when they come from the same checkout, so that is what the test builds now. The upstream fetch survives for a checkout that has no
go-sdk//java-sdk/at all, narrowed to whichever SDK is absent.mainkeeps building its own SDKs as it already does.v3-3-teststays red until this is cherry-picked there, so it needs thebackport-to-v3-3-testlabel before merge.related: #71527, #71588
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 5) following the guidelines