[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 <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
8c512f467b
commit
8f8db09cee
10
.github/workflows/publish-snapshot-nexus.yml
vendored
10
.github/workflows/publish-snapshot-nexus.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user