Vlad/profiling native test install subdir - #19257
Merged
vlad-scherbich merged 1 commit intoJul 24, 2026
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
vlad-scherbich
force-pushed
the
vlad/profiling-native-test-install-subdir
branch
from
July 23, 2026 14:13
a10eb9a to
cf6728e
Compare
This was referenced Jul 23, 2026
vlad-scherbich
force-pushed
the
vlad/315-peripheral-compat
branch
from
July 23, 2026 14:31
0e9c0db to
bf4de26
Compare
vlad-scherbich
force-pushed
the
vlad/profiling-native-test-install-subdir
branch
from
July 23, 2026 14:31
cf6728e to
350791d
Compare
Allows version-specific native test binaries to install into a subdir of the shared test/ directory (e.g. INSTALL_SUBDIR py315 -> test/py315/). build_base_venvs runs in parallel across all Python versions and GitLab merges all artifacts into a single directory for downstream jobs. Without isolation a binary compiled for pyX.Y (RPATH -> libpythonX.Y) lands in the shared test/ directory and crashes when the pytest gtest plugin tries to run it against a different Python runtime. Callers that do not pass INSTALL_SUBDIR are unaffected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vlad-scherbich
force-pushed
the
vlad/315-peripheral-compat
branch
from
July 24, 2026 01:24
bf4de26 to
32359ee
Compare
vlad-scherbich
force-pushed
the
vlad/profiling-native-test-install-subdir
branch
from
July 24, 2026 01:25
350791d to
25b13ee
Compare
Base automatically changed from
vlad/315-peripheral-compat
to
vlad/315-official-support
July 24, 2026 01:25
vlad-scherbich
merged commit Jul 24, 2026
25b13ee
into
vlad/315-official-support
4 of 7 checks passed
Codeowners resolved as |
Circular import analysis
|
This was referenced Jul 24, 2026
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.
prev: #19255 | next: #19250
Summary
INSTALL_SUBDIR for py3.15 native tests.
Test plan