k3s/test/e2e/apps
Kubernetes Submit Queue 1797255cd2 Merge pull request #53380 from soltysh/issue35507
Automatic merge from submit-queue. 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>.

Increase backoffLimit for job that we expect to fail several times

**What this PR does / why we need it**:
Since the introduction of `backoffLimit` for a job that single test failed majority of times on: `BackoffLimitExceeded: Job has reach the specified backoff limit`. 
I'm bumping this to 999, so that it has enough room to fail several times.

**Which issue this PR fixes**:
Fixes #35507.

**Special notes for your reviewer**:

**Release note**:
```release-note
None
```
2017-10-10 19:27:52 -07:00
..
BUILD Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
OWNERS Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
cronjob.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
daemon_restart.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
daemon_set.go Migrate to IsControlledBy from meta/v1 package 2017-08-06 22:43:46 +10:00
deployment.go Move deployment collision avoidance e2e test to integration 2017-09-25 10:27:31 -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 Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
job.go Increase backoffLimit for job that we expect to fail several times 2017-10-03 13:45:41 +02:00
rc.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
replica_set.go revamp replicaset e2e tests 2017-10-06 18:28:45 -07:00
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