You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Only during unit testing, the Job PodTemplate Labels (.spec.template.labels) are not restored.
But, during integration testing and actual cluster running, they are restored after the Jobs are suspended.
What you expected to happen:
The Job PodTemplate Labels are always restored after the Jobs are stopped.
How to reproduce it (as minimally and precisely as possible):
We can see the reproduced PR and CI logs there:
Anything else we need to know?:
We verify if those labels (.spec.template.labels) are restored only during the integration testing, and the testing always successful:
As I commented the above PR, this is my misunderstanding. @mszadkow Thank you for the investigation, again!
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
What happened:
Only during unit testing, the Job PodTemplate Labels (
.spec.template.labels
) are not restored.But, during integration testing and actual cluster running, they are restored after the Jobs are suspended.
What you expected to happen:
The Job PodTemplate Labels are always restored after the Jobs are stopped.
How to reproduce it (as minimally and precisely as possible):
We can see the reproduced PR and CI logs there:
Anything else we need to know?:
We verify if those labels (.spec.template.labels) are restored only during the integration testing, and the testing always successful:
kueue/test/integration/controller/jobs/job/job_controller_test.go
Lines 756 to 767 in e812a06
Environment:
kubectl version
):git describe --tags --dirty --always
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: