You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by "advancedxy (via GitHub)" <gi...@apache.org> on 2023/02/10 06:44:42 UTC

[GitHub] [incubator-uniffle] advancedxy commented on a diff in pull request #578: [#580] chore: skip java tests in kubernetes profile

advancedxy commented on code in PR #578:
URL: https://github.com/apache/incubator-uniffle/pull/578#discussion_r1102332091


##########
.github/workflows/build.yml:
##########
@@ -64,3 +64,9 @@ jobs:
     with:
       maven-args: package
       reports-path: "**/target/surefire-reports/*.txt"
+
+  deploy:
+    uses: ./.github/workflows/deploy.yml
+    with:
+      maven-args: package
+      maven-options: -DskipUTs -DskipITs

Review Comment:
   for this case, I think it should be more related to the k8s profile?
   
   For k8s, it doesn't need to run maven with uts..
   however there could be other deploy options. 



-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org