ray/release/ray_release/buildkite
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
aws_instance_types.csv [ci/release] Add support for concurrency groups (#22728) 2022-03-02 16:35:54 +01:00
concurrency.py [ci/release] Support running tests with different python versions (#24843) 2022-05-17 17:03:12 +01:00
filter.py [ci/release] Use fullmatch instead of match for regex filters (#25225) 2022-05-26 20:02:00 +02:00
output.py [ci/release] Add buildkite output groups (#23658) 2022-04-01 13:04:22 -07:00
settings.py [ci/release] Allow for preferring smoke tests when filtering (#23887) 2022-04-14 06:12:27 +01:00
step.py [ci/release] Support running tests with different python versions (#24843) 2022-05-17 17:03:12 +01:00