• Kubernetes Submit Queue's avatar
    Merge pull request #52476 from clamoriniere1A/bugfix/e2e_job_backoff_flaky · 87a1b5f6
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Bugfix: Fix e2e Flaky Apps/Job BackoffLimit test
    
    This fix is linked to the PR #51153 that introduce the `JobSpec.BackoffLimit`.
    
    Previously the Timeout used in the test was too aggressive and generates flaky test execution. Now it used the default `framework.JobTimeout` used in others tests.
    
    
    
    **What this PR does / why we need it**:
    This PR should fix flaky "[sig-apps] Job should exceed backoffLimit" test, due to a too short timeout duration.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    fixes #51153 
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    ```
    87a1b5f6
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
cronjob.go Loading commit data...
daemon_restart.go Loading commit data...
daemon_set.go Loading commit data...
deployment.go Loading commit data...
disruption.go Loading commit data...
framework.go Loading commit data...
job.go Loading commit data...
rc.go Loading commit data...
replica_set.go Loading commit data...
statefulset.go Loading commit data...
types.go Loading commit data...