Commit 7c4e47a
authored
chore(bb): skip Chonk VK consistency check on aztec-packages-private (#22910)
The `test_chonk_standalone_vks_havent_changed.sh` test compares
freshly-generated Chonk VKs against a set of inputs pinned in S3 by the
public repo's release flow. The private fork
(`AztecProtocol/aztec-packages-private`) carries divergent circuits, so
the check reliably fails there with `VK change detected` even though
nothing is actually wrong.
Skip emitting the test command from `test_cmds_native` when
`GITHUB_REPOSITORY` is the private fork. The script itself is untouched,
so a developer can still run it by hand if they want.
`GITHUB_REPOSITORY` is already the canonical "which repo are we in"
signal across `ci3/` and the `.github/workflows/*-private.yml`
workflows, so this matches existing patterns. The lowercase comparison
guards against any case variance (GitHub preserves casing but other
paths in `ci3/bootstrap_ec2` use lowercase fallbacks).
Details / reasoning:
https://gist.github.com/AztecBot/5ff607e2afff36a41a9f4d0c43e508cb
ClaudeBox log: https://claudebox.work/s/7dc66040213e399f?run=11 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
| |||
0 commit comments