-
Notifications
You must be signed in to change notification settings - Fork 116
OCPBUGS-62496: hypershift:e2e:status: check for duplicated configmap status #1413
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
base: main
Are you sure you want to change the base?
Conversation
|
@Tal-or: This pull request references Jira Issue OCPBUGS-62496, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (liqcui@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Tal-or The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
|
/retest |
ec3fe7f to
b31802c
Compare
|
/retest |
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
Check that PerformanceProfile replacement doesn't add additional configmap status. This test is excersing the bug to avoid regressions in the future. Signed-off-by: Talor Itzhak <titzhak@redhat.com>
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
|
@Tal-or: This pull request references Jira Issue OCPBUGS-62496, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (liqcui@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/hold |
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
|
/hold cancel openshift/hypershift#7089 got merged |
|
/retest |
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
When a PerformanceProfile is being replaced for a NodePool, hypershift controller lack the logic to delete the old profile from the HCP namespace. This commit resolve this gap. A dedicated e2e test coverage was added on NTO repo: openshift/cluster-node-tuning-operator#1413 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
|
/retest |
Signed-off-by: Talor Itzhak <titzhak@redhat.com>
|
/retest |
|
@Tal-or: 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. |
Check that PerformanceProfile replacement doesn't add
additional configmap status.
This test is excersing the bug to avoid regressions in the future.
The fix filed for Hypershift repo: openshift/hypershift#7089
Signed-off-by: Talor Itzhak titzhak@redhat.com