From 46c7e46587dfcad48aa84e30cb8634e9b476e7f6 Mon Sep 17 00:00:00 2001 From: Yi WU Date: Mon, 25 Apr 2022 22:32:59 +0800 Subject: [PATCH] enable P0 test and UT for new code --- .asf.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index ea6ba4bebc16d9..13ebcaeb9c489b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -31,6 +31,17 @@ github: rebase: false protected_branches: master: + required_status_checks: + # if strict is true, means "Require branches to be up to date before merging". + strict: false + contexts: + # - Clang Formatter + - Build Extensions + - License Check + - P0 regression (Doris P0 regression) + - FE UT (Doris FE UT) + - BE UT (Doris BE UT) + required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 1