[Nexthop] Add build entrypoint for FBOSS Image Builder#804
[Nexthop] Add build entrypoint for FBOSS Image Builder#804raghav-nexthop wants to merge 2 commits intofacebook:mainfrom
Conversation
070868b to
f61517d
Compare
f16f7f7 to
2ce56f8
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
2ce56f8 to
4bc32e0
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
4bc32e0 to
853ec88
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
|
can we rebase |
853ec88 to
04c8cc0
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
|
I've rebased the PR stack |
04c8cc0 to
aa1095f
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
aa1095f to
c1e4b33
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
c1e4b33 to
b14cc99
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
b14cc99 to
9f2bd38
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
9f2bd38 to
fec982e
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
fec982e to
49aa526
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
Add abstract build component framework for managing build operations. - Implement AbstractComponent base class for build components - Add component lifecycle management (prepare, build, extract) - Integrate with artifact store, download, and execute modules - Enable extensible component-based build architecture Tests utilizing the above infrastructure will be added when component build supports are included.
Add build entrypoint orchestration for component-based builds. - Implement build entrypoint for coordinating component build workflows - Add support for build configuration and execution management - Include comprehensive unit tests for entrypoint functionality
49aa526 to
42ab1d2
Compare
|
@raghav-nexthop has updated the pull request. You must reimport the pull request before landing. |
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Add build entrypoint orchestration for component-based builds:
Test Plan
Added comprehensive unit tests for entrypoint functionality