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

djwang pushed a commit to branch merge-with-upstream
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git

commit 112bcd1cf443d650c83a0b28316b85eafc4dbcd3
Author: Nikolay Antonov <[email protected]>
AuthorDate: Sun Dec 21 20:12:07 2025 +0500

    Automation: add timeout on test phase
    
    Tests may stuck for some reason and github will kill CI pipeline leaving
    us without any clue what happened.
    This change limits time for each step to run. When timeout raised -
    github will kill single step, and other steps will collect results and
    will provide test reports with logs.
---
 .github/workflows/pxf-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pxf-ci.yml b/.github/workflows/pxf-ci.yml
index d7c9a29d..8acacf29 100644
--- a/.github/workflows/pxf-ci.yml
+++ b/.github/workflows/pxf-ci.yml
@@ -179,6 +179,7 @@ jobs:
     - name: Run Test - ${{ matrix.test_group }}
       id: run_test
       continue-on-error: true
+      timeout-minutes: 120
       run: |
         docker exec pxf-cbdb-dev bash -lc "cd 
/home/gpadmin/workspace/cloudberry-pxf/automation && source 
../concourse/docker/pxf-cbdb-dev/ubuntu/script/pxf-env.sh && 
../concourse/docker/pxf-cbdb-dev/ubuntu/script/run_tests.sh ${{ 
matrix.test_group }}"
 


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

Reply via email to