Skip to content

Commit

Permalink
Added missing model states
Browse files Browse the repository at this point in the history
Signed-off-by: Nathalie Jonathan <[email protected]>
  • Loading branch information
nathaliellenaa committed Nov 15, 2024
1 parent 6c2c9b2 commit 5e926c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/schemas/ml._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,13 @@ components:
type: string
description: The model state.
enum:
- DEPLOY_FAILED
- REGISTERING
- REGISTERED

Check failure on line 118 in spec/schemas/ml._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected sequence values to be in ascending order. 'REGISTERED' should be before 'REGISTERING'
- DEPLOYING

Check failure on line 119 in spec/schemas/ml._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected sequence values to be in ascending order. 'DEPLOYING' should be before 'REGISTERED'
- DEPLOYED

Check failure on line 120 in spec/schemas/ml._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected sequence values to be in ascending order. 'DEPLOYED' should be before 'DEPLOYING'
- PARTIALLY_DEPLOYED
- UNDEPLOYED

Check failure on line 122 in spec/schemas/ml._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Unknown word: "UNDEPLOYED"
- DEPLOY_FAILED

Check failure on line 123 in spec/schemas/ml._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected sequence values to be in ascending order. 'DEPLOY_FAILED' should be before 'UNDEPLOYED'
planning_worker_node_count:
type: number
description: The planning worker node count.
Expand Down

0 comments on commit 5e926c2

Please sign in to comment.