[WIP] Add new component build model with per-version lifecycle management#561
Open
rcerven wants to merge 3 commits intokonflux-ci:mainfrom
Open
[WIP] Add new component build model with per-version lifecycle management#561rcerven wants to merge 3 commits intokonflux-ci:mainfrom
rcerven wants to merge 3 commits intokonflux-ci:mainfrom
Conversation
0d5617f to
6209bde
Compare
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
5f7ef5a to
06c2b6b
Compare
mmorhun
reviewed
Feb 10, 2026
internal/controller/component_build_controller_pac_repository.go
Outdated
Show resolved
Hide resolved
internal/controller/component_build_controller_pac_repository.go
Outdated
Show resolved
Hide resolved
internal/controller/component_build_controller_pac_repository.go
Outdated
Show resolved
Hide resolved
mmorhun
reviewed
Feb 10, 2026
mmorhun
reviewed
Feb 11, 2026
2bf1d30 to
cc1fcbe
Compare
mmorhun
reviewed
Feb 11, 2026
mmorhun
reviewed
Feb 12, 2026
internal/controller/component_build_controller_pac_repository.go
Outdated
Show resolved
Hide resolved
mmorhun
reviewed
Feb 12, 2026
4eb298d to
d3015ea
Compare
mmorhun
reviewed
Feb 12, 2026
mmorhun
reviewed
Feb 16, 2026
8907114 to
c44b343
Compare
mmorhun
reviewed
Feb 17, 2026
mmorhun
reviewed
Feb 18, 2026
01519e0 to
8be80a2
Compare
mmorhun
reviewed
Feb 19, 2026
Implement new component model that manages build configurations and pipelines at the version level. Each version can be independently onboarded, triggered, and offboarded through component spec actions. Key features: - Per-version PaC configuration and pipeline management - Action-based workflow (create configuration, trigger build, offboard) - Version status tracking with error reporting - Cache synchronization to prevent race conditions between reconciles - Support for invalid version cleanup from actions The new model is enabled via component annotation or default setting. STONEBLD-4018 Signed-off-by: Robert Cerven <rcerven@redhat.com>
3197df8 to
08be5b4
Compare
7185d86 to
11040a2
Compare
12c564a to
1c9d808
Compare
1c9d808 to
20dd7c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement new component model that manages build configurations and pipelines at the version level. Each version can be independently onboarded, triggered, and offboarded through component spec actions.
Key features:
The new model is enabled via component annotation or default setting.
STONEBLD-4018
Checklist:
make testpasses