From 8f8db09cee92bf1602cd2f5f2a84669b58ed330e Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Sun, 3 Sep 2023 23:54:33 +0800 Subject: [PATCH] [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 Signed-off-by: Cheng Pan --- .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