jobs: regenerate with preset-ci-operator-image-pull#75831
Draft
petr-muller wants to merge 2 commits intoopenshift:mainfrom
Draft
jobs: regenerate with preset-ci-operator-image-pull#75831petr-muller wants to merge 2 commits intoopenshift:mainfrom
petr-muller wants to merge 2 commits intoopenshift:mainfrom
Conversation
Add a Prow preset that provides the registry pull credentials volume and volumeMount to Prowjobs labeled with preset-ci-operator-image-pull: "true". This is a proof of concept for using compositional Prow presets to deduplicate boilerplate from the 126K+ generated ci-operator Prowjobs. Each preset covers one logical domain and can be independently composed. The corresponding prowgen change adds this label to all generated jobs and stops inlining the pull-secret volume/mount in the PodSpec. Requires the corresponding prowgen change in openshift/ci-tools: https://github.com/openshift/ci-tools/pull/XXXXX Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Regenerate all Prowjob definitions using the modified prowgen that uses the preset-ci-operator-image-pull Prow preset instead of inlining the pull-secret volume and volumeMount in every job PodSpec. Per-job changes: - Added label: preset-ci-operator-image-pull: "true" - Removed: pull-secret volumeMount (3 lines) - Removed: pull-secret volume definition (3 lines) - Net: -5 lines per job 25,666 files changed, -633K lines net reduction. Depends on: - Preset definition: openshift#75830 - Prowgen change: openshift/ci-tools#4994 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Skipping CI for Draft Pull Request. |
Contributor
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Contributor
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
Contributor
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.
Summary
Regenerate all Prowjob definitions using the modified prowgen that uses the
preset-ci-operator-image-pullProw preset instead of inlining thepull-secretvolume and volumeMount in every job PodSpec.Per-job change
Stats
Dependency chain
Test plan
make checkconfigpasses🤖 Generated with Claude Code