From 4d830039927142659a17d3a4d9974cfdf31f9fe4 Mon Sep 17 00:00:00 2001 From: Amog Kamsetty Date: Tue, 12 Jan 2021 13:08:55 -0800 Subject: [PATCH] trigger doc build for serve updates (#13373) --- ci/travis/determine_tests_to_run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/travis/determine_tests_to_run.py b/ci/travis/determine_tests_to_run.py index 8b040154a..0b2957a48 100644 --- a/ci/travis/determine_tests_to_run.py +++ b/ci/travis/determine_tests_to_run.py @@ -88,6 +88,7 @@ if __name__ == "__main__": RAY_CI_LINUX_WHEELS_AFFECTED = 1 RAY_CI_MACOS_WHEELS_AFFECTED = 1 elif changed_file.startswith("python/ray/serve"): + RAY_CI_DOC_AFFECTED = 1 RAY_CI_SERVE_AFFECTED = 1 RAY_CI_LINUX_WHEELS_AFFECTED = 1 RAY_CI_MACOS_WHEELS_AFFECTED = 1