From a03c0bf7902523b0d9f5930850d38d32e76b18c5 Mon Sep 17 00:00:00 2001 From: Ed Espino Date: Thu, 19 Dec 2024 00:09:01 -0800 Subject: [PATCH] Update branch check with current test job names (#799) Updates required status checks to match the current test matrix jobs: - Removes: ic-singlenode_regress, ic-singlenode_isolation, ic-singlenode_isolation2 - Adds: ic-singlenode (combines previous singlenode checks) - Adds: ic-contrib, ic-gpcontrib, ic-fixme Aligns branch protection status checks with the consolidated test matrix configurations to ensure proper merge validation. --- .asf.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 35af620149c..b62d041e0a1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -88,10 +88,11 @@ github: - RPM Install Test Apache Cloudberry - ic-good-opt-off - ic-expandshrink - - ic-singlenode_regress - - ic-singlenode_isolation - - ic-singlenode_isolation2 + - ic-singlenode - ic-resgroup-v2 + - ic-contrib + - ic-gpcontrib + - ic-fixme - Generate Apache Cloudberry Build Report # Pull request review requirements