-
Notifications
You must be signed in to change notification settings - Fork 101
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
🐛 Fix live-iso serial console boot verification in e2e #2267
🐛 Fix live-iso serial console boot verification in e2e #2267
Conversation
/test metal3-centos-e2e-integration-test-release-1-8 |
1e6f8ef
to
a192914
Compare
/test ? |
@Rozzii: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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 kubernetes-sigs/prow repository. |
/test metal3-centos-e2e-feature-test-release-1-8-features |
/test metal3-centos-e2e-integration-test-release-1-8 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 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 |
/test metal3-centos-e2e-integration-test-release-1-8 |
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.
/hold
We'll rename the images in ARM to reflect this change, so it isn't as invisible and add the LIVE_ISO_IMAGE update this this PR.
This commit: - Changes the target string looked for via the serial logs by the ginkgo live-iso test code to verify that the live iso image has been booted properly. - Removes the redundant use of the "cat" command from the boot verification process in the live-iso test - Changes the name of the live-iso test image to the new image that is uefi compatible. This change is needed because the release1.8 e2e feature test are failing the live-iso boot verification even when the live-iso boot menu is visible in the serial logs. Signed-off-by: Adam Rozman <[email protected]>
a192914
to
c63a8ed
Compare
Done. |
/test metal3-centos-e2e-integration-test-release-1-8 |
/hold cancel |
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.
/lgtm
This passed with test image already, so it should pass now again.
/unhold
Thanks for spotting the problem and fixing it! It was a tricky one to spot.
/cherry-pick release-1.7 1.7 live-iso test breaks the same, cherry-picking there too. |
@tuminoid: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
@tuminoid: new pull request created: #2272 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 kubernetes-sigs/prow repository. |
This commit:
This change is needed because the release1.8 e2e feature test are failing the live-iso boot verification even when the live-iso boot menu is visible in the serial logs.