-
Notifications
You must be signed in to change notification settings - Fork 31
MGMT-19632: Extending the e2e
job to validate the kernel-rt
versions matches.
#160
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ybettan 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 |
/hold I want to make sure it fails on a clusterbot cluster with a broken sync between kernel and kernel-rt in it. |
We are validating that the DTK image contain the kernel packages matching the running kernel on the node. This commit is extending the job to also compare DTK's kernel-rt packages and the RT kernel that the node will reboot into if configured to do so. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
/unhold The test is failing as expected.
|
/assign @yevgeny-shnaidman @TomerNewman |
This job runs on every nightly and gated by ART. A nightly with this job failing cannot be promoted to a z-stream. After merge, it will also gate broken releases (with a broken DTK image) from being promoted into a z-stream. |
/lgtm |
@ybettan: all tests passed! 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. |
e2e
job to validate the kernel-rt
versions matches.e2e
job to validate the kernel-rt
versions matches.
@ybettan: This pull request references MGMT-19632 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 task to target the "4.19.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. |
/jira refresh |
@ybettan: This pull request references MGMT-19632 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 task to target the "4.19.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. |
[ART PR BUILD NOTIFIER] Distgit: driver-toolkit |
We are validating that the DTK image contain the kernel packages matching the running kernel on the node.
This commit is extending the job to also compare DTK's kernel-rt packages and the RT kernel that the node will reboot into if configured to do so.