This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 5fab0b5ae [CELEBORN-1543][FOLLOWUP] License check adds flink-1.20
profile
5fab0b5ae is described below
commit 5fab0b5ae08212c47c510e417b7db8b5bc7571cf
Author: SteNicholas <[email protected]>
AuthorDate: Mon Nov 25 17:24:35 2024 +0800
[CELEBORN-1543][FOLLOWUP] License check adds flink-1.20 profile
### What changes were proposed in this pull request?
License check adds `flink-1.20` profile.
### Why are the changes needed?
`license.yml` does not check `flink-1.20` profile, which should add the
check for Flink 1.20 integration.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
`License check` of CI.
Closes #2945 from SteNicholas/CELEBORN-1543.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
---
.github/workflows/license.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 8b4fdbafe..ce6913697 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -49,6 +49,7 @@ jobs:
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.17
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.18
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.19
+ build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.20
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,spark-2.4
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,spark-3.3
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,mr