ray/ci/stress_tests
mehrdadn 3bd82d0bcd
Fix various issues/warnings that come up on Jenkins (#7147)
* Avoid warning about swap being unlimited

Currently we get the following message on Jenkins:
"Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap."

Since we're not limiting swap anyway, we might as well avoid trying to.
https://docs.docker.com/config/containers/resource_constraints/#--memory-swap-details

* Fix escaping in re.search()

* Fix escaping in _noisy_layer()

* Raise a more descriptive error when dashboard data isn't found

* Don't error on dashboard files not being found when webui isn't required

* Change dashboard error to a warning instead
2020-02-17 16:08:55 -08:00
..
ray-project Convert stress tests to projects (#6495) 2020-02-13 09:19:24 -08:00
.gitignore Release 0.7.5 updates (#5727) 2019-09-26 10:30:37 -07:00
application_cluster_template.yaml Use us-west-2 for application stress tests (#6782) 2020-01-13 15:01:03 -06:00
run_application_stress_tests.sh Remove public facing references to --redis-address. (#6631) 2019-12-31 13:21:53 -08:00
run_jenkins_stress_test.sh Fix various issues/warnings that come up on Jenkins (#7147) 2020-02-17 16:08:55 -08:00
run_stress_tests.sh Make release stress tests work and improve them. (#4955) 2019-06-10 23:04:01 -07:00
stress_testing_config.yaml Clean up stress_testing_config.yaml (#6738) 2020-01-07 17:05:07 -06:00
test_dead_actors.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_many_tasks.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00