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


##########
.github/workflows/parallel.yml:
##########
@@ -69,6 +69,13 @@ jobs:
     steps:
     - name: Set /etc/hosts mapping
       run: sudo hostname "action-host" | sudo echo "127.0.0.1 action-host" | 
sudo tee -a /etc/hosts
+    - name: Cache local Maven repository

Review Comment:
   One thing we can do to improve the CI is separating the common tests.
   Currently, common tests were executed one time in each profile.
   Overall, they were repeated several times, depending how many profiles we 
have.
   We can seperate these tests and run them parallelly with each other.



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

Reply via email to