aldbr
aldbr
I doubt this logic really works (at least in some cases it does not seem to work properly). For instance, in SDumont, jobs are mainly stopped by the batch system...
> Just a note: we do not (yet) have a way to do proper integration test for the Computing Elements, but one may think about adding them to our integration...
I wonder if it really makes sense to add CEs (and Batch Systems) in the integration tests: while it would be great to have a "grid in a box" in...
I don't even know if testing SSHCE in an integration test makes sense. The only easy test we can set up would be `SSHCE` + `Host`, which is not representative...
I will add a certification test focused on the CE interfaces as I explained (+ a card in the kanban board to explain how to execute it). I will execute...
> Hi, which Indigo IAM instance are you using? Note that there is a possibility of not including the `nbf` claim in the access token through this env variable `IAM_ACCESS_TOKEN_INCLUDE_NBF=false`...
Going through this I discovered a few old problems with the SSHCE, as well as a minor security issue that I will solve in another PR, but these changes are...
@hmiyake would potentially reuse the `PushJobAgent` using ssh if I remember correctly.
> That site does not open ssh for massive job execution. Out of curiosity, could you clarify this point please? Do you mean that the site is protected through a...
(I work with @Stellatsuu) Looks like there is something to change in this area: https://github.com/common-workflow-language/cwltool/blob/9781b4c89c3126e2b19f6feaf4e7327d71e754e8/cwltool/process.py#L995-L1027 Naively, I would add the following condition at line `1022`: ```python if mx < mn:...