Skip to content

Commit fd5cc0d

Browse files
Adding bootstrap --test-mode
--test-mode enables resilient bootstrap processing that continues building packages even when individual builds fail, instead of stopping at the first error. When a package fails to build from source, it attempts to download a pre-built wheel as a fallback, and if both fail, records the failure and continues processing remaining packages. At the end, it generates JSON reports (test-mode-failures.json and test-mode-summary.json) containing all failure details for automation and CI/CD integration. Closes #713 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
1 parent c2604a0 commit fd5cc0d

File tree

5 files changed

+1581
-153
lines changed

5 files changed

+1581
-153
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ __pycache__/
3535
/.mypy_cache/
3636
.skip-coverage
3737
.claude
38+
/.beads/

0 commit comments

Comments
 (0)