Skip to content

[slice] e2e tests still passing after removing health label #614

@gabesaba

Description

@gabesaba

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:

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions