mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
[Core][State Observability] Wait for all nodes in release test (#28190)
Release tests are failing in buildkite run - however succeeds reliably in manual retry. Suspected it's because not all nodes available when running with large number of actors.
This commit is contained in:
parent
65fdd720f9
commit
ed2929185c
1 changed files with 2 additions and 0 deletions
|
@ -3538,6 +3538,8 @@
|
|||
run:
|
||||
timeout: 3600
|
||||
script: python stress_tests/test_state_api_scale.py
|
||||
wait_for_nodes:
|
||||
num_nodes: 7
|
||||
type: sdk_command
|
||||
file_manager: sdk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue