-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
K8s: test-gateway addition to tox #8161
Conversation
fixed stack integration tests
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.
Well Done @Param-29
self.connect_to_vpn_self() | ||
except Exception as e: | ||
print("Error connecting to VPN: ", e) | ||
# try: |
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.
@shubham3121 , for info, I have commented it out, as we are not currently using tailscale, headscale.This was causing very slow startup times, while launching a gateway.
Description
Resolves: https://github.com/OpenMined/Heartbeat/issues/766
Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Checklist