mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Merge pull request #114261 from alculquicondor/reduce-job-test-load
Reduce load of Job integration test
This commit is contained in:
commit
19a0aaaaa0
@ -1179,8 +1179,8 @@ func TestFinalizersClearedWhenBackoffLimitExceeded(t *testing.T) {
|
||||
jobObj, err := createJobWithDefaults(ctx, clientSet, ns.Name, &batchv1.Job{
|
||||
Spec: batchv1.JobSpec{
|
||||
CompletionMode: &mode,
|
||||
Completions: pointer.Int32(500),
|
||||
Parallelism: pointer.Int32(500),
|
||||
Completions: pointer.Int32(100),
|
||||
Parallelism: pointer.Int32(100),
|
||||
BackoffLimit: pointer.Int32(0),
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user