fix(release): add readiness platform go profile#26
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.
Summary
Adds a readiness-platform Go execution profile for RR002/RR003/RR004 fixture scripts.
This fixes the Termux/Android readiness stall where over-isolated project-local Go module/cache behavior caused long stalls or process loss during Go compile/link.
What changed
scripts/release_readiness/lib/common.shscripts/release_readiness/rr002_cli_smoke.shscripts/release_readiness/rr003_var_spine_smoke.shscripts/release_readiness/rr004_policy_statelock_smoke.shscripts/release_readiness/test_rr002_smoke.shscripts/release_readiness/test_rr003_smoke.shscripts/release_readiness/test_rr004_smoke.shTermux / Android behavior
On Termux/Android:
.local/.GOPATH/GOMODCACHE.GOPROXY=offGOSUMDB=offGOFLAGS=-mod=readonlyGOMAXPROCS=1GOMEMLIMIT=1024MiBgo test -p=1Operator visibility
RR scripts now print before heavy Go commands:
This prevents long silent compile/link windows.
Scope
This PR does not:
RR-005 WIP remains stashed and recoverable.
Review status
Independent review verdict: APPROVE.
Review confirmed:
Validation
bash scripts/release_readiness/test_smoke.shpassed.bash scripts/release_readiness/test_rr002_smoke.shpassed.bash scripts/release_readiness/test_rr003_smoke.shpassed.bash scripts/release_readiness/test_rr004_smoke.shpassed.bash scripts/check_promotion_manifest.shpassed with 914 / 914.git diff --checkpassed.bash scripts/release_readiness/rr002_cli_smoke.shcompleted withRR002_INCOMPLETEand no blockers.bash scripts/release_readiness/rr003_var_spine_smoke.shcompleted withRR003_PASS.bash scripts/release_readiness/rr004_policy_statelock_smoke.shcompleted withRR004_PASS.bash scripts/release_readiness/readiness.shcompleted withNEEDS_RR_SUITE.go test -p=1 ./pkg/releasecheck -count=1passed.Known limitation
Private scanner preflight was inconclusive on this Termux environment due scanner stall / zero-byte logs. Changed files are shell-only and were manually reviewed for unsafe shell, release, network, provider, and attribution patterns. Scanner-platform hardening should be handled separately.