From 7ab960f07d067ec8b0fd427316b7c8e55f4ad2f2 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Thu, 23 Oct 2025 17:12:52 +0000 Subject: [PATCH] Update PathwaysJob version to v0.1.4 --- goldens/Basic_cluster_create.txt | 2 +- goldens/Cluster_create_private.txt | 2 +- goldens/Cluster_create_with_gb200-4.txt | 2 +- goldens/NAP_cluster-create.txt | 2 +- goldens/NAP_cluster-create_with_pathways.txt | 2 +- src/xpk/core/cluster.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/goldens/Basic_cluster_create.txt b/goldens/Basic_cluster_create.txt index 359117b8a..ddb1a84b9 100644 --- a/goldens/Basic_cluster_create.txt +++ b/goldens/Basic_cluster_create.txt @@ -70,7 +70,7 @@ kubectl get node --no-headers | wc -l kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95 [XPK] Try 1: Install PathwaysJob on golden-cluster [XPK] Task: `Install PathwaysJob on golden-cluster` is implemented by the following command not running since it is a dry run. -kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.4/install.yaml [XPK] Enabling Kueue on the cluster [XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run. kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}' diff --git a/goldens/Cluster_create_private.txt b/goldens/Cluster_create_private.txt index d17a4a9ae..ecf2fab22 100644 --- a/goldens/Cluster_create_private.txt +++ b/goldens/Cluster_create_private.txt @@ -75,7 +75,7 @@ kubectl get node --no-headers | wc -l kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95 [XPK] Try 1: Install PathwaysJob on golden-cluster-private [XPK] Task: `Install PathwaysJob on golden-cluster-private` is implemented by the following command not running since it is a dry run. -kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.4/install.yaml [XPK] Enabling Kueue on the cluster [XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run. kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}' diff --git a/goldens/Cluster_create_with_gb200-4.txt b/goldens/Cluster_create_with_gb200-4.txt index dc3afe117..6f1769029 100644 --- a/goldens/Cluster_create_with_gb200-4.txt +++ b/goldens/Cluster_create_with_gb200-4.txt @@ -74,7 +74,7 @@ kubectl get node --no-headers | wc -l kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95 [XPK] Try 1: Install PathwaysJob on golden-cluster [XPK] Task: `Install PathwaysJob on golden-cluster` is implemented by the following command not running since it is a dry run. -kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.4/install.yaml [XPK] Enabling Kueue on the cluster [XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run. kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}' diff --git a/goldens/NAP_cluster-create.txt b/goldens/NAP_cluster-create.txt index 2210b47ca..5c476ae84 100644 --- a/goldens/NAP_cluster-create.txt +++ b/goldens/NAP_cluster-create.txt @@ -81,7 +81,7 @@ kubectl get node --no-headers | wc -l kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95 [XPK] Try 1: Install PathwaysJob on golden-cluster [XPK] Task: `Install PathwaysJob on golden-cluster` is implemented by the following command not running since it is a dry run. -kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.4/install.yaml [XPK] Enabling Kueue on the cluster [XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run. kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}' diff --git a/goldens/NAP_cluster-create_with_pathways.txt b/goldens/NAP_cluster-create_with_pathways.txt index a202bc3a9..b24d48451 100644 --- a/goldens/NAP_cluster-create_with_pathways.txt +++ b/goldens/NAP_cluster-create_with_pathways.txt @@ -82,7 +82,7 @@ kubectl get node --no-headers | wc -l kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95 [XPK] Try 1: Install PathwaysJob on golden-cluster [XPK] Task: `Install PathwaysJob on golden-cluster` is implemented by the following command not running since it is a dry run. -kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.4/install.yaml [XPK] Enabling Kueue on the cluster [XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run. kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}' diff --git a/src/xpk/core/cluster.py b/src/xpk/core/cluster.py index 697474703..55848adc3 100644 --- a/src/xpk/core/cluster.py +++ b/src/xpk/core/cluster.py @@ -37,7 +37,7 @@ from .system_characteristics import SystemCharacteristics JOBSET_VERSION = 'v0.8.0' -PATHWAYS_JOB_VERSION = 'v0.1.3' +PATHWAYS_JOB_VERSION = 'v0.1.4' INSTALLER_NCCL_TCPX = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpx/nccl-tcpx-installer.yaml' INSTALLER_NCCL_TCPXO = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpxo/nccl-tcpxo-installer.yaml' INSTALLER_NCCL_RDMA = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-rdma/nccl-rdma-installer.yaml'