Skip to content

Commit cfbc796

Browse files
authored
[ML] Use low priority in multi-deployments tests (#95410)
Avoids failures where there is not enough resource for 2 deployments
1 parent 580e8a6 commit cfbc796

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/3rd_party_deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ setup:
423423
ml.start_trained_model_deployment:
424424
model_id: test_model
425425
deployment_id: test_model_for_search
426+
priority: low
426427
wait_for: started
427428
- match: {assignment.assignment_state: started}
428429
- match: {assignment.task_parameters.model_id: test_model}
@@ -443,6 +444,7 @@ setup:
443444
ml.start_trained_model_deployment:
444445
model_id: test_model
445446
deployment_id: test_model_for_ingest
447+
priority: low
446448
wait_for: started
447449
- match: {assignment.assignment_state: started}
448450
- match: {assignment.task_parameters.model_id: test_model}

0 commit comments

Comments
 (0)