-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds system testing workflow to github actions #75
Conversation
…m_testing # Conflicts: # docs/Changelog.md
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.
LGTM
Suddenly github actions for system testing keep failing, even though no changes have been made to concerning source code. It is unclear why this is happening :( I got access to to larger runners but learnt later that they are not free to use. Relevant snippet:
I will get around to debugging the issue some day :( |
@wilkb777 Github actions workflow for system testing began failing despite no significant code changes, and the error had to do with lack of storage space. It is unclear why it worked before but started failing of late. I reran a workflow that had succeeded before, and it still errored out. After a series of debugging efforts (documented in #78), storage in the runners were freed first before running the github actions workflow. This resulted in resolving the issue. So overall, I added a step in github actions workflow for system testing to free up disk storage space. Could you review the changes please? :) |
Pull request
Please fill in the checklist below and comment as needed.
configs/multiqc_config_template.jinja2
and scriptsrc/quac_watch/create_mutliqc_configs.py
as necessary? No.Changelog.md
file with change logs in recommended format? Yes.Anything else reviewer should know?
No.