File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
KUEUE_REPO =https://github.com/kubernetes-sigs/kueue.git
2
2
3
3
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
5
5
KJOB_VERSION =v0.1.0
6
6
7
7
OS := $(shell uname -s | tr A-Z a-z)
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def generate_a3_mega_blueprint(
214
214
settings = {
215
215
"kueue" : {
216
216
"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
218
218
"config_path" : f'$(ghpc_stage("{ blueprint_name } "))/kueue-xpk-configuration.yaml.tftpl' ,
219
219
"config_template_vars" : {
220
220
"num_chips" : num_chips ,
@@ -574,7 +574,7 @@ def generate_a3_ultra_blueprint(
574
574
settings = {
575
575
"kueue" : {
576
576
"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
578
578
"config_path" : f'$(ghpc_stage("{ blueprint_name } "))/kueue-xpk-configuration.yaml.tftpl' ,
579
579
"config_template_vars" : {"num_chips" : num_chips },
580
580
},
@@ -842,7 +842,7 @@ def generate_a4_blueprint(
842
842
settings = {
843
843
"kueue" : {
844
844
"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
846
846
"config_path" : f'$(ghpc_stage("{ blueprint_name } "))/kueue-xpk-configuration.yaml.tftpl' ,
847
847
"config_template_vars" : {"num_chips" : num_chips },
848
848
},
Original file line number Diff line number Diff line change 40
40
SystemCharacteristics ,
41
41
)
42
42
43
- KUEUE_VERSION = 'v0.10.0 '
43
+ KUEUE_VERSION = 'v0.12.2 '
44
44
CLUSTER_QUEUE_NAME = 'cluster-queue'
45
45
LOCAL_QUEUE_NAME = 'multislice-queue'
46
46
WAIT_FOR_KUEUE_TIMEOUT = '5m'
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ deployment_groups:
98
98
settings :
99
99
kueue :
100
100
install : true
101
- version : " v0.10.0 "
101
+ version : " v0.12.2 "
102
102
config_path : $(ghpc_stage("xpk-gke-a3-megagpu"))/kueue-xpk-configuration.yaml.tftpl
103
103
config_template_vars :
104
104
num_chips : 16
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ deployment_groups:
97
97
settings :
98
98
kueue :
99
99
install : true
100
- version : " v0.10.0 "
100
+ version : " v0.12.2 "
101
101
config_path : $(ghpc_stage("xpk-gke-a3-megagpu"))/kueue-xpk-configuration.yaml.tftpl
102
102
config_template_vars :
103
103
num_chips : 16
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ deployment_groups:
153
153
settings :
154
154
kueue :
155
155
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
157
157
config_path : $(ghpc_stage("xpk-gke-a3-ultra"))/kueue-xpk-configuration.yaml.tftpl
158
158
config_template_vars :
159
159
num_chips : 16
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ deployment_groups:
165
165
settings :
166
166
kueue :
167
167
install : true
168
- version : v0.10.0
168
+ version : v0.12.2
169
169
config_path : $(ghpc_stage("xpk-gke-a4"))/kueue-xpk-configuration.yaml.tftpl
170
170
config_template_vars :
171
171
num_chips : 16
You can’t perform that action at this time.
0 commit comments