From 5561114e944da4124efcedd39243b1b241cefc5d Mon Sep 17 00:00:00 2001 From: Nathalie Jonathan Date: Fri, 15 Nov 2024 09:09:44 -0800 Subject: [PATCH] Fixed lint errors and modified distributions Signed-off-by: Nathalie Jonathan --- spec/schemas/ml._common.yaml | 9 ++++----- tests/plugins/ml/ml/tasks.yaml | 4 ---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/spec/schemas/ml._common.yaml b/spec/schemas/ml._common.yaml index 2eb2536c..865c9f2b 100644 --- a/spec/schemas/ml._common.yaml +++ b/spec/schemas/ml._common.yaml @@ -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. diff --git a/tests/plugins/ml/ml/tasks.yaml b/tests/plugins/ml/ml/tasks.yaml index 7a172049..542ea346 100644 --- a/tests/plugins/ml/ml/tasks.yaml +++ b/tests/plugins/ml/ml/tasks.yaml @@ -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