Skip to content

[FIX]:add flink command line doc #146

[FIX]:add flink command line doc

[FIX]:add flink command line doc #146

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-tools-cdc:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase-tools-cdc
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 }}"