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

Fix Docker usage on new GitHub Actions #1577

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Fix Docker usage on new GitHub Actions #1577

merged 1 commit into from
Jun 21, 2024

Conversation

ofek
Copy link
Collaborator

@ofek ofek commented Jun 20, 2024

No description provided.

@ofek ofek force-pushed the p branch 15 times, most recently from 2603871 to 32447cf Compare June 20, 2024 21:58
@@ -10,7 +10,7 @@ echo "==:> Starting server"
devpi-server --host 0.0.0.0 --port 3141 &

echo "==:> Waiting on server"
timeout 10 ash -c 'while ! echo exit | nc localhost 3141; do sleep 1; done'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm so upset that I don't have time to debug this. Essentially, the large Docker upgrade on Ubuntu 22.04 in this release somehow makes it so that this no longer works. The connection to the port is never successful. I don't know why, this is a bummer.

Copy link
Contributor

Code Coverage

Package Statements
hatch 96.35% (5346 / 5548)
hatchling 97.56% (4053 / 4154)
tests 99.93% (16931 / 16942)
Summary 98.82% (26330 / 26644)

@ofek ofek merged commit 18c293b into master Jun 21, 2024
46 checks passed
@ofek ofek deleted the p branch June 21, 2024 02:18
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.

1 participant