Skip to content

Commit

Permalink
[KYUUBI apache#6134][FOLLOWUP] Add profile and CI for Flink 1.19
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes apache#6134

## Describe Your Solution 🔧

Add profile and ci for flink 1.19.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes apache#6190 from wForget/KYUUBI-6134-FOLLOWUP.

Closes apache#6134

6c5c882 [wforget] [KYUUBI apache#6134][FOLLOWUP] Add profile and ci for flink 1.19

Authored-by: wforget <643348094@qq.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
wForget authored and zhaohehuhu committed Mar 21, 2024
1 parent 09e674b commit 33b2a75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
flink:
- '1.17'
- '1.18'
- '1.19'
flink-archive: [ "" ]
comment: [ "normal" ]
include:
Expand All @@ -198,6 +199,10 @@ jobs:
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1 -Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.18-binary'
- java: 8
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.0 -Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.19-binary'
steps:
- uses: actions/checkout@v4
- name: Free up disk space
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,13 @@
</properties>
</profile>

<profile>
<id>flink-1.19</id>
<properties>
<flink.version>1.19.0</flink.version>
</properties>
</profile>

<profile>
<id>zookeeper-3.6</id>
<properties>
Expand Down

0 comments on commit 33b2a75

Please sign in to comment.