ray/.buildkite
Antoni Baum c74886a55e
[CI] Run doc notebooks in CI (#24816)
Currently, we are not running doc notebooks in CI due to a bazel misconfiguration - we are using `glob` in a top level package in order to get the paths for the notebooks, but those are contained inside subpackages, which glob purposefully ignores. Therefore, the lists of notebooks to run are empty. This PR fixes that by:
* Running the `py_test_run_all_notebooks` macro inside the relevant subpackages
* Editing the `test_myst_doc.py` script to allow for recursive search for the target file, allowing to deal with mismatches between `name` and `data` arguments in `py_test_run_all_notebooks`
* Setting the `allow_empty=False` flag inside `glob` calls in our macros to ensure that this oversight is caught early
* Enabling detection of changes in doc folder for `*.ipynb` and `BUILD` files

This PR also adds a GPU runner for doc tests, allowing one of our examples to pass - and setting the infra for more to come. Finally, a misconfigured path for one set of doc tests is also fixed.
2022-05-17 09:50:42 +01:00
..
hooks [ci] Exclude flaky test headers from pytest summaries (#24365) 2022-05-01 12:51:22 +01:00
copy_files.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
Dockerfile [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
Dockerfile.gpu [ci] Fix GPU docker builds (#24336) 2022-04-29 17:10:18 +01:00
pipeline.gpu.large.yml [CI] Run doc notebooks in CI (#24816) 2022-05-17 09:50:42 +01:00
pipeline.gpu.yml [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
pipeline.macos.yml [CI] Add conditional build to macOS pipeline (#24671) 2022-05-10 16:49:03 -07:00
pipeline.ml.yml [CI] Run doc notebooks in CI (#24816) 2022-05-17 09:50:42 +01:00
pipeline.windows.yml [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
pipeline.yml [ci] Add flag for staging tests and disable the unstable one. (#24745) 2022-05-13 13:48:14 -07:00