You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/08/24 01:41:27 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3317] [BUILD] Publish daily snapshot on branch-1.6

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 736f81ca3 [KYUUBI #3317] [BUILD] Publish daily snapshot on branch-1.6
736f81ca3 is described below

commit 736f81ca392e1b86d0c8607cba0cce61949444a2
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Aug 24 09:41:20 2022 +0800

    [KYUUBI #3317] [BUILD] Publish daily snapshot on branch-1.6
    
    ### _Why are the changes needed?_
    
    Publish daily snapshot on branch-1.6 and stop to publish on branch-1.4
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3317 from pan3793/daily.
    
    Closes #3317
    
    6d54fe8e [Cheng Pan] [BUILD] Publish daily snapshot on branch-1.6
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 .github/workflows/publish-snapshot.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml
index 388bee7ac..a52cb23ae 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -30,14 +30,16 @@ jobs:
       matrix:
         branch:
           - master
+          - branch-1.6
           - branch-1.5
-          - branch-1.4
         profiles:
           - -Pflink-provided,spark-provided,hive-provided,spark-3.1
           - -Pflink-provided,spark-provided,hive-provided,spark-3.2,tpcds
         include:
           - branch: master
             profiles: -Pflink-provided,spark-provided,hive-provided,spark-3.3
+          - branch: branch-1.6
+            profiles: -Pflink-provided,spark-provided,hive-provided,spark-3.3
     steps:
     - name: Checkout repository
       uses: actions/checkout@v2