Closed lecorguille closed 7 years ago
Mh its working for me: https://travis-ci.org/bgruening/docker-galaxy-ngs-preprocessing
Can you rerun the test? Maybe this was a network error?
I've got the same error on another branch of your project. I've re-run the build, and got the same error again.
@pierrickrogermele @lecorguille oh great - so we have the same travis.yaml and it crashes randomly? I will trigger a few times for a build and see if I can reproduce it. It worked for you at some point isn't it?
https://github.com/bgruening/docker-galaxy-epigenetics/pull/1 also working, I don't get it.
2 guys but the same repo. So maybe, there is something with our project? Is there some disk usage limitation in Travis?
Our Docker images is rather big: 3.968 GB
Mh, afaik the disc quota can vary between different VMs, sometime you can even get one which runs in a ramdisc. How many GB are you using approximately?
Our Docker images is rather big: 3.968 GB
We can try a du -sh .
somewhere in the .travis.yml
?
@lecorguille and maybe you can remove some tools in a branch and see what happens. I will try to make the base image smaller for the next release if I find some time.
I've run some commands. The build is run inside /home/travis/build/workflow4metabolomics/w4m-vm, and the / point is as following: Filesystem Size Used Avail Use% Mounted on /dev/sda1 30G 17G 13G 57% /
First time I have seen this: https://travis-ci.org/bgruening/docker-galaxy-exome-seq/jobs/165581712#L639
but there seems to be a limit in space on travis. I was able to run out of discspace.
It is indeed because of disc-space. https://travis-ci.org/bgruening/galaxy-rna-seq/builds/165854108#L696
Now I need to find a way to fix this :(
All green now 👍 Thanks
Perfect!
The Travis test on our Flavor fails without any real modification (README.md).
https://travis-ci.org/workflow4metabolomics/w4m-vm/builds/164635858#L741
Any idea?
Thanks