Skip to content
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

Use Deployment instead of DeploymentConfig #9772

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

prsurve
Copy link
Contributor

@prsurve prsurve commented May 7, 2024

Fixes: #9737

Signed-off-by: prsurve <prsurve@redhat.com>
@prsurve prsurve added the Needs Testing Run tests and provide logs link label May 7, 2024
@prsurve prsurve self-assigned this May 7, 2024
@prsurve prsurve requested review from a team as code owners May 7, 2024 09:20
@pull-request-size pull-request-size bot added the size/L PR that changes 100-499 lines label May 7, 2024
Copy link

openshift-ci bot commented May 7, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: prsurve

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

ocs_ci/ocs/resources/pod.py Outdated Show resolved Hide resolved
pod_obj (Pod): Pod object

"""
dc_ocp_obj = ocp.OCP(kind=constants.DEPLOYMENT, namespace=pod_obj.namespace)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace dc_ocp_obj with deployment_ocp_obj

tests/conftest.py Outdated Show resolved Hide resolved
tests/conftest.py Outdated Show resolved Hide resolved
tests/conftest.py Outdated Show resolved Hide resolved
Signed-off-by: prsurve <prsurve@redhat.com>
Signed-off-by: prsurve <prsurve@redhat.com>
Signed-off-by: prsurve <prsurve@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Testing Run tests and provide logs link size/L PR that changes 100-499 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All OCS/ODF workload using DeploymentConfig should move to Deployment
2 participants