Automatic merge from submit-queue (batch tested with PRs 54902, 56831, 56702, 56287, 56878). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add job controller test verifying if backoff is reseted on success This adds a test for our job controller proving that the backoff limit is being reseted after a successful run. Fixes https://github.com/kubernetes/kubernetes/issues/54904 ```release-note NONE ```