Skip to content

Commit

Permalink
Fixed lint errors and modified distributions
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 5e926c2 commit 5561114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 4 additions & 5 deletions spec/schemas/ml._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,12 @@ components:
type: string
description: The model state.
enum:
- REGISTERING
- REGISTERED
- DEPLOYING
- DEPLOYED
- PARTIALLY_DEPLOYED
- UNDEPLOYED
- DEPLOYING
- DEPLOY_FAILED
- PARTIALLY_DEPLOYED
- REGISTERED
- REGISTERING
planning_worker_node_count:
type: number
description: The planning worker node count.
Expand Down
4 changes: 0 additions & 4 deletions tests/plugins/ml/ml/tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
$schema: ../../../../json_schemas/test_story.schema.yaml

description: Test the creation of tasks.
distributions:
excluded:
- amazon-managed
- amazon-serverless
version: '>= 2.11'
warnings:
multiple-paths-detected: false
Expand Down

0 comments on commit 5561114

Please sign in to comment.