Skip to content

Commit

Permalink
parent 4e171cb
Browse files Browse the repository at this point in the history
author wudi <676366545@qq.com> 1703584632 +0800
committer wudi <676366545@qq.com> 1703648780 +0800

update-xxx

update

update

update
  • Loading branch information
JNSimba committed Dec 27, 2023
1 parent 4e171cb commit 81bbbee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-e2ecase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

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

jobs:
build-extension:
name: "Run E2ECases On Doris 1.2"
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,6 +21,10 @@ on:
pull_request:
push:

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

jobs:
build-extension:
name: "Run E2ECases On Doris 2.0"
Expand All @@ -40,5 +44,5 @@ jobs:

- name: Run E2ECases
run: |
cd flink-doris-connector && mvn test -Dtest="*E2ECase" -Dimage="adamlee489/doris:2.0.3_x64"
cd flink-doris-connector && mvn test -Dtest="*E2ECase" -Dimage="adamlee489/doris:2.0.3"
4 changes: 4 additions & 0 deletions .github/workflows/run-itcase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

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

jobs:
build-extension:
name: "Run ITCases On Doris 1.2"
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,6 +21,10 @@ on:
pull_request:
push:

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

jobs:
build-extension:
name: "Run ITCases On Doris 2.0"
Expand All @@ -40,5 +44,5 @@ jobs:

- name: Run ITCases
run: |
cd flink-doris-connector && mvn test -Dtest="*ITCase" -Dimage="adamlee489/doris:2.0.3_x64"
cd flink-doris-connector && mvn test -Dtest="*ITCase" -Dimage="adamlee489/doris:2.0.3"

0 comments on commit 81bbbee

Please sign in to comment.