-
Notifications
You must be signed in to change notification settings - Fork 193
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
Don't skip external net test in external net E2E #1686
Conversation
The current Shipyard default is to skip tests labled external-dataplane. Override this in tests that are meant to test external networks. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
🤖 Created branch: z_pr1686/dfarrell07/test_ext_net2 |
You can see this working here:
|
@mkimuram If you're okay with it, it would be great to have your review "officially" through "Files changed"->"Review changes". We really need more code reviewers around Submariner, and your review combined with Sridhar's as an Owner would allow this to be merged. But I'm realizing we still need to get you added as a Member and I'm not sure if you have permission to review currently. Can you let us know if it's possible to review with your current permissions? And even better, we'd love to have you submit the Member Request Template. I'd be glad to be a sponsor, I'm sure @sridhargaddam and others would be happy to be a second one. |
I've opened a member request #1688 . Please approve it. |
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.
The change looks good to me (and let me try to approve).
@mkimuram Now that you're a Member (:partying_face:), I think if you use the UI to vote "approve" again you'll have a green check and will be able to merge the PR. |
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.
Approved.
@mkimuram Humm, it seems you're not in the member group yet. Do you have an invite in your email you need to accept? |
I've accepted the invite and I should be member now. It seems that the code needs to be rebased. |
This is currently failing with:
I think this is exposing an existing failure by fixing CI though, so we should go ahead and merge. There are other PRs in review to fix issues with external networks. |
After 24h for comment, going to go ahead and assume this is okay and merge. |
🤖 Closed branches: [z_pr1686/dfarrell07/test_ext_net2] |
The current Shipyard default is to skip tests labled external-dataplane.
Override this in tests that are meant to test external networks.
Signed-off-by: Daniel Farrell dfarrell@redhat.com