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 11KUEUE_REPO =https://github.com/kubernetes-sigs/kueue.git
22
33KUBECTL_VERSION := $(shell curl -L -s https://dl.k8s.io/release/stable.txt)
4- KUEUE_VERSION =v0.10.0
4+ KUEUE_VERSION =v0.12.2
55KJOB_VERSION =v0.1.0
66
77OS := $(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(
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 },
Original file line number Diff line number Diff line change 4040 SystemCharacteristics ,
4141)
4242
43- KUEUE_VERSION = 'v0.10.0 '
43+ KUEUE_VERSION = 'v0.12.2 '
4444CLUSTER_QUEUE_NAME = 'cluster-queue'
4545LOCAL_QUEUE_NAME = 'multislice-queue'
4646WAIT_FOR_KUEUE_TIMEOUT = '5m'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments