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 593b582ea [KYUUBI #5245] [INFRA] Daily deploy snapshot version on
branch-1.8
593b582ea is described below
commit 593b582ea5396666f605e321086528b5755602aa
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Sep 4 19:04:00 2023 +0800
[KYUUBI #5245] [INFRA] Daily deploy snapshot version on branch-1.8
### _Why are the changes needed?_
branch-1.8 has been cut, we should update the GitHub workflow to daily
publish snapshot jars on all active branches.
### _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 #5245 from pan3793/daily-snapshot-1.8.
Closes #5245
df3979743 [Cheng Pan] [INFRA] Daily deploy snapshot version on branch-1.8
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/publish-snapshot-nexus.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/publish-snapshot-nexus.yml
b/.github/workflows/publish-snapshot-nexus.yml
index 6ef933b52..b4191396b 100644
--- a/.github/workflows/publish-snapshot-nexus.yml
+++ b/.github/workflows/publish-snapshot-nexus.yml
@@ -31,6 +31,7 @@ jobs:
branch:
- master
- branch-1.7
+ - branch-1.8
profiles:
- -Pflink-provided,spark-provided,hive-provided,spark-3.1
- -Pflink-provided,spark-provided,hive-provided,spark-3.2
@@ -38,6 +39,8 @@ jobs:
include:
- branch: master
profiles: -Pflink-provided,spark-provided,hive-provided,spark-3.4
+ - branch: branch-1.8
+ profiles: -Pflink-provided,spark-provided,hive-provided,spark-3.4
steps:
- name: Checkout repository
uses: actions/checkout@v3