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

ethanfeng pushed a commit to branch branch-0.4
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/branch-0.4 by this push:
     new d7baa5265 [CELEBORN-1310][FOLLOWUP] License check add flink-1.19 
profile
d7baa5265 is described below

commit d7baa526567c39f06729c8850e7dfbfddaf3e21e
Author: SteNicholas <[email protected]>
AuthorDate: Mon May 13 20:17:09 2024 +0800

    [CELEBORN-1310][FOLLOWUP] License check add flink-1.19 profile
    
    ### What changes were proposed in this pull request?
    
    License check add `flink-1.19` profile.
    
    ### Why are the changes needed?
    
    There is no license check of `flink-1.19` profile in CI.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #2504 from SteNicholas/CELEBORN-1310.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: mingji <[email protected]>
    (cherry picked from commit d1169b99810390373d95aff1c61f7a2d15252bad)
    Signed-off-by: mingji <[email protected]>
---
 .github/workflows/license.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 04048f26d..d0b41a174 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -47,6 +47,7 @@ jobs:
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.15
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.17
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.18
+          build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.19
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,spark-2.4
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,spark-3.3
           build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,mr

Reply via email to