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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f8db09ce [KYUUBI #5235] [INFRA] Daily deploy snapshot version on 
master and branch-1.7
8f8db09ce is described below

commit 8f8db09cee92bf1602cd2f5f2a84669b58ed330e
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Sep 3 23:54:33 2023 +0800

    [KYUUBI #5235] [INFRA] Daily deploy snapshot version on master and 
branch-1.7
    
    ### _Why are the changes needed?_
    
    `branch-1.5` and `branch-1.6` don't active for a while, the currently 
active maintained branches are `master` and `branch-1.7`
    
    ### _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.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5235 from pan3793/snapshot.
    
    Closes #5235
    
    d63e1a570 [Cheng Pan] [INFRA] Daily deploy snapshot version on master and 
branch-1.7
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/publish-snapshot-nexus.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/publish-snapshot-nexus.yml 
b/.github/workflows/publish-snapshot-nexus.yml
index 0d4222b04..6ef933b52 100644
--- a/.github/workflows/publish-snapshot-nexus.yml
+++ b/.github/workflows/publish-snapshot-nexus.yml
@@ -30,16 +30,14 @@ jobs:
       matrix:
         branch:
           - master
-          - branch-1.6
-          - branch-1.5
+          - branch-1.7
         profiles:
           - -Pflink-provided,spark-provided,hive-provided,spark-3.1
-          - -Pflink-provided,spark-provided,hive-provided,spark-3.2,tpcds
+          - -Pflink-provided,spark-provided,hive-provided,spark-3.2
+          - -Pflink-provided,spark-provided,hive-provided,spark-3.3,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
+            profiles: -Pflink-provided,spark-provided,hive-provided,spark-3.4
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3

Reply via email to