Commit 7bec281
committed
feat: Add ci-barretenberg-full CI mode
## Summary
- Adds a new `ci-barretenberg-full` CI mode triggered by the `ci-barretenberg-full` label
- Runs the full `barretenberg/bootstrap.sh ci` instead of just `barretenberg/cpp/bootstrap.sh ci`
- This builds and tests all barretenberg components: cpp, ts, rust, acir_tests, sol, and docs
## Test plan
- [ ] Merge this PR first (using `ci-full` or default mode)
- [ ] On subsequent PRs, use the `ci-barretenberg-full` label to trigger full barretenberg CI1 parent f6d0643 commit 7bec281
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
595 | 602 | | |
596 | 603 | | |
597 | 604 | | |
| |||
0 commit comments