You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought I would check out the new GCPBATCH support in the latest cromwell. Used the example config for the newly supported GCPBATCH with my projects settings added and it errored because of multiple zones were configured:
I changed it to just ["us-central1-a"] and worked fine and ran until completion so I guess it is how the parser is combining these zones into whatever underlying batch command needs to be executed. (I also tried the value "us-central1-a us-central1-b" as a string instead of an array cause I thought I read somewhere that was supported, but that didn't work either)
Here is the error thrown by cromwell:
The text was updated successfully, but these errors were encountered:
Thought I would check out the new GCPBATCH support in the latest cromwell. Used the example config for the newly supported GCPBATCH with my projects settings added and it errored because of multiple zones were configured:
I changed it to just
["us-central1-a"]
and worked fine and ran until completion so I guess it is how the parser is combining these zones into whatever underlying batch command needs to be executed. (I also tried the value "us-central1-a us-central1-b" as a string instead of an array cause I thought I read somewhere that was supported, but that didn't work either)Here is the error thrown by cromwell:
The text was updated successfully, but these errors were encountered: