Commit 6ca5990
fix(ci): drop extracted pkg/registry + pkg/secure from arch-gates (#182)
PR #155 extracted pkg/registry to pilot-protocol/rendezvous and
pkg/secure to pilot-protocol/common, but the architecture-gates
workflow still ran 'go test ./pkg/registry/... ./pkg/secure',
which now fails with 'no such file or directory' on every PR.
Replace with ./pkg/daemon/... — the daemon-side lock graph
(Store.mu, ReplayMu, SalvageMu, tm.mu) is what this gate is
actually meant to cover. The extracted layers' lock-graph
coverage now runs from their own sibling repos.
Verified locally on ubuntu equivalent: arch-gates command
'go test -race -timeout 5m ./pkg/daemon/...' completes without
the missing-directory errors.
Unblocks PRs #177, #178, #179, #180.
Co-authored-by: Teodor Calin <teodor@vulturelabs.io>1 parent 276eb9a commit 6ca5990
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments