Commit 2aefdee
List API for AWS Batch (meta-pytorch#553)
Summary:
List jobs scheduled in AWS Batch scheduler across all queues.
Might support listing by queueName in the future.
Pull Request resolved: meta-pytorch#553
Test Plan:
Unit tests
```
(venv38) ubuntu@ip-172-31-24-88:~/rsync/torchx$ torchx list -s aws_batch
torchx 2022-07-13 00:33:16 INFO Found credentials in environment variables.
aws_batch://torchx/torchx:touch-c79fsrptv..
aws_batch://torchx/torchx:sh-qpdf3z7..
aws_batch://torchx/torchx:torchx-torchserve-vcdqjk..
.
.
```
Reviewed By: d4l3k
Differential Revision: D37807402
Pulled By: priyaramani
fbshipit-source-id: ba160f107fb6c3366d75da6cbacb1a43bb01e1831 parent 40fa40a commit 2aefdee
File tree
2 files changed
+44
-1
lines changed- torchx/schedulers
- test
2 files changed
+44
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
581 | 607 | | |
582 | 608 | | |
583 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
517 | 528 | | |
518 | 529 | | |
519 | 530 | | |
| |||
559 | 570 | | |
560 | 571 | | |
561 | 572 | | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
562 | 579 | | |
563 | 580 | | |
564 | 581 | | |
| |||
0 commit comments