-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
We annotate each replicated job in JobSet here:
| annotateReplicatedJobWithSliceHealth(rj) |
However, after deletion/modification of the label used in e2e test, the tests still pass. Remove this line:
xpk/slice/hack/kind-cluster.yaml
Line 30 in 1d2ac6b
| cloud.google.com/gke-tpu-slice-4x4x4-health: true |
And observe e2e tests still pass. Kueue should not return topology assignments on such nodes for these replicated jobs, which require this NodeLabel
Additional Info
Modifying the loop which creates each replicated job to add a node selector:
jt.Spec.Template.Spec.NodeSelector = map[string]string{"hello": "world"}
Results in Kueue's e2e tests failing. So, it seems that Kueue/TAS is acting upon these node selectors in some way. This makes me think that this is more likely a Slice Controller issue.
Metadata
Metadata
Assignees
Labels
No labels