Refresh current vpnruntime transfer payload docs
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-12 10:35:27 +03:00
parent ce9b7c3dd5
commit 3059d1d7a3
3 changed files with 34 additions and 4 deletions
@@ -22,7 +22,7 @@ Generated files (local, ignored by git) are in:
- `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` - `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle`
- `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot) - `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot)
- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived) - `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived)
- `artifacts/git-patches/full-stabilization-current/` (19-patch payload snapshot) - `artifacts/git-patches/full-stabilization-current/` (29-patch payload snapshot)
- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (payload snapshot) - `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (payload snapshot)
## Apply as patches ## Apply as patches
@@ -53,11 +53,11 @@ git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c
``` ```
Current payload chain (19 commits from `8ba0561f` baseline through `99f5e281`): Current payload chain (29 commits from `8ba0561f` baseline through `ce9b7c3d`):
```bash ```bash
git fetch ./vpnruntime-ci-stabilization-current.bundle git fetch ./vpnruntime-ci-stabilization-current.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c 874e2f14 c27bf084 e94fc309 155a384b 8229fef3 011c6d03 3835563f 27bb8102 99f5e281 git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c 874e2f14 c27bf084 e94fc309 155a384b 8229fef3 011c6d03 3835563f 27bb8102 99f5e281 1b7bef5a 60ef6590 2eb4a769 bdf55940 43663e40 2f46d9de a9f79366 ba7adf56 a7fa8431 ce9b7c3d
``` ```
## Validate ## Validate
@@ -3,7 +3,7 @@
Date: 2026-05-12 Date: 2026-05-12
Baseline commit: `8ba0561f` Baseline commit: `8ba0561f`
Ordered stabilization chain (`8ba0561f..99f5e281` at latest capture time): Ordered stabilization chain (`8ba0561f..ce9b7c3d` at latest payload capture time):
1. `a3c0998e` - Stabilize vpnruntime parallel flow test and add CI anti-flake gate 1. `a3c0998e` - Stabilize vpnruntime parallel flow test and add CI anti-flake gate
2. `fea5174e` - Add vpnruntime race check to CI 2. `fea5174e` - Add vpnruntime race check to CI
@@ -24,6 +24,16 @@ Ordered stabilization chain (`8ba0561f..99f5e281` at latest capture time):
17. `3835563f` - Document vpnruntime CI guard entrypoints in smoke README 17. `3835563f` - Document vpnruntime CI guard entrypoints in smoke README
18. `27bb8102` - Add bash wrapper for vpnruntime guard script 18. `27bb8102` - Add bash wrapper for vpnruntime guard script
19. `99f5e281` - Allow guard wrappers to forward custom arguments 19. `99f5e281` - Allow guard wrappers to forward custom arguments
20. `1b7bef5a` - Correct vpnruntime stabilization transfer documentation
21. `60ef6590` - Clarify vpnruntime payload snapshot versus live head
22. `2eb4a769` - Add tracked vpnruntime implementation for CI guard tests
23. `bdf55940` - Add mesh VPN packet production contract constants
24. `43663e40` - Use unsupported VPN TUN fallback on non-Linux builds
25. `2f46d9de` - Record clean main vpnruntime build correction
26. `a9f79366` - Fix vpnruntime guard script path in node-agent CI job
27. `ba7adf56` - Record clean CI workflow command verification
28. `a7fa8431` - Record worker CI Docker verification on shared host
29. `ce9b7c3d` - Remove trailing whitespace from smoke README
Command to re-check this list: Command to re-check this list:
@@ -183,3 +183,23 @@ Verification:
PASS PASS
- `docker -H ssh://test-docker run --rm --entrypoint /bin/sh rap-rdp-worker:ci-verify-main -lc "test -x /usr/local/bin/rdp-worker && test -x /usr/local/bin/rdp-worker-dataplane-token-probe && test -x /usr/local/bin/rdp-worker-dataplane-bind-probe"`: - `docker -H ssh://test-docker run --rm --entrypoint /bin/sh rap-rdp-worker:ci-verify-main -lc "test -x /usr/local/bin/rdp-worker && test -x /usr/local/bin/rdp-worker-dataplane-token-probe && test -x /usr/local/bin/rdp-worker-dataplane-bind-probe"`:
PASS PASS
### 2026-05-12 Current Payload Refresh
Follow-up review found that the current transfer payload snapshot still ended at
`99f5e281`, while the published stabilization chain had advanced. During the
refresh, patch replay also exposed trailing whitespace at the end of
`scripts/smoke/README.md`; it was removed before regenerating the payload so
patch replay matches the current tree exactly.
Transfer artifacts were refreshed from baseline `8ba0561f..ce9b7c3d`:
- `artifacts/git-patches/full-stabilization-current/` (29 patches)
- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`
Verification:
- `git bundle verify artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`:
PASS
- `git am --3way <29 patches>` on detached worktree from `8ba0561f`: PASS
- patch replay tree matches `ce9b7c3d`: YES