Commit 2fb2f20
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 2fb2f20
File tree
5 files changed
+608
-201
lines changed- src/fromager
- commands
- tests
5 files changed
+608
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
0 commit comments