Skip to content

Commit 083b11d

Browse files
committed
Update jobset used by GPUs from version 0.7.2 to 0.8.1
1 parent f8c0489 commit 083b11d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/xpk/core/blueprint/blueprint_generator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def generate_a3_mega_blueprint(
257257
source="modules/management/kubectl-apply",
258258
use=["gke_cluster"],
259259
settings={
260-
"jobset": {"install": True, "version": "v0.7.2"},
260+
"jobset": {"install": True, "version": "v0.8.1"},
261261
"apply_manifests": [{
262262
"source": f'$(ghpc_stage("{blueprint_name}"))/storage_crd.yaml'
263263
}],
@@ -634,7 +634,7 @@ def generate_a3_ultra_blueprint(
634634
source="modules/management/kubectl-apply",
635635
use=[cluster_id],
636636
settings={
637-
"jobset": {"install": True, "version": "v0.7.2"},
637+
"jobset": {"install": True, "version": "v0.8.1"},
638638
"apply_manifests": [
639639
{"source": nccl_installer_path},
640640
{"source": mlgru_disable_path},
@@ -917,7 +917,7 @@ def generate_a4_blueprint(
917917
source="modules/management/kubectl-apply",
918918
use=[cluster_id],
919919
settings={
920-
"jobset": {"install": True, "version": "v0.7.2"},
920+
"jobset": {"install": True, "version": "v0.8.1"},
921921
"apply_manifests": [
922922
{"source": nccl_installer_path},
923923
{

src/xpk/core/blueprint/testing/data/a3_mega.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deployment_groups:
109109
settings:
110110
jobset:
111111
install: true
112-
version: v0.7.2
112+
version: v0.8.1
113113
apply_manifests:
114114
- source: $(ghpc_stage("xpk-gke-a3-megagpu"))/storage_crd.yaml
115115

src/xpk/core/blueprint/testing/data/a3_mega_spot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ deployment_groups:
105105
settings:
106106
jobset:
107107
install: true
108-
version: v0.7.2
108+
version: v0.8.1
109109
apply_manifests:
110110
- source: $(ghpc_stage("xpk-gke-a3-megagpu"))/storage_crd.yaml
111111

src/xpk/core/blueprint/testing/data/a3_ultra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ deployment_groups:
153153
settings:
154154
jobset:
155155
install: true
156-
version: v0.7.2
156+
version: v0.8.1
157157
apply_manifests:
158158
- source: $(ghpc_stage("xpk-gke-a3-ultra"))/nccl-installer.yaml
159159
- source: $(ghpc_stage("xpk-gke-a3-ultra"))/mlgru-disable.yaml

src/xpk/core/blueprint/testing/data/a4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ deployment_groups:
165165
settings:
166166
jobset:
167167
install: true
168-
version: v0.7.2
168+
version: v0.8.1
169169
apply_manifests:
170170
- source: $(ghpc_stage("xpk-gke-a4"))/nccl-rdma-installer-a4.yaml
171171
- source: $(ghpc_stage("xpk-gke-a4"))/storage_crd.yaml

0 commit comments

Comments
 (0)