-
Notifications
You must be signed in to change notification settings - Fork 118
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. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/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. 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 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. 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-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
/cc @SargunNarula for verification |
|
@yanirq: GitHub didn't allow me to request PR reviews from the following users: for, verification. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Tal-or, yanirq 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 |
|
/acknowledge-critical-fixes-only Testing only, not affecting payload |
|
/jira refresh The requirements for Jira bugs have changed (Jira issues linked to PRs on main branch need to target different OCP), recalculating validity. |
|
@openshift-bot: This pull request references Jira Issue OCPBUGS-62496, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@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. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/label acknowledge-critical-fixes-only Testing only, not affecting payload and we already branched out anyway |
|
/cc @SargunNarula for verified label |
|
@yanirq: GitHub didn't allow me to request PR reviews from the following users: for, verified, label. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
/verified by @SargunNarula |
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