From b0caba41e87a4a2dd50d3082bce2f4780aa6f127 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 11 Sep 2020 12:43:54 -0700 Subject: [PATCH] Update PR template to point to new flaky test tracker (#10746) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index abbdc6f01..5dbd4a177 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,8 +14,8 @@ - [ ] I've run `scripts/format.sh` to lint the changes in this PR. - [ ] I've included any doc changes needed for https://docs.ray.io/en/latest/. -- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failure rates at https://ray-travis-tracker.herokuapp.com/. +- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/ - Testing Strategy - [ ] Unit tests - [ ] Release tests - - [ ] This PR is not tested (please justify below) + - [ ] This PR is not tested :(