mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[RLlib, Testing] Add RLlib tests to nightly/weekly release test automation. (#17543)
This commit is contained in:
parent
63e335caf2
commit
a708cca4bc
1 changed files with 9 additions and 5 deletions
|
@ -134,6 +134,11 @@ NIGHTLY_TESTS = {
|
|||
"ft_small_non_elastic",
|
||||
"distributed_api_test",
|
||||
],
|
||||
"~/ray/release/rllib_tests/rllib_tests.yaml": [
|
||||
SmokeTest("learning_tests"),
|
||||
"example_scripts_on_gpu_tests",
|
||||
SmokeTest("stress_tests"),
|
||||
],
|
||||
"~/ray/release/serve_tests/serve_tests.yaml": [
|
||||
"single_deployment_1k_noop_replica",
|
||||
"multi_deployment_1k_noop_replica",
|
||||
|
@ -177,14 +182,13 @@ WEEKLY_TESTS = {
|
|||
"network_overhead",
|
||||
"long_running_large_checkpoints",
|
||||
],
|
||||
"~/ray/release/rllib_tests/rllib_tests.yaml": [
|
||||
"learning_tests",
|
||||
"stress_tests",
|
||||
],
|
||||
}
|
||||
|
||||
MANUAL_TESTS = {
|
||||
"~/ray/release/rllib_tests/rllib_tests.yaml": [
|
||||
"learning_tests",
|
||||
"example_scripts_on_gpu_tests",
|
||||
"stress_tests",
|
||||
],
|
||||
"~/ray/release/long_running_tests/long_running_tests.yaml": [
|
||||
SmokeTest("serve"),
|
||||
SmokeTest("serve_failure"),
|
||||
|
|
Loading…
Add table
Reference in a new issue