diff --git a/goldens/Basic_cluster_create.txt b/goldens/Basic_cluster_create.txt index 9dc8aafb6..4749d0cbd 100644 --- a/goldens/Basic_cluster_create.txt +++ b/goldens/Basic_cluster_create.txt @@ -69,7 +69,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.2/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/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 a92cdd5bf..ac641bb87 100644 --- a/goldens/Cluster_create_private.txt +++ b/goldens/Cluster_create_private.txt @@ -74,7 +74,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.2/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/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 070d91d1c..7faa48b7a 100644 --- a/goldens/Cluster_create_with_gb200-4.txt +++ b/goldens/Cluster_create_with_gb200-4.txt @@ -73,7 +73,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.2/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/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 dbdab1a55..1f52b864a 100644 --- a/goldens/NAP_cluster-create.txt +++ b/goldens/NAP_cluster-create.txt @@ -80,7 +80,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.2/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/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 a6e69a411..974e764cb 100644 --- a/goldens/NAP_cluster-create_with_pathways.txt +++ b/goldens/NAP_cluster-create_with_pathways.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.2/install.yaml +kubectl apply --server-side -f https://github.com/google/pathways-job/releases/download/v0.1.3/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 d0d1713e4..da4ae3c8d 100644 --- a/src/xpk/core/cluster.py +++ b/src/xpk/core/cluster.py @@ -36,7 +36,7 @@ from .system_characteristics import SystemCharacteristics JOBSET_VERSION = 'v0.8.0' -PATHWAYS_JOB_VERSION = 'v0.1.2' +PATHWAYS_JOB_VERSION = 'v0.1.3' 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'