Build images at main tip for staging rollout#16
Open
nadahalli wants to merge 3 commits into
Open
Conversation
Empty commit: tree is identical to main (cf58970), so the EIF/PCR match a main build. Carries the deploy-images label to build+push enclave, host and config-tracker images for the staging rollout (PRIV-516/PRIV-541).
nadahalli
marked this pull request as ready for review
July 23, 2026 12:45
…image build
The /memory endpoint reported only Go-runtime-mapped memory (usedMB), which excludes native allocations, notably the wasmtime WASM linear memory that dominates the enclave's footprint under load. Load testing showed usedMB barely moving while the enclave approached its wedge, because the pressure was all outside Go's accounting. Add an additive rssMB field (VmRSS from /proc/self/status) so /memory reflects the true resident footprint. usedMB is unchanged. rssMB is 0 on non-Linux dev builds. Parsing is unit-tested; RSS reading changes the EIF, so this needs a rebuild + PCR update to deploy.
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.
Empty commit on main (cf58970, includes admission control #4 and restricted-host #11). The deploy-images label builds and pushes enclave/host/config-tracker images (sha-1fe855a) to dev/stage/prod ECR and produces the PCR measurements artifact for the cap-registry update. Staging deploy: PRIV-516 / PRIV-541. Not for merge.