diff --git a/.rayciversion b/.rayciversion index 885415662ff8..ca222b7cf394 100644 --- a/.rayciversion +++ b/.rayciversion @@ -1 +1 @@ -0.21.0 +0.23.0 diff --git a/ci/pipeline/test_rules.txt b/ci/pipeline/test_rules.txt index c6e3b82ddd55..0fd8dd996552 100644 --- a/ci/pipeline/test_rules.txt +++ b/ci/pipeline/test_rules.txt @@ -10,6 +10,8 @@ # file # File to match # dir/*.py # Pattern to match, using fnmatch, matches dir/a.py dir/dir/b.py or dir/.py # @ tag1 tag2 tag3 # Tags to emit for a rule. A rule without tags is a skipping rule. +# \fallthrough # Tags are always included, matching continues to next rule +# \default # Rule matches any file (catch-all) # # ; # Semicolon to separate rules @@ -20,6 +22,10 @@ ! linux_wheels macos_wheels docker doc python_dependencies tools ! release_tests spark_on_ray +\fallthrough +@ always lint +; + python/ray/air/ @ ml train tune data linux_wheels ; @@ -257,3 +263,9 @@ setup_hooks.sh .fossa.yml # pass ; + +\default +@ ml tune train data serve +@ core_cpp cpp java python doc +@ linux_wheels macos_wheels dashboard tools release_tests +;