Harden lease lifecycle durability

This commit is contained in:
kami
2026-07-30 14:34:29 +04:00
parent 1ff0af2e69
commit f6ee0e3060
40 changed files with 2108 additions and 590 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"test-e2e": {
"repo": "/srv/orchestra/repos/test-e2e",
"worktree_root": "/srv/orchestra/worktrees/test-e2e",
"remote": "origin",
"quality_gate": "go test ./..."
},
"correx": {
"repo": "/srv/orchestra/repos/correx",
"worktree_root": "/srv/orchestra/worktrees/correx",
"remote": "origin",
"quality_gate": "go test ./... && go vet ./..."
}
}