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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8b98770924 [SPARK-45379][INFRA] Allow the daily tests of branch-3.3 
to use the new test group tags
c8b98770924 is described below

commit c8b987709242bffbfdfa382d48d80ce92e56658b
Author: yangjie01 <[email protected]>
AuthorDate: Fri Sep 29 11:03:32 2023 -0700

    [SPARK-45379][INFRA] Allow the daily tests of branch-3.3 to use the new 
test group tags
    
    ### What changes were proposed in this pull request?
    This pr aims to allow branch-3.3 daily test to use the new test group tags.
    
    ### Why are the changes needed?
    Already backport SPARK-44034 to branch-3.3, new test tags can be used to 
reduce the average time consumption of daily tests.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Should monitor GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #43177 from LuciferYang/SPARK-45379.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 53994788d8b..398b07c53fb 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -180,22 +180,13 @@ jobs:
             java: ${{ inputs.java }}
             hadoop: ${{ inputs.hadoop }}
             hive: hive2.3
-            # Using a tag that will not appear in sql module for placeholder, 
branch-3.3 will not run any UTs.
-            included-tags: >-
-              ${{
-                (inputs.branch == 'branch-3.3' && 
'org.apache.spark.tags.SlowHiveTest')
-                || 'org.apache.spark.tags.SlowSQLTest'
-              }}
+            included-tags: org.apache.spark.tags.SlowSQLTest
             comment: "- slow tests"
           - modules: sql
             java: ${{ inputs.java }}
             hadoop: ${{ inputs.hadoop }}
             hive: hive2.3
-            excluded-tags: >-
-              ${{
-                (inputs.branch == 'branch-3.3' && 
'org.apache.spark.tags.ExtendedSQLTest')
-                || 
'org.apache.spark.tags.ExtendedSQLTest,org.apache.spark.tags.SlowSQLTest'
-              }}
+            excluded-tags: 
org.apache.spark.tags.ExtendedSQLTest,org.apache.spark.tags.SlowSQLTest
             comment: "- other tests"
     env:
       MODULES_TO_TEST: ${{ matrix.modules }}


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

Reply via email to