Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CheckPod failure in test-failed-job #88

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading