diff --git a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md index 9638bab..bc22a52 100644 --- a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md @@ -20,8 +20,8 @@ Generated files (local, ignored by git) are in: - `artifacts/git-patches/vpnruntime-ci-fixes.bundle` - `artifacts/git-patches/full-stabilization/` (5 patches) - `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` -- `artifacts/git-patches/full-stabilization-latest/` (9 patches) -- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-9commits.bundle` +- `artifacts/git-patches/full-stabilization-latest/` (10 patches) +- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` ## Apply as patches @@ -44,11 +44,11 @@ git fetch ./vpnruntime-ci-stabilization-5commits.bundle git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c ``` -Latest chain (9 commits from `8ba0561f` baseline): +Latest chain (10 commits from `8ba0561f` baseline): ```bash -git fetch ./vpnruntime-ci-stabilization-latest-9commits.bundle -git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 +git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle +git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c ``` ## Validate diff --git a/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md b/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md new file mode 100644 index 0000000..aa7291e --- /dev/null +++ b/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md @@ -0,0 +1,24 @@ +# VPN Runtime CI Stabilization Commit Index + +Date: 2026-05-12 +Baseline commit: `8ba0561f` + +Ordered commit chain (`8ba0561f..HEAD` at capture time): + +1. `a3c0998e` - Stabilize vpnruntime parallel flow test and add CI anti-flake gate +2. `fea5174e` - Add vpnruntime race check to CI +3. `4603826b` - Add transfer notes for vpnruntime CI fix commits +4. `6fec1d5c` - Add targeted anti-flake CI step for parallel flow window test +5. `edf3836c` - Add vpnruntime CI stabilization changelog +6. `051d0242` - Update transfer notes for full 5-commit stabilization chain +7. `84ba2ad7` - Add one-shot vpnruntime CI guard smoke script +8. `f1070e1a` - Wire one-shot vpnruntime guard script into CI +9. `d2cd9292` - Record full one-shot vpnruntime guard validation +10. `3778904c` - Update transfer notes for latest 9-commit stabilization bundle + +Command to re-check this list: + +```bash +git log --oneline --reverse 8ba0561f..HEAD +``` +