-
Notifications
You must be signed in to change notification settings - Fork 11
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
Github workflows for at_onboarding_cli #150
Conversation
@cpswan both the 'check_docker_readiness' and 'check_test_env' seem to be failing. They are retrying a couple of times and then timing out after 5mins. This is the response from ping: Run ping -c 10 vip.ve.atsign.zone -p 64 --- vip.ve.atsign.zone ping statistics --- |
@srieteja I'm looking at this now. One of the tests used by at_client_sdk depends on running a script against the virtual environment to load data. So I'd expect that to fail. Do you have things working locally? |
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.
I think the echo echo
is causing a bad entry to /etc/hosts, which then prevents vip.ve.atsign.zone name resolution from working as it should.
The logs confirm that vip.ve.atsign.zone is being resolved by DNS to 10.64.64.64 rather than hosts to 127.0.0.1:
|
- What I did
adding git workflows to test at_onboarding_cli
- How I did it
- How to verify it
- Description for the changelog