k3s/test/e2e/apps
Kubernetes Submit Queue 87a1b5f6d7 Merge pull request #52476 from clamoriniere1A/bugfix/e2e_job_backoff_flaky
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
```
2017-09-15 03:30:27 -07:00
..
BUILD Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
OWNERS
cronjob.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
daemon_restart.go
daemon_set.go Migrate to IsControlledBy from meta/v1 package 2017-08-06 22:43:46 +10:00
deployment.go Move paused deployment e2e tests to integration 2017-09-06 18:12:28 -07:00
disruption.go Remove the conversion of client config, because client-go is authoratative now 2017-09-12 16:02:17 -07:00
framework.go
job.go Fix e2e Flaky Apps/Job BackoffLimit test 2017-09-14 11:08:48 +02:00
rc.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
replica_set.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
statefulset.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
types.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00