openshift / verification-tests

Blackbox test suite for OpenShift.
GNU General Public License v3.0
52 stars 170 forks source link

[storage] [hotfix] [OCP-18737,OCP-14665,OCP-14673] #3647

Closed ropatil010 closed 2 months ago

ropatil010 commented 2 months ago

Hi Team,

PR fix for: https://issues.redhat.com/browse/OCPQE-25056

2 Solutions on TC: OCP-18737,

  1. Add toleration to pods/deployment
  2. Deploy the pods on non tainted nodes: Implemented this one currently

Jenkins Logs: oc get nodes | grep "worker" NAME STATUS ROLES AGE VERSION ip-10-0-128-33.ec2.internal Ready edge,worker,wscan 5h49m v1.30.3 ip-10-0-52-209.ec2.internal Ready worker,wscan 6h6m v1.30.3 ip-10-0-79-213.ec2.internal Ready worker,wscan 6h7m v1.30.3 ip-10-0-95-138.ec2.internal Ready worker,wscan 6h6m v1.30.3 https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Runner/1022559/console Pod got deployed on node: ip-10-0-52-209.ec2.internal

oc get nodes | grep "worker" ip-10-0-128-33.ec2.internal Ready edge,worker,wscan 5h50m v1.30.3 ip-10-0-52-209.ec2.internal Ready,SchedulingDisabled worker,wscan 6h7m v1.30.3 ip-10-0-79-213.ec2.internal Ready,SchedulingDisabled worker,wscan 6h8m v1.30.3 ip-10-0-95-138.ec2.internal Ready worker,wscan 6h7m v1.30.3 https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Runner/1022560/ Pod got deployed on node:: ip-10-0-95-138.ec2.internal

/assign @duanwei33 @chao007 @Phaow @radeore

ropatil010 commented 2 months ago

project.rb file affects tc: OCP-13383, OCP-14665, OCP-14673

openshift-ci[bot] commented 2 months ago

@ropatil010: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
pruan-rht commented 2 months ago

/lgtm /approve

openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pruan-rht

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: - ~~[OWNERS](https://github.com/openshift/verification-tests/blob/master/OWNERS)~~ [pruan-rht] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment