Actions
Bug #3370
closed[Crunch] Job fails with "KeyError: 'CRUNCH_SRC'"
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Story points:
0.5
Description
Pipeline instance qr1hi-8i9sb-webyvbe79r0xgcd failed when it was working previously. From the logs (d6e414193c09707939a473b45f614eec+85) I see the following error which I believe to be the culprit:
2014-07-25_20:35:56 qr1hi-8i9sb-webyvbe79r0xgcd 11185 2 stderr KeyError: 'CRUNCH_SRC'
I believe the only thing I changed was adding the following line to the pipeline template:
"runtime_constraints" : { "docker_image" : "arvados/jobs-java-bwa-samtools" }
"runtime_constraints" had been blank previously.
This job was working before I added the "docker_image" value to "runtime_constraints".
Actions