-
Notifications
You must be signed in to change notification settings - Fork 653
test: refactor TestTestParseFlagPWithPlatformSpec and TestParsePortsL… #4263
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
Conversation
ref: #4261 (comment) |
Failures of lint has occured, so I'll lint my fix. |
…abel Signed-off-by: Hayato Kiwata <[email protected]>
6d5f461
to
0365d39
Compare
I got an unfamiliar error, but will take a look ...
The step that tests have failed is below. nerdctl/.github/workflows/release.yml Lines 35 to 36 in 848062e
exit code is Line 179 in 848062e
Looking at the log of the job, it is thought that This file exists at : https://github.com/containerd/stargz-snapshotter/releases/tag/v0.16.3 We are not sure why the curl error occurred because there are no detailed logs, and it is possible that a temporary network problem prevented the fname file from being downloaded. Please let me know if I have analyzed it incorrectly 🙏 |
“curl: (22) The requested URL returned error: 429“ github is telling you that they are throttling us (“too many requests”). |
Thanks for the comment! |
You can also just close/re-open the PR to trigger a CI re-run (or force-push). |
Thanks !!!! I’ll try that :) |
Thanks for your PR related this event! The first time, errors occurred in the following. I retried CI and the error in |
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.
Thanks
…abel