Use empty scp sync for TP2 fleet job

This commit is contained in:
2026-07-23 16:12:46 +08:00
parent be523b1c07
commit fd859bc52c
2 changed files with 7 additions and 5 deletions

View File

@@ -68,6 +68,9 @@
repository `origin/feature/sim` commit 建立的相邻 detached worktree repository `origin/feature/sim` commit 建立的相邻 detached worktree
`/home/admin/cpfs/wjh/aituner/aituner-frontier-tp2-prefill-serving-v0` `/home/admin/cpfs/wjh/aituner/aituner-frontier-tp2-prefill-serving-v0`
不修改 canonical checkout 不修改 canonical checkout
- **Fleet sync deviation** dash1 未安装 `rsync`fleet mandatory sync 使用
`scp` 一个已校验为空的 `/tmp/frontier-tp2-prefill-serving-v0-empty-sync`
目录实验代码仍只来自上述 Git worktree
## 结果 ## 结果

View File

@@ -12,12 +12,11 @@ gpu_free_memory_mb = 1024
gpu_free_utilization_pct = 10 gpu_free_utilization_pct = 10
prefer_pack = true prefer_pack = true
# Code is synchronized by Git. The fleet's mandatory rsync pass is intentionally # Code is synchronized by Git. The fleet's mandatory scp pass uses an empty local
# empty so it only schedules and harvests the committed remote checkout. # directory so it only schedules and harvests the committed remote checkout.
[sync] [sync]
mode = "rsync" mode = "scp"
local_path = "runs/frontier-tp2-prefill-serving-v0" local_path = "/tmp/frontier-tp2-prefill-serving-v0-empty-sync"
exclude = ["*"]
[[hosts]] [[hosts]]
name = "dash1" name = "dash1"