[KYUUBI #3316] [BUILD] Enable spark-3.3 profile for license check on GA
### _Why are the changes needed?_ We should enable spark-3.3 profile as well to check spark-3.3 specific modules, like kyuubi-spark-hive-connector and kyuubi-spark-kudu-connector. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3316 from pan3793/build. Closes #3316 e8e1036f [Cheng Pan] nit bbb30fc7 [Cheng Pan] Build: enable spark-3.3 profile on GA Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
This commit is contained in:
parent
736f81ca39
commit
ff52fff560
5
.github/workflows/license.yml
vendored
5
.github/workflows/license.yml
vendored
@ -42,7 +42,10 @@ jobs:
|
||||
java-version: 8
|
||||
cache: 'maven'
|
||||
check-latest: false
|
||||
- run: build/mvn org.apache.rat:apache-rat-plugin:check -Ptpcds -Pspark-block-cleaner -Pkubernetes-it -Pspark-3.1 -Pspark-3.2
|
||||
- run: >-
|
||||
build/mvn org.apache.rat:apache-rat-plugin:check
|
||||
-Ptpcds -Pspark-block-cleaner -Pkubernetes-it
|
||||
-Pspark-3.1 -Pspark-3.2 -Pspark-3.3
|
||||
- name: Upload rat report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user