-
Notifications
You must be signed in to change notification settings - Fork 243
Modifies newKubernetesAdapter() and others #4563
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
Modifies newKubernetesAdapter() and others #4563
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mik-dass 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 |
/lgtm |
/retest Please review the full test history for this PR and help us cut down flakes. |
7 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Tests appear to be failing on conversion |
|
/hold |
Secret issue with operatorhub
I think #4554 will fix the secret issue. /test v4.7-integration-e2e |
/hold cancel |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
Seeing 15 occurrences of the telemetry question: Quickest way to get rid of these is to use CommonBeforeEach function. |
Even in retest I'm seeing numerous occurrences of the same message. Are you sure it's a flake and not a real problem? |
I think this is an actual problem we are facing on CI currently. Even periodic jobs complains about the same. Let me have a look. |
PR #4569 will fix the issue. |
/retest |
@mik-dass is this still supposed to be on hold? |
No the 4.7 test passed |
/lgtm |
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/override ci/prow/psi-minishift-integration-e2e |
@dharmit: Overrode contexts on behalf of dharmit: ci/prow/psi-minishift-integration-e2e, ci/prow/psi-openshift-integration-e2e 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/test-infra repository. |
/override ci/prow/psi-kubernetes-integration-e2e |
@dharmit: Overrode contexts on behalf of dharmit: ci/prow/psi-kubernetes-integration-e2e 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/test-infra repository. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/override ci/prow/psi-openshift-integration-e2e |
@dharmit: Overrode contexts on behalf of dharmit: ci/prow/psi-openshift-integration-e2e 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/test-infra repository. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/override ci/prow/psi-openshift-integration-e2e |
@kadel: Overrode contexts on behalf of kadel: ci/prow/psi-openshift-integration-e2e 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/test-infra repository. |
…es adapter with a occlient instead of a kubeclient (redhat-developer#4563)
What type of PR is this?
/kind failing-test
What does does this PR do / why we need it:
It initializes the kubernetes adapter with a occlient instead of a kubeclient.
Which issue(s) this PR fixes:
Fixes #4562
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer:
KUBECONFIG
for the project should pass.