Skip to content
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

Add workaround for "ConnectTimeoutException: connection timed out" on GitHub Actions #1605

Merged
merged 2 commits into from
Apr 15, 2021

Conversation

violetagg
Copy link
Member

@violetagg violetagg commented Apr 15, 2021

Sporadic failures are observed on GitHub Actions when running on Ubuntu 20.04/18.04
Related to actions/runner-images#3185

… GitHub Actions

Sporadic failures are observed on GitHub Actions when running on Ubuntu 20.04
Related to actions/runner-images#3185
@violetagg violetagg added this to the 0.9.20.RELEASE milestone Apr 15, 2021
@violetagg violetagg requested a review from a team April 15, 2021 08:43
@violetagg violetagg mentioned this pull request Apr 15, 2021
@simonbasle
Copy link
Contributor

@lhotari 👋 since you noticed this issue 😄
while you're here, looks like we can't comment on your issue in github/virtual-environments. the way you phrased it made us initially think that only 20.04 was affected, but visibly it is also affecting 18.04. It would be interesting to mention that in your issue 🙇

@@ -19,6 +19,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Update /etc/hosts file
if: matrix.os == 'ubuntu-20.04'
Copy link
Contributor

@simonbasle simonbasle Apr 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we've determined that 18.04 is also affected, might as well use if: startsWith(matrix.os, 'ubuntu-') wdyt?
source for syntax: https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#startswith

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@violetagg
Copy link
Member Author

Here for completeness the same failure observed on Ubuntu 18.04
https://github.com/reactor/reactor-netty/runs/2344428745?check_suite_focus=true#step:1:7

@lhotari
Copy link
Contributor

lhotari commented Apr 15, 2021

@lhotari since you noticed this issue
while you're here, looks like we can't comment on your issue in github/virtual-environments. the way you phrased it made us initially think that only 20.04 was affected, but visibly it is also affecting 18.04. It would be interesting to mention that in your issue

Hi @simonbasle and @violetagg , nice to meet again. :)

The problem is that I'm not able to comment on the issue or edit the description (GitHub App showed the abilitity to edit the title, but it returned "permission denied"). I guess the only way to communicate with the maintainers is to create new issues.

I added more information to the GitHub community discussion where the problem was reported. I mentioned that ubuntu-18.04 is also impacted (and possibly other VM types). Feel free to add more comments to the GitHub community discussion.

@simonbasle
Copy link
Contributor

The problem is that I'm not able to comment on the issue or edit the description

Ah bummer! Thanks for trying, and for reporting that in the community discussion @lhotari 👍

@violetagg violetagg merged commit 9776eec into 0.9.x Apr 15, 2021
@violetagg violetagg deleted the gha-failures-0-9-x branch April 15, 2021 13:41
@violetagg
Copy link
Member Author

@simonbasle Thanks for the review!

violetagg added a commit that referenced this pull request Apr 15, 2021
violetagg added a commit that referenced this pull request Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants