USHIFT-1259: update configure-vm.sh to lock RHEL minor release#1797
Conversation
|
@dhellmann: This pull request references USHIFT-1259 which is a valid jira issue. DetailsIn 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/test-infra repository. |
When setting up a system with a subscription, lock it to the current minor release. This prevents the system from being upgraded beyond that minor release so we can be sure that we are testing on the version we install. Add a flag to disable this behavior for systems where we want to test upgrading past the installed version. Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
a1fde19 to
de14479
Compare
|
/assign @pacevedom |
|
/test test-unit |
|
The relevant section of the conformance job logs |
|
@dhellmann: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
@dhellmann, should we backport this issue to release-4.13? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, ggiguash The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick release-4.13 |
|
@dhellmann: new pull request created: #1805 DetailsIn 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/test-infra repository. |
When setting up a system with a subscription, lock it to the current
minor release. This prevents the system from being upgraded beyond
that minor release so we can be sure that we are testing on the
version we install. Add a flag to disable this behavior for systems
where we want to test upgrading past the installed version.