Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix job backoff limit for restart policy Never #93779

Commits on Aug 7, 2020

  1. Fix job's backoff limit for restart policy Never, rely on number of f…

    …ailures instead of number of NumRequeues
    yodarshafrir1 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    ca420dd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Number of failed jobs should exceed the backoff limit and not big equal.

    Remove patch in e2e test of backoff limit due to usage of NumRequeues
    yodarshafrir1 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2401002 View commit details
    Browse the repository at this point in the history