skypilot-nightly 1.0.0.dev20250210__py3-none-any.whl → 1.0.0.dev20250211__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 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 = '54fe787d1fb31687cc78eb307db59d54c2d79076'
8
+ _SKYPILOT_COMMIT_SHA = '1064e8a074909c5d13f862357ed0e3186079a8e8'
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.dev20250210'
38
+ __version__ = '1.0.0.dev20250211'
39
39
  __root_dir__ = os.path.dirname(os.path.abspath(__file__))
40
40
 
41
41
 
sky/jobs/constants.py CHANGED
@@ -16,10 +16,18 @@ JOBS_TASK_YAML_PREFIX = '~/.sky/managed_jobs'
16
16
  # We use 50 GB disk size to reduce the cost.
17
17
  CONTROLLER_RESOURCES = {'cpus': '4+', 'memory': '8x', 'disk_size': 50}
18
18
 
19
+ # TODO(zhwu): This is no longer accurate, after #4592, which increases the
20
+ # length of user hash appended to the cluster name from 4 to 8 chars. This makes
21
+ # the cluster name on GCP being wrapped twice. However, we cannot directly
22
+ # update this constant, because the job cluster cleanup and many other logic
23
+ # in managed jobs depends on this constant, i.e., updating this constant will
24
+ # break backward compatibility and existing jobs.
25
+ #
19
26
  # Max length of the cluster name for GCP is 35, the user hash to be attached is
20
- # 4+1 chars, and we assume the maximum length of the job id is 4+1, so the max
21
- # length of the cluster name prefix is 25 to avoid the cluster name being too
22
- # long and truncated twice during the cluster creation.
27
+ # 4(now 8)+1 chars, and we assume the maximum length of the job id is
28
+ # 4(now 8)+1, so the max length of the cluster name prefix is 25(should be 21
29
+ # now) to avoid the cluster name being too long and truncated twice during the
30
+ # cluster creation.
23
31
  JOBS_CLUSTER_NAME_PREFIX_LENGTH = 25
24
32
 
25
33
  # The version of the lib files that jobs/utils use. Whenever there is an API
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: skypilot-nightly
3
- Version: 1.0.0.dev20250210
3
+ Version: 1.0.0.dev20250211
4
4
  Summary: SkyPilot: An intercloud broker for the clouds
5
5
  Author: SkyPilot Team
6
6
  License: Apache 2.0
@@ -1,4 +1,4 @@
1
- sky/__init__.py,sha256=Ouqj97DeXk38Du569MHZa8UrRMi6Yuvwjy_FmuN5sVk,5560
1
+ sky/__init__.py,sha256=1ezOy54DC-pEqSUADXHnHCcwQ1lU5dYJ6c14AjKNI1g,5560
2
2
  sky/admin_policy.py,sha256=hPo02f_A32gCqhUueF0QYy1fMSSKqRwYEg_9FxScN_s,3248
3
3
  sky/authentication.py,sha256=MNc9uHnvQ1EsEl8SsrYcYCGbxcnDbR6gaRCXVNd5RZE,22338
4
4
  sky/check.py,sha256=xzLlxUkBCrzpOho8lw65EvKLPl_b9lA2nteF5MSYbDQ,10885
@@ -101,7 +101,7 @@ sky/data/mounting_utils.py,sha256=tJHBPEDP1Wg_r3oSGBwFhMDLnPCMPSFRz26O0QkDd0Y,14
101
101
  sky/data/storage.py,sha256=CWVKnHhdzXw1biPbRqYizkyVexL_OCELuJCqtd4hit4,204094
102
102
  sky/data/storage_utils.py,sha256=cM3kxlffYE7PnJySDu8huyUsMX_JYsf9uer8r5OYsjo,9556
103
103
  sky/jobs/__init__.py,sha256=ObZcz3lL1ip8JcmR6gbfZ4RMMfXJJdsnuU2zLQUb8jY,1546
104
- sky/jobs/constants.py,sha256=6RphkJ6pmafQ7XYW5qwId1Zvqb99HJelA9kgrgfNR7o,1421
104
+ sky/jobs/constants.py,sha256=9kIdpwWNI9zWKQO39LTg9spUMGl5Iqx4ByIjRlic7Hw,1893
105
105
  sky/jobs/controller.py,sha256=cX8kGplwa-0Te_ihUfzzOr-TRs_Fw6UdFPm6mrtSE0c,28548
106
106
  sky/jobs/core.py,sha256=b9aJB90AxUdhoasSxsWBoD-mQY1MmC05FbPbtyFMzHI,19154
107
107
  sky/jobs/recovery_strategy.py,sha256=49H1ca5N4bIJ3W4iqurxzSvJE0dIihPt2XnstboxUm4,26370
@@ -298,9 +298,9 @@ sky/utils/kubernetes/k8s_gpu_labeler_job.yaml,sha256=k0TBoQ4zgf79-sVkixKSGYFHQ7Z
298
298
  sky/utils/kubernetes/k8s_gpu_labeler_setup.yaml,sha256=VLKT2KKimZu1GDg_4AIlIt488oMQvhRZWwsj9vBbPUg,3812
299
299
  sky/utils/kubernetes/rsync_helper.sh,sha256=h4YwrPFf9727CACnMJvF3EyK_0OeOYKKt4su_daKekw,1256
300
300
  sky/utils/kubernetes/ssh_jump_lifecycle_manager.py,sha256=Kq1MDygF2IxFmu9FXpCxqucXLmeUrvs6OtRij6XTQbo,6554
301
- skypilot_nightly-1.0.0.dev20250210.dist-info/LICENSE,sha256=emRJAvE7ngL6x0RhQvlns5wJzGI3NEQ_WMjNmd9TZc4,12170
302
- skypilot_nightly-1.0.0.dev20250210.dist-info/METADATA,sha256=iWffm0fzj79Ph1ttJ-A0Mj2_DZRE7f_02ZXpFAMGW7M,21397
303
- skypilot_nightly-1.0.0.dev20250210.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
304
- skypilot_nightly-1.0.0.dev20250210.dist-info/entry_points.txt,sha256=StA6HYpuHj-Y61L2Ze-hK2IcLWgLZcML5gJu8cs6nU4,36
305
- skypilot_nightly-1.0.0.dev20250210.dist-info/top_level.txt,sha256=qA8QuiNNb6Y1OF-pCUtPEr6sLEwy2xJX06Bd_CrtrHY,4
306
- skypilot_nightly-1.0.0.dev20250210.dist-info/RECORD,,
301
+ skypilot_nightly-1.0.0.dev20250211.dist-info/LICENSE,sha256=emRJAvE7ngL6x0RhQvlns5wJzGI3NEQ_WMjNmd9TZc4,12170
302
+ skypilot_nightly-1.0.0.dev20250211.dist-info/METADATA,sha256=4PYhrvC32in1nSpeg1_y7Sx5Qx2mu5vqzLyUyRsAVbc,21397
303
+ skypilot_nightly-1.0.0.dev20250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
304
+ skypilot_nightly-1.0.0.dev20250211.dist-info/entry_points.txt,sha256=StA6HYpuHj-Y61L2Ze-hK2IcLWgLZcML5gJu8cs6nU4,36
305
+ skypilot_nightly-1.0.0.dev20250211.dist-info/top_level.txt,sha256=qA8QuiNNb6Y1OF-pCUtPEr6sLEwy2xJX06Bd_CrtrHY,4
306
+ skypilot_nightly-1.0.0.dev20250211.dist-info/RECORD,,