From 051d02420887b07280262ccc9605f440a339ca07 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 12 May 2026 08:57:52 +0300 Subject: [PATCH] Update transfer notes for full 5-commit stabilization chain --- .../VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 656854b..f6a3489 100644 --- a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md @@ -7,11 +7,19 @@ Portable export includes two local commits: 1. `a3c0998e` - Stabilize vpnruntime parallel flow test and add CI anti-flake gate 2. `fea5174e` - Add vpnruntime race check to CI +Extended stabilization chain now includes: + +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 + Generated files (local, ignored by git) are in: - `artifacts/git-patches/0001-Stabilize-vpnruntime-parallel-flow-test-and-add-CI-a.patch` - `artifacts/git-patches/0002-Add-vpnruntime-race-check-to-CI.patch` - `artifacts/git-patches/vpnruntime-ci-fixes.bundle` +- `artifacts/git-patches/full-stabilization/` (5 patches) +- `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` ## Apply as patches @@ -27,6 +35,13 @@ git fetch ./vpnruntime-ci-fixes.bundle git cherry-pick a3c0998e fea5174e ``` +Full chain (5 commits): + +```bash +git fetch ./vpnruntime-ci-stabilization-5commits.bundle +git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c +``` + ## Validate From `agents/rap-node-agent`: @@ -35,4 +50,3 @@ From `agents/rap-node-agent`: go test ./internal/vpnruntime -count=20 go test -race ./internal/vpnruntime ``` -