Commit 3598819
committed
feat(bootstrapper): add --test-mode for resilient bootstrap processing
Add test mode that continues processing after build failures instead
of failing fast. Useful for testing build configurations across many
packages.
When enabled:
- Catches any exception during bootstrap
- Logs the error with full traceback
- Records the failed package name
- Continues to the next package
- Exits non-zero at completion if any failures
Closes #713
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>1 parent 9bfe61f commit 3598819
6 files changed
Lines changed: 610 additions & 202 deletions
File tree
- src/fromager
- commands
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
0 commit comments