Skip to content

Commit

Permalink
Update the StartupPolicy validation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 3, 2024
1 parent d7928cf commit 2f6aa75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keps/672-execution-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ If JobSet is suspended the all ReplicatedJobs will be suspended and the Job sequ

- ExecutionPolicy is immutable.
- ExecutionPolicyOrder of `AnyOrder` is default setting.
- StartupPolicy should be empty if ExecutionPolicy is set
- StartupPolicy should be equal to `AnyOrder` when ExecutionPolicy is used.
- The StartupPolicy API will be deprecated over the next few JobSet releases, since
ExecutionPolicy can be used with Ready status of ReplicatedJobs.

### Test Plan

Expand Down

0 comments on commit 2f6aa75

Please sign in to comment.