Conversation
|
Setting up the memory limit in advance didn't help, but this should now avoid the failing step (building an RTG SDF template inside of hap.py) by just passing in the one the workflow already made. Then I made a bunch of changes to fix problems I encountered trying to build the vg Docker and run the test outside of CI, which I never actually managed to do. |
|
OK, the underlying problem is what was encountered at Illumina/hap.py#189 where I can test for it with: (Or more or less any When I run this on Courtyard it works. When I run this on our new Ubuntu 26.04 CI runners with kernel 7.0 and a similarly fresh Docker daemon, it fails. It was suggested in Illumina/hap.py#189 (comment) that replacing the |
Changelog Entry
To be copied to the draft changelog by merger:
rtgDescription
This will hopefully fix the CI problem noted in #4916 (comment) where rtg will fail on the new CI runners for mysterious and possibly memory-limit-related reasons.