Commit 37fd82b
authored
chore: give heavy bb tests explicit resource budgets (#24905)
## Summary
- give the heaviest barretenberg native tests explicit larger CPU/memory
budgets instead of relying on timeout headroom
- run the wasm-threads `ecc_tests` sanity command with `CPUS=8` and
`HARDWARE_CONCURRENCY=8`, so the guest thread pool follows the CI
resource budget
Refs the public nightly/debug CI failure:
https://github.com/AztecProtocol/aztec-packages/actions/runs/29895447099.
## Testing
- `bash -n barretenberg/cpp/bootstrap.sh`
- `git diff --check -- barretenberg/cpp/bootstrap.sh`
- `CI_FULL=1 ./bootstrap.sh test_cmds wasm_threads`
---
*Created by
[claudebox](https://claudebox.work/v2/sessions/1da5545363fc7f1f/jobs/7)
· group: `slackbot` · [Slack
thread](https://aztecprotocol.slack.com/archives/C04ALP0UQHH/p1784700203828799?thread_ts=1784700203.828799&cid=C04ALP0UQHH)*1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
289 | 297 | | |
290 | 298 | | |
291 | 299 | | |
| |||
297 | 305 | | |
298 | 306 | | |
299 | 307 | | |
300 | | - | |
301 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
302 | 311 | | |
303 | 312 | | |
304 | 313 | | |
| |||
0 commit comments