xpk 0.14.1__tar.gz → 0.14.2__tar.gz
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.
- {xpk-0.14.1/src/xpk.egg-info → xpk-0.14.2}/PKG-INFO +1 -1
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/cluster.py +1 -1
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/config.py +1 -1
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/kueue_manager.py +2 -2
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/kueue_manager_test.py +1 -1
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/kueue_gke_default_topology.yaml.j2 +1 -1
- {xpk-0.14.1 → xpk-0.14.2/src/xpk.egg-info}/PKG-INFO +1 -1
- {xpk-0.14.1 → xpk-0.14.2}/LICENSE +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/README.md +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/pyproject.toml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/setup.cfg +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/docker_manager_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/gcluster_a3mega_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/gcluster_a3ultra_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/gcluster_a4_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/integration/gcluster_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/api/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/api/storage_crd.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/batch.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/cluster.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/cluster_gcluster.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/cluster_gcluster_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/cluster_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/common.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/config.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/info.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/inspector.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/job.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/kind.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/kjob_common.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/run.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/shell.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/storage.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/version.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/workload.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/commands/workload_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/blueprint/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/blueprint/blueprint_definitions.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/blueprint/blueprint_generator.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/blueprint/blueprint_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/blueprint/testing/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/capacity.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/cluster_private.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/commands.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/config_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/docker_container.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/docker_image.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/docker_manager.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/docker_resources.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/filestore.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/gcloud_context.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/gcloud_context_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/gcluster_manager.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/gcsfuse.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/jobset.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/kjob.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/monitoring.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/mtc.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/nap.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/network.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/nodepool.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/nodepool_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/pathways.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/ray.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/remote_state/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/remote_state/fuse_remote_state.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/remote_state/remote_state_client.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/resources.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/scheduling.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/scheduling_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/storage.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/system_characteristics.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/system_characteristics_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/vertex.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/rdma_decorator.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/storage_decorator.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/tcpx_decorator.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/tcpx_decorator_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_decorators/tcpxo_decorator.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/core/workload_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/main.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/batch.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/cluster.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/cluster_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/common.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/config.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/core.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/info.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/inspector.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/job.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/kind.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/run.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/shell.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/storage.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/validators.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/version.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/workload.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/parser/workload_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/cluster_preheat.yaml.j2 +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/filestore-pv.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/filestore-pvc.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/filestore-sc.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/fuse-pv.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/fuse-pvc.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/kueue_config.yaml.j2 +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/kueue_sub_slicing_topology.yaml.j2 +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/mtc-cpc.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/storage.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/templates/volume_bundle.yaml +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/__init__.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/console.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/execution_context.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/feature_flags.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/file.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/gcs_utils.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/kubectl.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/kueue.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/network.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/objects.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/templates.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/topology.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/topology_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/validation.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/validation_test.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk/utils/yaml.py +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk.egg-info/SOURCES.txt +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk.egg-info/dependency_links.txt +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk.egg-info/entry_points.txt +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk.egg-info/requires.txt +0 -0
- {xpk-0.14.1 → xpk-0.14.2}/src/xpk.egg-info/top_level.txt +0 -0
|
@@ -37,7 +37,7 @@ from .resources import get_cluster_system_characteristics
|
|
|
37
37
|
from .system_characteristics import SystemCharacteristics
|
|
38
38
|
|
|
39
39
|
JOBSET_VERSION = 'v0.8.0'
|
|
40
|
-
PATHWAYS_JOB_VERSION = 'v0.1.
|
|
40
|
+
PATHWAYS_JOB_VERSION = 'v0.1.4'
|
|
41
41
|
INSTALLER_NCCL_TCPX = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpx/nccl-tcpx-installer.yaml'
|
|
42
42
|
INSTALLER_NCCL_TCPXO = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpxo/nccl-tcpxo-installer.yaml'
|
|
43
43
|
INSTALLER_NCCL_RDMA = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-rdma/nccl-rdma-installer.yaml'
|
|
@@ -22,7 +22,7 @@ from ..utils import file
|
|
|
22
22
|
from ..utils.console import xpk_print
|
|
23
23
|
|
|
24
24
|
# This is the version for XPK PyPI package
|
|
25
|
-
__version__ = 'v0.14.
|
|
25
|
+
__version__ = 'v0.14.2'
|
|
26
26
|
XPK_CURRENT_VERSION = __version__
|
|
27
27
|
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
|
|
28
28
|
|
|
@@ -51,7 +51,7 @@ KUEUE_CONTROLLER_MANAGER_JINJA_FILE = "kueue_controller_manager.yaml.j2"
|
|
|
51
51
|
KUEUE_SUB_SLICING_TOPOLOGY_JINJA_FILE = "kueue_sub_slicing_topology.yaml.j2"
|
|
52
52
|
MEMORY_SIZE_PER_VM = 1.2
|
|
53
53
|
MIN_MEMORY_LIMIT_SIZE = 4096
|
|
54
|
-
KUEUE_VERSION = "v0.
|
|
54
|
+
KUEUE_VERSION = "v0.12.2"
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
@dataclass
|
|
@@ -131,7 +131,7 @@ class KueueManager:
|
|
|
131
131
|
command,
|
|
132
132
|
task,
|
|
133
133
|
dry_run_return_val="""
|
|
134
|
-
v0.
|
|
134
|
+
v0.12.1""",
|
|
135
135
|
)
|
|
136
136
|
if return_code != 0:
|
|
137
137
|
return return_code, None
|
|
@@ -83,7 +83,7 @@ class KueueManagerTest(unittest.TestCase):
|
|
|
83
83
|
self, mock_configure, mock_install, mock_get_version
|
|
84
84
|
):
|
|
85
85
|
"""Test install_or_upgrade when Kueue is already up to date."""
|
|
86
|
-
mock_get_version.return_value = (0, "v0.
|
|
86
|
+
mock_get_version.return_value = (0, "v0.12.3")
|
|
87
87
|
kueue_config = MagicMock(spec=KueueConfig)
|
|
88
88
|
|
|
89
89
|
result = self.kueue_manager.install_or_upgrade(kueue_config)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|