This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new 494a5602cc7 CI: update the must passed jobs' name in .asf.yaml
494a5602cc7 is described below

commit 494a5602cc70d27f88ccb7e7e941e5a3d2980ca1
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Jun 19 14:26:33 2025 +0800

    CI: update the must passed jobs' name in .asf.yaml
    
    For the contexts, should be the names of checks that must pass, which
    are the jobs' `name` property, instead of the steps' id value.
---
 .asf.yaml | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index eb828d3bb41..254027a6a73 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -87,24 +87,11 @@ github:
         contexts:
           - rat-check
           - check-skip
-          - Build Apache Cloudberry RPM
-          - RPM Install Test Apache Cloudberry
-          - ic-good-opt-off
-          - ic-good-opt-on
-          - pax-ic-good-opt-off
-          - pax-ic-good-opt-on
-          - pax-ic-isolation2-opt-off
-          - pax-ic-isolation2-opt-on
-          - ic-expandshrink
-          - ic-singlenode
-          - ic-resgroup-v2
-          - ic-contrib
-          - ic-gpcontrib
-          - ic-fixme
-          - ic-isolation2
-          - ic-isolation2-crash
-          - ic-parallel-retrieve-cursor
-          - Generate Apache Cloudberry Build Report
+          - prepare-test-matrix
+          - build
+          - rpm-install-test
+          - test
+          - report
 
       # Pull request review requirements
       required_pull_request_reviews:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to