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

[GitHub] [incubator-uniffle] kaijchen commented on a diff in pull request #578: [#580] chore: add a standalone workflow for deploy/kubernetes

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


##########
.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:
   There might be `deploy/YARN` in the future. Let's keep it as is now?
   If you wish to not run it with maven, feel free to change it later.



-- 
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