change the operator pods' checking#3884
change the operator pods' checking#3884jianzhangbjz wants to merge 1 commit intooperator-framework:masterfrom
Conversation
|
@bharathi-tenneti @jmrodri @estroz Could you help review it? Thanks! |
|
/assign @bharathi-tenneti |
|
/retest |
|
@jianzhangbjz: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
/ok-to-test |
|
@jianzhangbjz Good catch, You can go ahead an remove the comments. |
|
Fix the below error: - /target/docs/contribution-guidelines/testing/travis-build/index.html
* External link https://github.com/operator-framework/operator-sdk/blob/master/test/e2e/e2e_suite_test.go failed: 404 No error |
100a35b to
7d4f179
Compare
|
@bharathi-tenneti Thanks! Removed the comments. |
|
@jmrodri @bharathi-tenneti Could you help add the |
|
@jmrodri @varshaprasad96 Could you help approve it? Thanks! |
|
@joelanford Thanks for your suggestions! I added it. Could you help have a review again? Thanks! |
589e8cf to
b73ce55
Compare
|
/retest |
|
@jianzhangbjz just FYI, this code is being refactored. #3908 |
|
Thanks! How to address this failure? TASK [Fetch the kubeconfig] ****************************************************
fatal: [kind-test-local]: FAILED! => {"changed": false, "file": "/root/.kube/config", "msg": "unable to calculate the checksum of the remote file"}
PLAY RECAP *********************************************************************
kind-test-local : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
ERROR: |
|
/retest |
|
@rafaelvanoni @bharathi-tenneti Could you help look at it? Thanks! |
|
@jianzhangbjz can you rebase this with master? There was a CI change that isn't being picked up here. |
|
Hi @jianzhangbjz, By checking how the master is now, shows that it is already solved. Could you please check? If yes, we can close this one. If not, could you please rebase with the master and add the new changelog fragment in changelog/fragments (see changelog/fragments/00-template.yaml) for we are able to get it merged? |
b73ce55 to
f76852d
Compare
|
New changes are detected. LGTM label has been removed. |
|
Hi @camilamacedo86, I'm so sorry for the late reply. I forgot it to update it. The new logic looks good to me. But, I combine an |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. 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. |

Description of the change:
Adress some issues in the merged PR 3819
Motivation for the change:
Succeededmeans the Pod finished and exited. For the operator pods, they should be running all the time to monitor the CRs, so, the expected status should beRunning, notSucceeded.Sometimes, there are multi containers in a Pod. Should add the container name to distinguish them.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docs