Skip to content

Commit

Permalink
Fix CheckPod failure in test-failed-job (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchen8911 authored Jul 30, 2024
2 parents 856b959 + f372b5b commit d4d4b6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/workflows/k8s/test-failed-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ tasks:
count: 1
params:
namespace: default
parallelism: 1
completions: 1
parallelism: 2
completions: 2
backoffLimit: 0
completionMode: NonIndexed
completionMode: Indexed
image: ubuntu
cpu: 100m
memory: 512M
Expand All @@ -52,11 +52,11 @@ tasks:
failureReason: nccl-test-failed
failureMessage: "nccl test failed"
failureExitCode: 1
failureDelay: 1000
failureJitterDelay: 5000
failureDelay: "1s"
failureJitterDelay: "1s"
- id: status
type: CheckPod
params:
refTaskId: job
status: Failed
timeout: 10s
timeout: 5s

0 comments on commit d4d4b6e

Please sign in to comment.