Commit a833dbc
ci(test): stop the v1 monolith re-running reborn composition/memory/secrets
The legacy `tests` job re-ran three things already covered by reborn-side
CI:
- `cargo test -p ironclaw_reborn_composition --features libsql,postgres`
- `cargo test -p ironclaw_memory`
- the `secret-store-contract-tests` job (`-p ironclaw_secrets --test
secret_store_contract`)
All three run per-crate in reborn-tests.yml (libsql) and in coverage.yml
(`cargo llvm-cov --all-features --workspace` with a Postgres service), so
the v1 monolith was duplicating them on every legacy run. Remove the two
in-job steps and the standalone secret-store job (it was not gated by the
run-tests aggregator). Pure waste removal — no coverage lost: libsql via
the closure, postgres via coverage.yml + the hooks-parity Postgres job.
Scope note: this does NOT touch the 31 reborn_*.rs root tests the v1
`cargo test` also re-runs. Excluding those cleanly needs binary-level
exclusion (the obvious `--skip reborn_` is unsafe — the v1 suite has its
own reborn_*-named tests in dockerfile_runtime_home.rs / workspace), so
that is deferred to the v1 build-smoke restructure.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e849e83 commit a833dbc
1 file changed
Lines changed: 6 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
244 | 208 | | |
245 | 209 | | |
246 | 210 | | |
| |||
0 commit comments