You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/12 15:09:41 UTC

[GitHub] [spark] tgravescs commented on pull request #32092: [DO-NOT-MERGE][POC] Distribute GitHub Actions workflows to fork repositories to share the resources

tgravescs commented on pull request #32092:
URL: https://github.com/apache/spark/pull/32092#issuecomment-817891924


   Definitely seems like a possible way to distribute the load and cost.
   
   Are there limitations on the personal repo GitHub actions?  
   looking at the free pricing for instance: (https://github.com/pricing)
   > 2,000 Actions minutes/month
   > 500MB of Packages storage
   
   How many action minutes would an average spark pr take?  the test build took 1 hours 27 minutes duration but is that action minutes (https://github.com/MaxGekk/spark/actions/runs/728916852) or do you have to add up each of the individual build modules, java 11, etc?
   
   Similar with storage are log files still available, how long or is there any others differences to deal with?
   
   just wondering some of these because say a user runs out of action minutes or there are problems, then what do we do?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org