ulysses-you commented on code in PR #5978:
URL: https://github.com/apache/kyuubi/pull/5978#discussion_r1452840400
##########
.github/workflows/master.yml:
##########
@@ -356,9 +356,9 @@ jobs:
uses: ./.github/actions/cache-engine-archives
- name: Build and test Trino with maven w/o linters
run: |
-
TEST_MODULES="kyuubi-server,externals/kyuubi-trino-engine,externals/kyuubi-spark-sql-engine,externals/kyuubi-download,integration-tests/kyuubi-trino-it"
- ./build/mvn ${MVN_OPT} -pl ${TEST_MODULES} -am -Pflink-provided
-Phive-provided clean install -DskipTests
- ./build/mvn -Dmaven.javadoc.skip=true -Drat.skip=true
-Dscalastyle.skip=true -Dspotless.check.skip -pl ${TEST_MODULES} -am
-Pflink-provided -Phive-provided test -Dtest=none
-DwildcardSuites=org.apache.kyuubi.it.trino.operation.TrinoOperationSuite,org.apache.kyuubi.it.trino.server.TrinoFrontendSuite
+
TEST_MODULES="externals/kyuubi-trino-engine,integration-tests/kyuubi-trino-it"
+ ./build/mvn ${MVN_OPT} -pl ${TEST_MODULES} -am clean install
-DskipTests
Review Comment:
shall we add `-Dmaven.javadoc.skip=true -Drat.skip=true
-Dscalastyle.skip=true -Dspotless.check.skip -Pflink-provided -Phive-provided`
? it seems the build and test time is bigger than before. before: 16mins, now:
32mins
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]