-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not retrying the command #44
Comments
The logs link doesn't work for me. Can you download and attach the logs? |
retry_logs.txt |
I wonder if we can specify |
This sounds similar to what I am seeing... I am using as follows:
And there is the log output, with only a single timeout indicated, and no retires occouring
This is from https://github.com/wmde/wikibase-release-pipeline/actions/runs/3488327445/jobs/5948299853 |
And I can confirm that the change proposed in #106 seems to fix this issue for me
|
Thanks for testing that PR. I'll get it pulled into a release shortly |
🎉 This issue has been resolved in version 2.8.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Amazing, thanks! |
Describe the bug
HI,
here is my test snippet
I tried timeout_seconds=60 timeout_minutes=1, still not working . I tried retry_on: error and it restarted the command, but I only wants to restart the command on timeout. Am I doing something wrong, or misunderstand the retry_on: timeout function ?
Expected behavior
I would expect the command to restart "mvn -Dmaven.wealthcentral.full.build=true clean install site". but I only get the error and the step fails.
Screenshots
![image](https://user-images.githubusercontent.com/82996400/126731763-33a6d799-697d-483f-9075-2e28ee004e85.png)
Logs
https://pipelines.actions.githubusercontent.com/VZK7aeekU2uaNe4Ic693P6kodHwzQMznZWFFtaEw4BXgNmLWia/_apis/pipelines/1/runs/4111/signedlogcontent/3?urlExpires=2021-07-23T02%3A43%3A50.6523982Z&urlSigningMethod=HMACV1&urlSignature=q0FhuLAf1914%2FeQ%2FEOZJHeYaabiI5OlstxPwr3RiUvY%3D
The text was updated successfully, but these errors were encountered: