[RLlib, Testing] Add RLlib tests to nightly/weekly release test automation. (#17543)

This commit is contained in:
Sven Mika 2021-08-03 13:44:00 -04:00 committed by GitHub
parent 63e335caf2
commit a708cca4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"),