fix(ci): robustes warten auf nuget-konvergenz im release-gate#98
Merged
tomtastisch merged 3 commits intomainfrom Feb 18, 2026
Merged
fix(ci): robustes warten auf nuget-konvergenz im release-gate#98tomtastisch merged 3 commits intomainfrom
tomtastisch merged 3 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Dieses PR macht den Release-Workflow robuster, indem es das Post-Publish-Gate (Gate 4) weniger anfällig für NuGet-Registrierungs-Lags macht, ohne das Fail-Closed-Verhalten aufzuweichen.
Changes:
- Retry-Schedule für stabile Releases in
gate4_verify_postpublish.sherweitert, um mehr Konvergenzzeit zu erlauben. - Kurze Begründung als Kommentar direkt am Stable-Schedule ergänzt.
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.
Ziel & Scope
Dieses PR macht das Release-Gate
Gate 4 - SVT post-publishrobust gegen NuGet-Propagation-Latenz, ohne Fail-Closed-Semantik aufzugeben.Umgesetzte Aufgaben (abhaken)
tools/ci/release/gate4_verify_postpublish.sherweitert.Nachbesserungen aus Review (iterativ)
Security- und Merge-Gates
security/code-scanning/tools: Pflichtziel fuer Merge bleibt0 offene Alerts.Evidence (auditierbar)
bash -n tools/ci/release/gate4_verify_postpublish.shbash -n tools/ci/verify_nuget_release.shdotnet restore --locked-mode FileClassifier.sln -v minimaldotnet build FileClassifier.sln -c Release --no-restore -v minimaldotnet test tests/FileTypeDetectionLib.Tests/FileTypeDetectionLib.Tests.csproj -c Release --no-build -v minimaldotnet list FileClassifier.sln package --vulnerable --include-transitivetools/ci/release/gate4_verify_postpublish.shDoD (mindestens 2 pro Punkt)
tools/ci/release/gate4_verify_postpublish.shnachweisbar angepasstbash -n tools/ci/release/gate4_verify_postpublish.shExit Code 0dotnet build FileClassifier.sln -c Release --no-restoreerfolgreichdotnet test tests/FileTypeDetectionLib.Tests/FileTypeDetectionLib.Tests.csproj -c Release --no-builderfolgreich (544/544)dotnet list ... --vulnerable --include-transitive