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
slurm_scheduler: add more runopts. Fixes#389 (#391)
Summary:
This adds 4 runopts:
* constraint
* comment
* mail-user
* mail-type
Pull Request resolved: #391
Test Plan:
Added unit tests for all fields
Integ test for comment
Hard for us to test constraint since our cluster doesn't have any node constraints
```
torchx run --wait --scheduler slurm --scheduler_args partition=compute,time=10,comment=hello,mail-user=<addr>,mail-type=END utils.echo --num_replicas 3
```
This passes but I don't believe the mail from our cluster is deliverable.
Reviewed By: kiukchung
Differential Revision: D34229597
Pulled By: d4l3k
fbshipit-source-id: e43429cc029109f68c1a6a05c3c74dd35ce9717d
0 commit comments