Skip to content

Commit

Permalink
Enable CI java 11 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfengzhou-hub committed Nov 24, 2024
1 parent f2a927a commit 8dbb892
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests-1.15-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: End to End Tests Flink 1.15 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests-1.16-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: End to End Tests Flink 1.16 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests-1.17-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: End to End Tests Flink 1.17 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests-1.18-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: End to End Tests Flink 1.18 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests-1.19-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: End to End Tests Flink 1.19 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests-1.20-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
name: End to End Tests Flink 1.20 on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'

issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/flink-cdc-tests-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
name: Flink CDC Tests on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/utitcase-flink-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: UTCase and ITCase Flink on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/utitcase-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
name: UTCase and ITCase Others on JDK 11

on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
issue_comment:
types: [created, edited, deleted]

Expand Down

0 comments on commit 8dbb892

Please sign in to comment.