torchx-nightly 2025.10.24__py3-none-any.whl → 2025.10.26__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of torchx-nightly might be problematic. Click here for more details.
- torchx/schedulers/kubernetes_scheduler.py +14 -7
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/METADATA +1 -1
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/RECORD +7 -7
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/LICENSE +0 -0
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/WHEEL +0 -0
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/entry_points.txt +0 -0
- {torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/top_level.txt +0 -0
|
@@ -706,16 +706,23 @@ class KubernetesScheduler(
|
|
|
706
706
|
return opts
|
|
707
707
|
|
|
708
708
|
def describe(self, app_id: str) -> Optional[DescribeAppResponse]:
|
|
709
|
+
from kubernetes.client.rest import ApiException
|
|
710
|
+
|
|
709
711
|
namespace, name = app_id.split(":")
|
|
710
712
|
roles = {}
|
|
711
713
|
roles_statuses = {}
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
714
|
+
try:
|
|
715
|
+
resp = self._custom_objects_api().get_namespaced_custom_object_status(
|
|
716
|
+
group="batch.volcano.sh",
|
|
717
|
+
version="v1alpha1",
|
|
718
|
+
namespace=namespace,
|
|
719
|
+
plural="jobs",
|
|
720
|
+
name=name,
|
|
721
|
+
)
|
|
722
|
+
except ApiException as e:
|
|
723
|
+
if e.status == 404:
|
|
724
|
+
return None
|
|
725
|
+
raise
|
|
719
726
|
status = resp.get("status")
|
|
720
727
|
if status:
|
|
721
728
|
state_str = status["state"]["phase"]
|
|
@@ -64,7 +64,7 @@ torchx/schedulers/devices.py,sha256=RjVcu22ZRl_9OKtOtmA1A3vNXgu2qD6A9ST0L0Hsg4I,
|
|
|
64
64
|
torchx/schedulers/docker_scheduler.py,sha256=x-XHCqYnrmiW0dHfVA7hz7Fp2Qgw7fvMgRm058YOngY,16880
|
|
65
65
|
torchx/schedulers/ids.py,sha256=3E-_vwVYC-8Tv8kjuY9-W7TbOe_-Laqd8a65uIN3hQY,1798
|
|
66
66
|
torchx/schedulers/kubernetes_mcad_scheduler.py,sha256=1tuzq3OutCMdSPqg_dNmCHt_wyuSFKG0-ywLc3qITJo,42949
|
|
67
|
-
torchx/schedulers/kubernetes_scheduler.py,sha256=
|
|
67
|
+
torchx/schedulers/kubernetes_scheduler.py,sha256=M1efsLg2keHLrvh4iR1tGBYK4MYPuBSI7Exup17cACE,28498
|
|
68
68
|
torchx/schedulers/local_scheduler.py,sha256=ttnxFDy48_DSYDEW-no27OirFZOyfrjwJ2S1MwBUi74,41929
|
|
69
69
|
torchx/schedulers/lsf_scheduler.py,sha256=YS6Yel8tXJqLPxbcGz95lZG2nCi36AQXdNDyuBJePKg,17661
|
|
70
70
|
torchx/schedulers/slurm_scheduler.py,sha256=vypGaCZe61bkyNkqRlK4Iwmk_NaAUQi-DsspaWd6BZw,31873
|
|
@@ -102,9 +102,9 @@ torchx/workspace/__init__.py,sha256=FqN8AN4VhR1C_SBY10MggQvNZmyanbbuPuE-JCjkyUY,
|
|
|
102
102
|
torchx/workspace/api.py,sha256=UESQ4qgxXjsb6Y1wP9OGv2ixaFgaTs3SqghmNuOJIZM,10235
|
|
103
103
|
torchx/workspace/dir_workspace.py,sha256=npNW_IjUZm_yS5r-8hrRkH46ndDd9a_eApT64m1S1T4,2268
|
|
104
104
|
torchx/workspace/docker_workspace.py,sha256=PFu2KQNVC-0p2aKJ-W_BKA9ZOmXdCY2ABEkCExp3udQ,10269
|
|
105
|
-
torchx_nightly-2025.10.
|
|
106
|
-
torchx_nightly-2025.10.
|
|
107
|
-
torchx_nightly-2025.10.
|
|
108
|
-
torchx_nightly-2025.10.
|
|
109
|
-
torchx_nightly-2025.10.
|
|
110
|
-
torchx_nightly-2025.10.
|
|
105
|
+
torchx_nightly-2025.10.26.dist-info/LICENSE,sha256=WVHfXhFC0Ia8LTKt_nJVYobdqTJVg_4J3Crrfm2A8KQ,1721
|
|
106
|
+
torchx_nightly-2025.10.26.dist-info/METADATA,sha256=3-GMRsszZyTXBcI1DhK9yxcR5iaZq63zrk9ckODdlCs,5046
|
|
107
|
+
torchx_nightly-2025.10.26.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
108
|
+
torchx_nightly-2025.10.26.dist-info/entry_points.txt,sha256=T328AMXeKI3JZnnxfkEew2ZcMN1oQDtkXjMz7lkV-P4,169
|
|
109
|
+
torchx_nightly-2025.10.26.dist-info/top_level.txt,sha256=pxew3bc2gsiViS0zADs0jb6kC5v8o_Yy_85fhHj_J1A,7
|
|
110
|
+
torchx_nightly-2025.10.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{torchx_nightly-2025.10.24.dist-info → torchx_nightly-2025.10.26.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|