Skip to content

Commit

Permalink
fix tasks in site content
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Mar 14, 2024
1 parent fd88d82 commit 42886ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Machine Learning images can be quite large so it may take some time to pull the

In [simple](examples/simple), we have some examples demonstrating features for the JobSet.

- [success-policy](examples/simple/driver-worker-success-policy.yaml)
- [success-policy](examples/simple/success-policy.yaml)
- [max-restarts](examples/simple/max-restarts.yaml)
- [paralleljobs](examples/simple/paralleljobs.yaml)

[Success Policy](examples/simple/driver-worker-success-policy.yaml) demonstrates an example of utilizing `successPolicy`.
[Success Policy](examples/simple/success-policy.yaml) demonstrates an example of utilizing `successPolicy`.
Success Policy allows one to specify when to mark a JobSet as success.
This example showcases an example of using the success policy to mark the JobSet as successful if the worker replicated job completes.

Expand Down

0 comments on commit 42886ba

Please sign in to comment.