This is an automated email from the ASF dual-hosted git repository.
fchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 0e5008db1 [CELEBORN-1108] Rat plugin check for more modules
0e5008db1 is described below
commit 0e5008db191afe75417cdce97deb8232b7ab6fb0
Author: sychen <[email protected]>
AuthorDate: Fri Nov 3 14:03:08 2023 +0800
[CELEBORN-1108] Rat plugin check for more modules
### What changes were proposed in this pull request?
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Closes #2068 from cxzl25/CELEBORN-1108.
Authored-by: sychen <[email protected]>
Signed-off-by: Fu Chen <[email protected]>
---
.github/workflows/license.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index be166aff5..2a763742c 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -44,8 +44,11 @@ jobs:
check-latest: false
- run: |
build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.14
+ build/mvn org.apache.rat:apache-rat-plugin:check
-Pgoogle-mirror,flink-1.15
+ 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,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
- name: Upload rat report
if: failure()
uses: actions/upload-artifact@v2