kaijchen commented on code in PR #399:
URL: https://github.com/apache/incubator-uniffle/pull/399#discussion_r1047026471
##########
.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:
You can still change this PR to use a different key for each profile.
However, I've tried this before, there weren't much difference in total CI
execution time.
--
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]