Skip to content

Commit 8dc6ab4

Browse files
authored
Update kueue version (#504)
* update kueue version to 0.12.2 Signed-off-by: Piotr Pawłowski <ppawl@google.com> --------- Signed-off-by: Piotr Pawłowski <ppawl@google.com>
1 parent 5a61a07 commit 8dc6ab4

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
KUEUE_REPO=https://github.com/kubernetes-sigs/kueue.git
22

33
KUBECTL_VERSION := $(shell curl -L -s https://dl.k8s.io/release/stable.txt)
4-
KUEUE_VERSION=v0.10.0
4+
KUEUE_VERSION=v0.12.2
55
KJOB_VERSION=v0.1.0
66

77
OS := $(shell uname -s | tr A-Z a-z)

src/xpk/core/blueprint/blueprint_generator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def generate_a3_mega_blueprint(
214214
settings={
215215
"kueue": {
216216
"install": True,
217-
"version": "v0.10.0", # TAS feature-gates is enabled in CT
217+
"version": "v0.12.2", # TAS feature-gates is enabled in CT
218218
"config_path": f'$(ghpc_stage("{blueprint_name}"))/kueue-xpk-configuration.yaml.tftpl',
219219
"config_template_vars": {
220220
"num_chips": num_chips,
@@ -574,7 +574,7 @@ def generate_a3_ultra_blueprint(
574574
settings={
575575
"kueue": {
576576
"install": True,
577-
"version": "v0.10.0", # TAS feature-gates is enabled in CT
577+
"version": "v0.12.2", # TAS feature-gates is enabled in CT
578578
"config_path": f'$(ghpc_stage("{blueprint_name}"))/kueue-xpk-configuration.yaml.tftpl',
579579
"config_template_vars": {"num_chips": num_chips},
580580
},
@@ -842,7 +842,7 @@ def generate_a4_blueprint(
842842
settings={
843843
"kueue": {
844844
"install": True,
845-
"version": "v0.10.0", # TAS feature-gates is enabled in CT
845+
"version": "v0.12.2", # TAS feature-gates is enabled in CT
846846
"config_path": f'$(ghpc_stage("{blueprint_name}"))/kueue-xpk-configuration.yaml.tftpl',
847847
"config_template_vars": {"num_chips": num_chips},
848848
},

src/xpk/core/kueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
SystemCharacteristics,
4141
)
4242

43-
KUEUE_VERSION = 'v0.10.0'
43+
KUEUE_VERSION = 'v0.12.2'
4444
CLUSTER_QUEUE_NAME = 'cluster-queue'
4545
LOCAL_QUEUE_NAME = 'multislice-queue'
4646
WAIT_FOR_KUEUE_TIMEOUT = '5m'

src/xpk/core/tests/data/a3_mega.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ deployment_groups:
9898
settings:
9999
kueue:
100100
install: true
101-
version: "v0.10.0"
101+
version: "v0.12.2"
102102
config_path: $(ghpc_stage("xpk-gke-a3-megagpu"))/kueue-xpk-configuration.yaml.tftpl
103103
config_template_vars:
104104
num_chips: 16

src/xpk/core/tests/data/a3_mega_spot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ deployment_groups:
9797
settings:
9898
kueue:
9999
install: true
100-
version: "v0.10.0"
100+
version: "v0.12.2"
101101
config_path: $(ghpc_stage("xpk-gke-a3-megagpu"))/kueue-xpk-configuration.yaml.tftpl
102102
config_template_vars:
103103
num_chips: 16

src/xpk/core/tests/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
kueue:
155155
install: true
156-
version: v0.10.0 # TAS feature-gates is enabled in CT
156+
version: v0.12.2 # TAS feature-gates is enabled in CT
157157
config_path: $(ghpc_stage("xpk-gke-a3-ultra"))/kueue-xpk-configuration.yaml.tftpl
158158
config_template_vars:
159159
num_chips: 16

src/xpk/core/tests/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
kueue:
167167
install: true
168-
version: v0.10.0
168+
version: v0.12.2
169169
config_path: $(ghpc_stage("xpk-gke-a4"))/kueue-xpk-configuration.yaml.tftpl
170170
config_template_vars:
171171
num_chips: 16

0 commit comments

Comments
 (0)