Skip to content
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

podvm: Fix payload image override #425

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

bpradipt
Copy link
Contributor

@bpradipt bpradipt commented Jul 4, 2024

The payload image override was incorrectly done for both create and delete jobs. The payload image is used via initContainer and applicable only for the create job. It must not be set for delete job as the delete job spec doesn't have initContainer in the spec.

The payload image override was incorrectly done for both create and
delete jobs. The payload image is used via initContainer and applicable
only for the create job. It must not be set for delete job as the delete
job spec doesn't have initContainer in the spec.

Signed-off-by: Pradipta Banerjee <[email protected]>
@bpradipt bpradipt requested a review from snir911 July 4, 2024 08:28
@openshift-ci openshift-ci bot requested a review from littlejawa July 4, 2024 08:28
@bpradipt bpradipt merged commit fd0c445 into openshift:devel Jul 4, 2024
2 of 4 checks passed
@bpradipt bpradipt deleted the fix-delete-job branch July 4, 2024 10:08
Copy link

openshift-ci bot commented Jul 4, 2024

@bpradipt: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/check 9698aa8 link false /test check

Full PR test history. Your PR dashboard.

Instructions 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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants