kshakir
kshakir
This memory-related PR enhances #6766. The former addresses portable `command >` blocks (across Cromwell backends) and this PR enables portable more-memory functionality. The prior "[Side note](https://github.com/broadinstitute/cromwell/pull/6766#issuecomment-1133753430)" still applies. Instead of...
To effectively use "Retry with More Memory" for JVM jobs running on Papi one has to use `MEM_SIZE` and `MEM_UNIT` to run with the correct memory settings. But those variables...
Cromwell communicates with various gcloud endpoints. Instead of having N creds for N endpoints, sometimes Cromwell reuses creds for something else. For example: using the GCS creds for docker hash...
Currently only a draft since I'd like to hear from others: - how deeply folks want this CI tested (is a unit test using mock auth enough?) - if folks...
If this really does fix #6771, maybe one proves it works a CI test? Have folks talked about reverting #6728 in this PR?
The wrong paths were being returned for call cached detritus from the `/logs` endpoint.
@doron-st TL;DR: Can you try again? --- While debugging this issue it just suddenly started working again... 🤷 Using old runs, it seems to be that for a few days...
NOTE: While I need to describe these WDLs using our Cromwell instance, there is a CROM-4572 ticket already created that was previously closed, and [this comment](https://broadworkbench.atlassian.net/browse/CROM-4648?focusedCommentId=17048) mentions eliminating zip imports....
Thanks for the tips on downgrading `umap-learn`. Hopefully, the PR from January listed above will be reviewed soon. 🤞 Also a reminder to folks to restart their R sessions after...
Although this plugin provides a repository, the basic setup only works under anonymous, unauthenticated Jenkins. Jenkins authentication is incompatible with any software using the ivy library for artifact resolution. For...