Skip to content

Commit

Permalink
[FLINK-32353] Build on Flink 1.18.0 and test on last 2 Flink minor ve…
Browse files Browse the repository at this point in the history
…rsions 1.17.2 and 1.18.0. Skip archunit tests on 1.17.2
  • Loading branch information
echauchot committed Mar 1, 2024
1 parent 4eee908 commit 37f0084
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [1.16.2, 1.17.1]
# checks that ongoing cassandra iteration works with last 2 released flink minor versions
flink_branches: [{
flink: 1.17.2,
skip_archunit_tests: true
}, {
flink: 1.18.0
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
14 changes: 4 additions & 10 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
# checks that released cassandra version works with ongoing flink iterations
# and that ongoing cassandra iteration works with released flink version
# checks that ongoing cassandra iteration works with last 2 released flink minor versions
flink_branches: [{
flink: 1.18-SNAPSHOT,
branch: v3.1
}, {
flink: 1.19-SNAPSHOT,
branch: v3.1
}, {
flink: 1.17.1,
branch: main
flink: 1.17.2,
branch: main,
skip_archunit_tests: true
}, {
flink: 1.18.0,
branch: main
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -42,7 +42,7 @@ under the License.
</scm>

<properties>
<flink.version>1.17.1</flink.version>
<flink.version>1.18.0</flink.version>
<japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
</properties>

Expand Down
1 change: 0 additions & 1 deletion tools/releasing/shared
Submodule shared deleted from fdad9a

0 comments on commit 37f0084

Please sign in to comment.