sbp opened a new issue, #836: URL: https://github.com/apache/tooling-trusted-releases/issues/836
Quarantine failures always get reported, and there is no way to clear them. I'm not sure what the best approach is for them to be cleared. Three potential approaches I've thought of are: * Clear them when there is another upload. This may be confusing because another RM could upload, and even the same user might be uploading using CI, and might not know when one of their *own* uploads has occurred. * Clear them after some period of time. Perhaps after five minutes, but whatever period of time we choose it's going to be too soon in some cases and too late in others. * Require the RM to manually clear the error message. This is presumably the best approach, but it requires tracking whether the error messages have been cleared, and adding form handling for it. Currently I prefer the third, despite the extra coding cost. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
