-
Notifications
You must be signed in to change notification settings - Fork 94
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
actions: patch DNS issues on Mac OS runners #5813
Conversation
This patch fixes most, but not all of the DNS issues. It would appear the hostname returned by reverse lookup results in "Host key verification failed":
There is a Cylc / SSH configuration hack that could potentially be used to work around this. |
1a4961d
to
858dbf4
Compare
36a24b8
to
df8a3f6
Compare
@@ -248,6 +269,7 @@ jobs: | |||
-exec echo '====== {} ======' \; -exec cat '{}' \; | |||
|
|||
- name: Set artifact upload name | |||
if: always() |
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.
Unrelated: fixes an issue where all of the cylc_run uploads where getting merged because this step wasn't run.
df8a3f6
to
72f65b6
Compare
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.
Can we get this merged (into 8.2.x) for the time being?
It doesn't work. |
IMO it's better than the current situation because it works for the fast tests and cuts down the functional test failures to ~4 |
72f65b6
to
300104e
Compare
For the time being we have worked around the issue by downgrading to the macos 11 images (note 12 is the current default image, the 13 beta image has the same issue as the 12 image). |
There are DNS issues with the GitHub Mac OS runners resulting in reverse lookup failures causing Cylc test failures.
Hopefully the networking will be fixed before long, in the mean time, this workaround was suggested on the ticket.
See actions/runner-images#8649