Prepare Azure US release qualification while retaining hosted Azure EU routing - #212
Merged
Merged
Conversation
Contributor
Author
|
@postil review the current head |
There was a problem hiding this comment.
2 blocking findings open ·
1 advisory finding open
2 findings posted inline
1 suppressed
Screening workflows use a profile different from the embedded provider
bench/README.md:105
Suppressed: below the configured confidence threshold.
Severity error, confidence 0.12.
The release and calibration workflows now use the Azure/US screening profile while the embedded hosted profile remains Azure/EU. This makes qualification evidence validate a different provider contract than the released binary. Import authenticated US calibration evidence and embed the matching US configuration, or keep the workflows on the EU profile.
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.
Azure EU timeouts prevent new CLI releases from completing qualification. This change prepares a separate Azure US calibration and release route while the embedded hosted review profile remains on Azure EU.
Calibration and release requests pin
azure/us, requiredata_collection: denyandzdr: true, and disable provider fallback. New releases stop before benchmark model calls until the committed US baseline and attestation verify a complete ten-sample calibration from the first attempt onmain. The existing EU baseline and attestation remain unchanged.Validation: offline Rust, benchmark, installer, and mocked cohort tests passed. The exact local review found zero findings with complete coverage and cost accounting.