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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new e73ae8c3 [AURON #1937] [ci] Skip TPCDS test q14b (#1939)
e73ae8c3 is described below

commit e73ae8c3480416ec5f4c4035b2eb76e7f542b625
Author: yew1eb <[email protected]>
AuthorDate: Wed Jan 21 19:36:09 2026 +0800

    [AURON #1937] [ci] Skip TPCDS test q14b (#1939)
    
    # Which issue does this PR close?
    
    Closes #1937
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
---
 .github/workflows/tpcds-reusable.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/tpcds-reusable.yml 
b/.github/workflows/tpcds-reusable.yml
index 7950326e..9ed97a15 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -68,10 +68,11 @@ on:
         description: 'Optional list of queries to run'
         required: false
         type: string
+        # Skip q14b temporarily: flaky failure (see 
https://github.com/apache/auron/issues/1937), to be re-enabled after fix
         default: |
           [
             "q1,q2,q3,q4,q5,q6,q7,q8,q9",
-            "q10,q11,q12,q13,q14a,q14b,q15,q16,q17,q18,q19",
+            "q10,q11,q12,q13,q14a,q15,q16,q17,q18,q19",
             "q20,q21,q22,q23a,q23b,q24a,q24b,q25,q26,q27,q28,q29",
             "q31,q33,q34,q35,q36,q37,q38,q39a,q39b",
             "q40,q41,q42,q43,q44,q45,q46,q47,q48,q49",

Reply via email to