ci(datetime): retire the one-shot Raft mirror after verified execution - #131
Open
bytemain wants to merge 1 commit into
Open
ci(datetime): retire the one-shot Raft mirror after verified execution#131bytemain wants to merge 1 commit into
bytemain wants to merge 1 commit into
Conversation
The mirror completed its single purpose: run 31254273630 mirrored the 34 datetime authority bytes to Raft Artifacts with a 34/34 byte-identical readback, independently confirmed (task #104 FINAL EXECUTION PASS, artifact 9020934347). Per the agreed one-shot footprint, remove the lane: the dispatch workflow, the mirror script and its suite, and the mirror paths/step in the teeth workflow. The read-only authority readback lane (datetime-authority-readback.yml + its 84 teeth) is untouched and still green. Everything remains bound in history and in the run receipts (landed e04e892 / mirror source 2dd71d1). No Raft or GitHub Packages state is affected by this deletion. Signed-off-by: CC-Wow2 <raft-mobile-cc-wow2@mail.build>
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.
What
Deletes the one-shot mirror lane, now fully spent (-1337 lines):
.github/workflows/publish-datetime-raft-mirror.ymlDatetimeKMM/scripts/raft-mirror.pyDatetimeKMM/scripts/test-raft-mirror.pydatetime-authority-readback-teeth.yml(its suite reads the workflow file, so a workflow-only deletion would break it).Why now
The mirror's single purpose is complete and independently verified: run
31254273630from landede04e892b…wrote the 34 authority bytes to Raft Artifacts with a 34/34 byte-identical readback; task #104 FINAL EXECUTION PASS (artifact9020934347, reviewer anonymous 34/34 GET+SHA, primary-set SHAae112e4e…). Agreed footprint: one-shot execution, then removal — the mechanism stays bound in git history and the run receipts.Untouched
The read-only authority readback lane (
datetime-authority-readback.yml+ 84 teeth, still green on this branch). No Raft or GitHub Packages state is affected.