Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test ci #282

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,4 @@ jobs:
run: |
cd flink-doris-connector && mvn clean package \
-Dflink.version=1.15.0 \
-Dflink.minor.version=1.15 \
-Dflink.python.id=flink-python_2.12

- name: Build flink connector 1.16
run: |
cd flink-doris-connector && mvn clean package \
-Dflink.version=1.16.0 \
-Dflink.minor.version=1.16 \
-Dflink.python.id=flink-python

- name: Build flink connector 1.17
run: |
cd flink-doris-connector && mvn clean package \
-Dflink.version=1.17.0 \
-Dflink.minor.version=1.17 \
-Dflink.python.id=flink-python

- name: Build flink connector 1.18
run: |
cd flink-doris-connector && mvn clean package \
-Dflink.version=1.18.0 \
-Dflink.minor.version=1.18 \
-Dflink.python.id=flink-python
-Dflink.minor.version=1.15
6 changes: 5 additions & 1 deletion .github/workflows/run-e2ecase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run E2ECases 1.2"
name: "Run E2ECases On Doris 1.2"
runs-on: ubuntu-latest
defaults:
run:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run-e2ecase-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run E2ECases 2.0"
name: "Run E2ECases On Doris 2.0"
runs-on: ubuntu-latest
defaults:
run:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run-itcase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run ITCases 1.2"
name: "Run ITCases On Doris 1.2"
runs-on: ubuntu-latest
defaults:
run:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run-itcase-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run ITCases 2.0"
name: "Run ITCases On Doris 2.0"
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Loading