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

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new ff19ae73c [KYUUBI #2329] [KYUUBI#2214][FOLLOWUP] Cleanup 
kubernetes-deployment-it
ff19ae73c is described below

commit ff19ae73c9fec80e0cf7cd18d79a8d1c308e353f
Author: ulysses-you <[email protected]>
AuthorDate: Tue Apr 12 21:55:13 2022 +0800

    [KYUUBI #2329] [KYUUBI#2214][FOLLOWUP] Cleanup kubernetes-deployment-it
    
    ### _Why are the changes needed?_
    
    Change `kubernetes-deployment-it` to `kubernetes-it`
    
    ### _How was this patch tested?_
    Pass CI
    
    Closes #2329 from ulysses-you/KYUUBI-2214-FOLLOWUP.
    
    Closes #2329
    
    eae09ddc [ulysses-you] cleanup
    
    Authored-by: ulysses-you <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 .github/workflows/license.yml | 2 +-
 .github/workflows/style.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f2cf380c2..fff068b93 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: 8
           cache: 'maven'
           check-latest: false
-      - run:  build/mvn org.apache.rat:apache-rat-plugin:check -Ptpcds 
-Pspark-block-cleaner -Pkubernetes-deployment-it -Pspark-3.1 -Pspark-3.2
+      - run:  build/mvn org.apache.rat:apache-rat-plugin:check -Ptpcds 
-Pspark-block-cleaner -Pkubernetes-it -Pspark-3.1 -Pspark-3.2
       - name: Upload rat report
         if: failure()
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index b32ad10c1..ea1e2ac28 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -39,7 +39,7 @@ jobs:
     strategy:
       matrix:
         profiles:
-          - '-Ptpcds -Pspark-block-cleaner -Pkubernetes-deployment-it 
-Pspark-3.1 -Pspark-3.2'
+          - '-Ptpcds -Pspark-block-cleaner -Pkubernetes-it -Pspark-3.1 
-Pspark-3.2'
     steps:
       - uses: actions/checkout@v2
       - name: Setup JDK 8

Reply via email to