Add deterministic Python cross-SDK interop CI path#29
Merged
Conversation
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.
Motivation
a2aproject/a2a-pythonrepository and verifies gRPC transport interoperability tests.Description
scripts/run_python_cross_sdk_interop.shwhich clones a pinneda2a-pythonref, installs it into a virtualenv, builds the C++ SDK, and runs gRPC transport integration tests.python-cross-sdk-interopto.github/workflows/ci.ymlthat runs the script withA2A_PYTHON_REF: v0.3.0.docs/parity-a2a.mdto record the improved parity state for gRPC, markGetExtendedAgentCardas an intentional non-goal for A2A v1 (documented), and add aParity evidencesection linking the new CI signal.Testing
clang-format --dry-run --Werroracross tracked C/C++ files and it passed.cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo/cmake --build build --parallel) and the build completed successfully.ctestas part of./scripts/verify_changes.sh, and all tests passed (127/127tests passed).clang-tidyvia the repo script; it completed and produced warnings (no failing errors reported by the verification run).Codex Task