skypilot-nightly 1.0.0.dev20250325__py3-none-any.whl → 1.0.0.dev20250326__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.
- sky/__init__.py +2 -2
- sky/backends/cloud_vm_ray_backend.py +13 -1
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/METADATA +5 -1
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/RECORD +8 -8
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/WHEEL +1 -1
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/entry_points.txt +0 -0
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/licenses/LICENSE +0 -0
- {skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/top_level.txt +0 -0
sky/__init__.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Optional
|
|
5
5
|
import urllib.request
|
6
6
|
|
7
7
|
# Replaced with the current commit when building the wheels.
|
8
|
-
_SKYPILOT_COMMIT_SHA = '
|
8
|
+
_SKYPILOT_COMMIT_SHA = '4f8721ab403668198ffd61297874c4c365e642b7'
|
9
9
|
|
10
10
|
|
11
11
|
def _get_git_commit():
|
@@ -35,7 +35,7 @@ def _get_git_commit():
|
|
35
35
|
|
36
36
|
|
37
37
|
__commit__ = _get_git_commit()
|
38
|
-
__version__ = '1.0.0.
|
38
|
+
__version__ = '1.0.0.dev20250326'
|
39
39
|
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
|
40
40
|
|
41
41
|
|
@@ -4380,7 +4380,19 @@ class CloudVmRayBackend(backends.Backend['CloudVmRayResourceHandle']):
|
|
4380
4380
|
# If cluster_yaml is None, the cluster should ensured to be terminated,
|
4381
4381
|
# so we don't need to do the double check.
|
4382
4382
|
if handle.cluster_yaml is not None:
|
4383
|
-
|
4383
|
+
try:
|
4384
|
+
_detect_abnormal_non_terminated_nodes(handle)
|
4385
|
+
except exceptions.ClusterStatusFetchingError as e:
|
4386
|
+
if purge:
|
4387
|
+
msg = common_utils.format_exception(e, use_bracket=True)
|
4388
|
+
logger.warning(
|
4389
|
+
'Failed abnormal non-terminated nodes cleanup. '
|
4390
|
+
'Skipping and cleaning up as purge is set. '
|
4391
|
+
f'Details: {msg}')
|
4392
|
+
logger.debug(f'Full exception details: {msg}',
|
4393
|
+
exc_info=True)
|
4394
|
+
else:
|
4395
|
+
raise
|
4384
4396
|
|
4385
4397
|
if not terminate or remove_from_db:
|
4386
4398
|
global_user_state.remove_cluster(handle.cluster_name,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: skypilot-nightly
|
3
|
-
Version: 1.0.0.
|
3
|
+
Version: 1.0.0.dev20250326
|
4
4
|
Summary: SkyPilot: An intercloud broker for the clouds
|
5
5
|
Author: SkyPilot Team
|
6
6
|
License: Apache 2.0
|
@@ -193,6 +193,10 @@ Dynamic: summary
|
|
193
193
|
<img alt="Downloads" src="https://img.shields.io/pypi/dm/skypilot">
|
194
194
|
</a>
|
195
195
|
|
196
|
+
<a href="https://buildkite.com/skypilot-1/full-smoke-tests-run">
|
197
|
+
<img alt="Smoke Tests" src="https://badge.buildkite.com/d3aa9d2370e4a9ac4fb5e210381f955082a63a9a46673b197a.svg?theme=github&branch=master">
|
198
|
+
</a>
|
199
|
+
|
196
200
|
</p>
|
197
201
|
|
198
202
|
<h3 align="center">
|
{skypilot_nightly-1.0.0.dev20250325.dist-info → skypilot_nightly-1.0.0.dev20250326.dist-info}/RECORD
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
sky/__init__.py,sha256=
|
1
|
+
sky/__init__.py,sha256=ZQgnwZFx1OI8QGgvePoEaTVl6x9kc5Opq9Vsu0qdHWQ,6428
|
2
2
|
sky/admin_policy.py,sha256=hPo02f_A32gCqhUueF0QYy1fMSSKqRwYEg_9FxScN_s,3248
|
3
3
|
sky/authentication.py,sha256=QWybUjX-O6TXzCDSu2vtSgyeQb-OY9B6gDpT-jwYK9I,22700
|
4
4
|
sky/check.py,sha256=iMGuM7yjUPRgDHc13Pf1_LSybBqIexq-6aXfnVcaI54,15898
|
@@ -34,7 +34,7 @@ sky/adaptors/vsphere.py,sha256=zJP9SeObEoLrpgHW2VHvZE48EhgVf8GfAEIwBeaDMfM,2129
|
|
34
34
|
sky/backends/__init__.py,sha256=UDjwbUgpTRApbPJnNfR786GadUuwgRk3vsWoVu5RB_c,536
|
35
35
|
sky/backends/backend.py,sha256=4BOqKZ-bwBTpjNnZF4JAHX2m2Iga7EmEn8Ao3tEivaM,7527
|
36
36
|
sky/backends/backend_utils.py,sha256=ndY4IPs1F9QovyiKAnB1FNYGWm52_ylwf_K7wY50cv0,134922
|
37
|
-
sky/backends/cloud_vm_ray_backend.py,sha256=
|
37
|
+
sky/backends/cloud_vm_ray_backend.py,sha256=8uMkhOzJqeHDkh1212RUe8HrT5fLYTdxe-beTXgygR8,248154
|
38
38
|
sky/backends/docker_utils.py,sha256=Hyw1YY20EyghhEbYx6O2FIMDcGkNzBzV9TM7LFynei8,8358
|
39
39
|
sky/backends/local_docker_backend.py,sha256=nSYCjms3HOPjPNOrcCqsUKm1WV3AAovRFjEQ7hcEXW4,17021
|
40
40
|
sky/backends/wheel_utils.py,sha256=meypuMaygSXXjGdXfq6dhWl-OrpAybg9KVRoup4D0wU,9098
|
@@ -348,9 +348,9 @@ sky/utils/kubernetes/k8s_gpu_labeler_setup.yaml,sha256=VLKT2KKimZu1GDg_4AIlIt488
|
|
348
348
|
sky/utils/kubernetes/kubernetes_deploy_utils.py,sha256=NtfbovAECN2A_R8x4FiNPaBVPWeuwaOVuuGsnVOSk2g,10231
|
349
349
|
sky/utils/kubernetes/rsync_helper.sh,sha256=h4YwrPFf9727CACnMJvF3EyK_0OeOYKKt4su_daKekw,1256
|
350
350
|
sky/utils/kubernetes/ssh_jump_lifecycle_manager.py,sha256=Kq1MDygF2IxFmu9FXpCxqucXLmeUrvs6OtRij6XTQbo,6554
|
351
|
-
skypilot_nightly-1.0.0.
|
352
|
-
skypilot_nightly-1.0.0.
|
353
|
-
skypilot_nightly-1.0.0.
|
354
|
-
skypilot_nightly-1.0.0.
|
355
|
-
skypilot_nightly-1.0.0.
|
356
|
-
skypilot_nightly-1.0.0.
|
351
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/licenses/LICENSE,sha256=emRJAvE7ngL6x0RhQvlns5wJzGI3NEQ_WMjNmd9TZc4,12170
|
352
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/METADATA,sha256=V5UlwHyFmeBcPPaUBEzuhCvdyoXArUCqy4zdQrckbMg,18657
|
353
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
354
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/entry_points.txt,sha256=StA6HYpuHj-Y61L2Ze-hK2IcLWgLZcML5gJu8cs6nU4,36
|
355
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/top_level.txt,sha256=qA8QuiNNb6Y1OF-pCUtPEr6sLEwy2xJX06Bd_CrtrHY,4
|
356
|
+
skypilot_nightly-1.0.0.dev20250326.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|