From ff52fff56000e15688e351d9a4e36676ea31c92a Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 24 Aug 2022 09:43:59 +0800 Subject: [PATCH] [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 Signed-off-by: ulysses-you --- .github/workflows/license.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 2edba21a8..58d160d3e 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -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