-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
SDN-4930: networksegmentation, udn: Wait for NetworkCreated or NetworkReady condition #29381
SDN-4930: networksegmentation, udn: Wait for NetworkCreated or NetworkReady condition #29381
Conversation
…dition Following the incoming changes of UserDefinedNetwork CRD condition type [1], tests that assert on the NetworkReady condition type should take in account the renamed type NetworkCreated to avoid CI breakage in the following scenarios: - Production code changes reached D/S before tests code changes: Having the UDN CRD produce the new condition type (NetworkCreated), while e2e tests assert on the old condition type (NetworkReady). - Tests code changes reached D/S before production code changes: Having the UDN CRD produce the old condition type (NetworkReady), while tests assert on the new condition type (NetworkCreated). Change assertions on UDN condition type NetworkReady, expect condition type NetworkReady or NetworkCreated. [1] ovn-kubernetes/ovn-kubernetes#4884 Signed-off-by: Or Mergi <[email protected]>
/cc @npinaeva |
@ormergi: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
we should run this after ovn-k d/s merge is done to make sure the test works, otherwise it lgtm |
I think the U/S PR wont pass on D/S w/o this PR changes, the D/S merge PR wont pass D/S CI |
yep, you can build a cluster with cluster-bot using an ovn-k PR (d/s merge or your own tmp PR) with the status change and run this test against it |
@ormergi : did you have a chance to test this with a sample DS PR? |
@tssurya @npinaeva
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
let's also make sure we revert this change later on after our required PRs merge
this needs to be backported also to 4.18/4.17 in the same order
/test e2e-gcp-ovn-techpreview |
/payload-job periodic-ci-openshift-release-master-nightly-4.19-e2e-aws-ovn-hypershift-conformance-techpreview |
@tssurya: trigger 3 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/524eb8e0-ccc1-11ef-9a15-e97806386c3b-0 |
/payload-job periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ipi-ovn-ipv6-techpreview |
@tssurya: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/789f8790-ccc1-11ef-9dfb-a16a526a77ad-0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ormergi, trozet, tssurya 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 |
The payload job https://pr-payload-tests.ci.openshift.org/runs/ci/789f8790-ccc1-11ef-9dfb-a16a526a77ad-0 failed due to unrelated reasons of this PR changes. |
/retitle SDN-4930: networksegmentation, udn: Wait for NetworkCreated or NetworkReady condition |
@ormergi: This pull request references SDN-4930 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target either version "4.19." or "openshift-4.19.", but it targets "openshift-4.18" instead. 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 openshift-eng/jira-lifecycle-plugin repository. |
/tide refresh |
/test e2e-aws-ovn-serial |
/tide refresh |
/tide refresh |
/label acknowledge-critical-fixes-only |
/tide refresh |
727cacc
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
Following the incoming changes of UserDefinedNetwork CRD condition type [1], tests that assert on the NetworkReady condition type should take in account the renamed type NetworkCreated to avoid CI breakage in the following scenarios:
Change assertions on UDN condition type NetworkReady, expect condition type NetworkReady or NetworkCreated.
[1] ovn-kubernetes/ovn-kubernetes#4884