-
Notifications
You must be signed in to change notification settings - Fork 4.7k
OCPNODE-3004: Add ImageVolume e2e tests #30015
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
OCPNODE-3004: Add ImageVolume e2e tests #30015
Conversation
@saschagrunert: This pull request references OCPNODE-3004 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
@haircommander PTAL |
19dab0b
to
12b66d0
Compare
Adding an imagevolume e2e test Signed-off-by: Sascha Grunert <sgrunert@redhat.com> Co-authored-by: Ayato Tokubi <atokubi@redhat.com> Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
12b66d0
to
3aaa9ad
Compare
/retest |
/skip |
@saschagrunert: The following tests failed, say
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. |
Job Failure Risk Analysis for sha: 3aaa9ad
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 3aaa9ad
New tests seen in this PR at sha: 3aaa9ad
|
/lgtm thanks! |
PTAL @bertinatto @DennisPeriquet @deads2k @dgoodwin @neisw @soltysh @stbenjam @xueqzhan @sosiouxme @smg247 |
/skip |
/approve |
/assign |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, saschagrunert, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/label acknowledge-critical-fixes-only tests are green and only run in TP. we need soak time for the tests to make sure we have enough feedback to go GA before the freeze |
/retest-required |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
Adding an imagevolume e2e test by carrying over #29987
Credits go to @bitoku