Feature branch sync - pub/build_stream to staging#4212
Merged
abhishek-sa1 merged 740 commits intostagingfrom Mar 18, 2026
Merged
Feature branch sync - pub/build_stream to staging#4212abhishek-sa1 merged 740 commits intostagingfrom
abhishek-sa1 merged 740 commits intostagingfrom
Conversation
Signed-off-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com>
Signed-off-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com>
Signed-off-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com>
…I routes standardized UpstreamStageNotCompletedError and error responses to return 422 status code.
…ld-image-status. (#4085) * Make changes to NFS input directory paths * Use local_repo playbook * Pytests related to LocalRepo * Remove the unncessary test coverage * Remove unnecessary imports * Fix pylint issues * Fix trailing whitespaces * Fix pylint issues * Fix copyright header * Fix copyright headers * Add copyright header * ValidateImageOnTest API Implementation * Implement gitlab CI/CD pipeline to invoke the entire buildStream API flow * Revert "Implement gitlab CI/CD pipeline to invoke the entire buildStream API flow" This reverts commit e4fff92. * Implement gitlab CI/CD pipeline to call the entire BuildStream API flow * Fix line too long lint issues * Remove schema changes to inventory_host * Add Summary Stage and fix build polling * Fix pylint issues * Fix ansible lint issues * Fix linit issues --------- Signed-off-by: Rajeshkumar-s2 <rajeshkumar.s2@dell.com>
Ensure stage is in PENDING state before allowing transition to IN_PROGRESS. Raise InvalidStateTransitionError if stage is not in PENDING state.
standardized exception handling for upstream stage dependencies across API routes
update additional_packages.json
… packages - Update repo_config from 'partial' to 'always' in software config generation - Add version field to Package dataclass and populate it across all package generation functions - Auto-exclude version field for non-git package types in transform_package - Include version in package serialization/deserialization when present
…overy. This was trying to re process the archived results when the service was restarted. And exceptions were trigged as it was already processed.
fix: Add git-only version filtering and fix playbook queue processing
prepare oim fix for buildstream local share type
Improve NFS export validation to accept parent shares
OIM cleanup fixes for rerun and build stream enabled to false
omnia.sh script update to remove HA support messages and prepare oim updates
…branch Signed-off-by: pullan1 <sudha.pullalaravu@dell.com>
Add rescue block for build stream directory cleanup
Pytest for validate and the failing unit tests
Added the correct pulp cleanup Python Module missing in build_stream branch
* Fix the stage order in summary * Fix ansible lint issues
fix: checkmarx
…fect_fix1 defect fix aarch64
Feature branch sync - staging to pub/build_stream
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.
Feature branch sync - pub/build_stream to staging