Skip to content

Commit 411e3d1

Browse files
authored
Changed kueue label to use the RHOAI2.23 label. (#454)
1 parent e0cdafe commit 411e3d1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

utilities/constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ class ROCm:
206206
ROCM_GPU: str = "amd.com/gpu"
207207

208208
class Kueue:
209-
# TODO: Change to kueue.openshift.io/managed once it's working
210-
MANAGED: str = "kueue-managed"
211-
# MANAGED: str = "kueue.openshift.io/managed"
209+
MANAGED: str = "kueue.openshift.io/managed"
212210

213211

214212
class Timeout:

0 commit comments

Comments
 (0)