-
Notifications
You must be signed in to change notification settings - Fork 1.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
Adding ipv6 support for bgp router peer, router interface and router. #10204
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @ScottSuarez, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
/gcbrun |
Hey @Gorlami96, sorry for the delay here! Could you pull the latest changes in from main when you get a chance. |
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 18 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccCompouteRouter_addIdentifierRangeBgp|TestAccComputeRouterBgpPeer_routerPeerRouterAppliance|TestAccComputeRouterInterface_withIPVersionV4|TestAccComputeRouterInterface_withIPVersionV6|TestAccComputeRouterPeer_AddMd5AuthenticationKey|TestAccComputeRouterPeer_EnableDisableIpv6|TestAccComputeRouterPeer_Ipv4Basic|TestAccComputeRouterPeer_Ipv6Basic|TestAccComputeRouterPeer_UpdateIpv4|TestAccComputeRouterPeer_UpdateIpv6Address|TestAccComputeRouterPeer_UpdateMd5AuthenticationKey|TestAccComputeRouterPeer_advertiseMode|TestAccComputeRouterPeer_basic|TestAccComputeRouterPeer_bfd|TestAccComputeRouterPeer_enable|TestAccComputeRouterPeer_routerApplianceInstance|TestAccComputeRouter_updateIdentifierRangeBgp|TestAccDataSourceComputeRouterStatus |
|
Looks like we have some failing tests.
Let me know if you need help investigating. If you |
Ack. Fixing tests on this. |
/gcbrun |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 15 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy|TestAccComputeRouterBgpPeer_routerPeerRouterAppliance|TestAccComputeRouterInterface_withIPVersionV4|TestAccComputeRouterInterface_withIPVersionV6|TestAccComputeRouterPeer_AddMd5AuthenticationKey|TestAccComputeRouterPeer_EnableDisableIpv6|TestAccComputeRouterPeer_Ipv6Basic|TestAccComputeRouterPeer_UpdateIpv6Address|TestAccComputeRouterPeer_UpdateMd5AuthenticationKey|TestAccComputeRouterPeer_advertiseMode|TestAccComputeRouterPeer_basic|TestAccComputeRouterPeer_bfd|TestAccComputeRouterPeer_enable|TestAccComputeRouterPeer_routerApplianceInstance|TestAccDataSourceComputeRouterStatus |
|
/gcbrun |
1 similar comment
/gcbrun |
@Gorlami96 Sorry, there's an issue in our CI. Would you mind rebasing your PR to catch the latest fix? Thank you! |
/gcbrun |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccComputeRouterPeer_AddMd5AuthenticationKey|TestAccComputeRouterPeer_UpdateMd5AuthenticationKey |
|
Looks like there a is a merge conflict mmv1/third_party/terraform/services/compute/resource_compute_router_bgp_peer_test.go |
Apologies but this branch has some issues. I have opened another PR #10375 with the same content. Closing this PR |
Adding ipv6 support for bgp router peer, router interface and router. Related to b/309454013
*Release Note Template for Downstream PRs