Skip to content

Commit d096fd3

Browse files
committed
[aiconformance]: kueue queue-name should be a label
1 parent d66921a commit d096fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/scenarios/ai-conformance/validators/scheduling-orchestration/testdata/gangscheduling/gangscheduling-kueue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apiVersion: batch/v1
3333
kind: Job
3434
metadata:
3535
name: gangscheduling-kueue
36-
annotations:
36+
labels:
3737
kueue.x-k8s.io/queue-name: team1 # Point to the LocalQueue
3838
spec:
3939
ttlSecondsAfterFinished: 60 # Job will be deleted after 60 seconds

0 commit comments

Comments
 (0)