Skip to content

Commit 6882ea2

Browse files
andrew-anyscaleTruongQuangPhat
authored andcommitted
[CI] Skip premerge tests for doc/*.rst changes (ray-project#63198)
Add a pass block to test.rules.txt so changes touching doc/*.rst files no longer trigger premerge tests, and drop the corresponding doc/tutorial.rst test rule entry. This unblocks ongoing RST content rework, and can be removed once that effort concludes or if regressions surface. Topic: adjust-test-rules Signed-off-by: andrew <andrew@anyscale.com> Signed-off-by: andrew <andrew@anyscale.com> Signed-off-by: phattruong <23120318@student.hcmus.edu.vn>
1 parent b11f807 commit 6882ea2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.buildkite/test.rules.test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ docker/Dockerfile.ray: docker linux_wheels
8383

8484
doc/code.py: doc
8585
doc/example.ipynb: doc
86-
doc/tutorial.rst: doc
8786
.readthedocs.yaml: doc
8887
.vale.ini: doc
8988
.vale/styles/config/vocabularies/Core/accept.txt: doc

.buildkite/test.rules.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
! linux_wheels macos_wheels docker doc python_dependencies min_build tools
2121
! release_tests spark_on_ray
2222

23+
# NOTE: dstrodtman is leading effort to rework content in RST files, and wanted to shift
24+
# from blocking premerge for these changes. We can remove this pass block once effort concludes,
25+
# or earlier should regressions become an issue.
26+
doc/*.rst
27+
# pass
28+
;
29+
2330
python/ray/air/
2431
@ ml train train_gpu tune data linux_wheels
2532
;

0 commit comments

Comments
 (0)