ray/release/ray_release/tests
Kai Fricke c90dacb09b
[ci/release] Use fullmatch instead of match for regex filters (#25225)
Currently, `name:many_actors` matches e.g. `many_actors` and `many_actors_smoke_test`, but it should just match one test. Thus we should use `re.fullmatch` instead of `re.match` (which would require `name:many_actors.*` to match both.
2022-05-26 20:02:00 +02:00
..
__init__.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00:00
_test_catch_args.py [release] Fix special cases in release test package (e.g. smoke test) (#22442) 2022-02-28 21:05:01 +01:00
_test_run_release_test_sh.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00:00
test_alerts.py [ci/release] Legacy field should be optional (#23326) 2022-03-18 11:34:05 +00:00
test_buildkite.py [ci/release] Use fullmatch instead of match for regex filters (#25225) 2022-05-26 20:02:00 +02:00
test_cluster_manager.py [Release] prefer last cluster env version in release tests (#24950) 2022-05-24 13:26:54 +01:00
test_config.py [ci/release] Support running tests with different python versions (#24843) 2022-05-17 17:03:12 +01:00
test_glue.py [Release Test] Add smoke_test field to release test report (#24749) 2022-05-16 10:38:54 +01:00
test_run_script.py [ci/release] Legacy field should be optional (#23326) 2022-03-18 11:34:05 +00:00
test_template.py [ci/release] Support running tests with different python versions (#24843) 2022-05-17 17:03:12 +01:00
test_wheels.py Bump Ray Version from 2.0.0.dev0 to 3.0.0.dev0 (#24894) 2022-05-17 19:31:05 -07:00
utils.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00:00