test(crv): add deterministic emulator host variant - #482
Draft
daniele21 wants to merge 10 commits into
Draft
Conversation
Owner
Author
|
/preflight full |
Owner
Author
|
/preflight full |
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.
Scope
Adds a dedicated x86_64
emulatorE2ephone-host variant for remote two-APK Android E2E.RuntimeOrchestrator;ModelStoreand deterministicInferenceBackend;Why
Prior emulator evidence exercised the Binder contract but not the real two-APK product path. The production phone APK is ARM64-only, so a GitHub x86_64 AVD cannot install it. This variant closes that REMOTE_AUTOMATED gap without pretending to validate native ARM64/GGUF execution, which remains CRV-110 REAL_ENVIRONMENT.
Cross-app evidence
RedactGuard #109 consumes the Harness-owned emulator artifact without checking out or building Harness source in the consumer repo. Its API 35 x86_64 AVD lane has passed Host-absent fail-closed behavior and the cross-process Binder/control-plane/readiness/runtime journey through Review on the exact Harness head used here.
Validation
Build logic/runtime composition/workflow changes require FULL exact-head remote preflight. Automatic FULL validation on this head is green; the explicit
/preflight fullreplay is the final deterministic readiness confirmation. Physical ARM64 + real GGUF remains CRV-110 REAL_ENVIRONMENT and is not claimed by this PR.