-
Notifications
You must be signed in to change notification settings - Fork 18
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
Setup CI for alignment pipeline (resolves #239) #251
Setup CI for alignment pipeline (resolves #239) #251
Conversation
The title |
Test ran in 7 minutes on OpenStack (not counting pull down of containers).
b7214f6
to
eb491a2
Compare
@hannes-ucsc Jenkins build fails due to timeout of bwa test. On Openstack (15 cores), it runs in 7 minutes but on a 2 core m3.large the BWA algorithm is too cpu intensive to finish within 30m even for a very small input (~160M). I looked on the Jenkins slave and can see by the tmp directory that BWA was almost finished running. We could make the toil-scripts slave a little beefier and it should go through — I'd recommend a c3.large as the best price point at 4-cores. |
Made instance type c3.large and bumped timeout to 45min. Jenkins, test this please. |
In the long run, we should separate out a special slave roles in cgcloud for the toil-scripts and cgl-docker-lib: BD2KGenomics/cgcloud#154 |
Bumped timeout to 1h. Jenkins, test this please. |
BWA CI is failing for some reason, unfortunately I don't get a stacktrace or anything from jenkins console output — looking into it now. |
@hannes-ucsc — Tests pass now. Using the sample improvements I made here to speed up the RNA-seq CGL pipeline CI tests #254 |
No description provided.