-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Change backplane-cli CI to use hardened images #79740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
feichashao
wants to merge
9
commits into
openshift:main
Choose a base branch
from
feichashao:ROSAENG-973
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5969748
change backplane-cli CI to use hardened images
feichashao 609d412
add some debug for rehearsal
feichashao 6f7ea1d
add some debug for rehearsal
feichashao 6dc914f
print more info
feichashao fb2a9cb
try specifying path
feichashao 5dcde54
try using a custom built image to run CI
feichashao 8b19068
fix the copy path
feichashao aa055b9
update ci image for backplane-cli repor
feichashao d1b3e8e
fix copy url
feichashao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/release
Length of output: 270
🏁 Script executed:
Repository: openshift/release
Length of output: 123
Run
make updateand commit regenerated CI job YAMLs for the hi-go base/build_root changebase_images.baseandbuild_root.image_stream_taginci-operator/config/openshift/backplane-cli/openshift-backplane-cli-main.yamlshould be accompanied by regenerated files underci-operator/jobs/openshift/backplane-cli/(main pre/postsubmits); no corresponding job YAML changes are present.hi-go:1.26-fips-builderimagestream/tag needed by CI is available in thecinamespace.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you double check? I don't see anything need to change in
ci-operator/jobs/openshift/backplane-cli/openshift-backplane-cli-main-presubmits.yamlfor this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Length of output: 570
🏁 Script executed:
Length of output: 718
🏁 Script executed:
Length of output: 607
🏁 Script executed:
Length of output: 1775
@feichashao, you're right — I was mistaken. Changes tobase_imagesandbuild_root.image_stream_tagin a ci-operator config YAML are read by ci-operator at runtime from the config file; they are not embedded into the generated ProwJob specs underci-operator/jobs/. Since the ProwJob spec itself (test names, job types, cluster config, labels, etc.) is unchanged, runningmake updatewould be a no-op here and no job YAML regeneration is needed.I'll withdraw that part of my review comment. Apologies for the noise!
✏️ Learnings added
🧠 Learnings used