Skip to content

[FEATURE][TOOLS-CDC]:add flink Command line support #117

[FEATURE][TOOLS-CDC]:add flink Command line support

[FEATURE][TOOLS-CDC]:add flink Command line support #117

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
- ".*"
push:
branches:
- main
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
flink-connector-oceanbase:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase
flink-connector-obkv-hbase:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-obkv-hbase
flink-connector-oceanbase-directload:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase-directload
flink-connector-oceanbase-e2e-tests:
strategy:
matrix:
flink_version: ["1.15.4", "1.16.3", "1.17.2", "1.18.1", "1.19.1", "1.20.0"]
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase-e2e-tests
maven_opts: "-Dflink_version=${{ matrix.flink_version }}"