-
Notifications
You must be signed in to change notification settings - Fork 3
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
Increase CPU and memory for CI because default Github runner resource doubled #76
Conversation
This PR is against the
|
|
@muffato And also this CI is not just for testing on Github, I can use it on my laptop and farm. The laptop may not have 4 cores or 10G memory and also the requirement may be wasteful on the farm. I know some other pipelines may have CI profile just for Github, maybe we should treat this pipeline by pipeline, not just apply the changes to all of them. |
Those are very good points. Yes, it makes sense to decide this on a pipeline-per-pipeline basis |
Probably I will not merge this, just close it. |
This resource config is actually from nf-core template: Does the nf-core update their template? The runner updating in 17 Jan and the latest nf-core release 2.13.1 on 29th Feb. I will check it any changes from the template. The latest nf-core 2.13.1 didn't change the template. |
Yes, nf-core still update the template, although perhaps not every release. Maybe they don't know about the GitHub CI Runner change either. |
OK to close this one |
More resources are not necessary and this profile can be used not just in Github runnder. |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).