upload: per-arch distributions in results JSON; optional logs/SBOM repos#89
Merged
jajreidy merged 1 commit intokonflux-ci:mainfrom Mar 25, 2026
Merged
Conversation
✅ 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. |
dcf41b4 to
c296907
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 95.53% 97.00% +1.46%
==========================================
Files 70 74 +4
Lines 3946 5344 +1398
==========================================
+ Hits 3770 5184 +1414
+ Misses 176 160 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
What
--target-arch-repo,pulp_results.jsonnow includes per-architecture RPM distribution base URLs indistributions(e.g.x86_64→…/pulp-content/{namespace}/{arch}/), not only build-scoped logs, SBOM, and artifacts.*.log/--results-jsonkeys and from--sbom-path/ SBOM-classified keys).upload-filesskips logs/SBOM repos when no--log/--sbomfiles are given.skip_logs_repo/skip_sbom_repoonUploadContextandPulpHelper.setup_repositories(defaultFalse) keep backward-compatible behavior for code that does not set them.Why
--target-arch-repo.How to test
make lintpre-commit run --all-filesmake testupload --target-arch-repowith RPM-only layout and no logs/SBOM; confirmdistributionsincludes arch keys (e.g.x86_64) and omitslogs/sbomwhen not used; confirm full run still works with--sbom-pathand/or logs under arch dirs.Notes for reviewers
pulp_results.jsonto Pulp (unchanged); only logs and SBOM repo creation is conditional.