-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement helper for processing specific failed CI jobs #53
Conversation
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 24da5bec8f9a95f8d658e60320920ca11e6fa702. |
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 09ca62a11a03b1684f74fd5d518f4c791212aceb. |
hrmmm...tests not working right... |
f9fe496
to
42fc88c
Compare
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 42fc88c5c18f324bd7f9a090416936cdadf915dc. |
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 5d872906807fe80132992d2f5afd47ccbedd2fae. |
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's b1ab5020a6866330bb60e79739b5e1073c5e6036. |
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 7624b3d308db2292bfde0fd442f759035f7c2f75. |
@edsantiago PTAL when you have a moment. Note: This is very basic and minimal code, but functional as-is: https://cirrus-ci.com/task/5343953614536704?command=main#L669-L679 I expect it will either be improved/better tested in the future or completely removed if useless. |
Signed-off-by: Chris Evich <[email protected]>
Update: Fixed up README + altered output format to include task names: Example output: https://cirrus-ci.com/task/5065071724331008?command=main#L679-L669 |
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's 585c5da3c5271e177969da39ed62e936286a7f5c. |
nvm Ed, it's probably not worth your time. |
OK, thanks. The |
@edsantiago Near as I can tell, if you run pip3 with --user as indicated, you can just clean out the referenced directory after. This works properly as both a user and as root. The other common practice is to use Anyway...I seriously considered using a PR instead of commit, but was in a rush to debug that agent-stopped-responding problem, and not confident in my ability to quickly code translation from PR no. -> latest SHA. Certainly a great idea for future improvement though. Thanks. |
oh...also, the only reason pip3 is even required is for the |
This is an incredibly basic implementation, and a simple "does it run" test. It is needed in the short-term for use in [other scripts], to help process and debug incidents of "CI Agent Stopped Responding" tasks. Adding it into this repo. as a reference for future similar/related scripts.
Ref: containers/podman#8068 Intended use by [other scipts]: