You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/02/09 04:40:41 UTC

[GitHub] [incubator-seatunnel] asdf2014 commented on pull request #1203: [Feature] [ci] Increase the building time of ci action

asdf2014 commented on pull request #1203:
URL: https://github.com/apache/incubator-seatunnel/pull/1203#issuecomment-1033341463


   Hi @leo65535, thanks for your contribution. Under normal situation, our CI jobs should be completed in about 10 minutes. If it can't be completed in half an hour, it will still fail eventually. But by default it takes 10 hours, due to the Job of Github Action actually has a default timeout parameter, which is 10 hours. We changed the timeout to half an hour, which can release resources in time.
   
   So if we want to fundamentally solve this problem, we can split the big Job into multiple small Jobs based on the module to run in parallel, and add a re-run mechanism to avoid rerunning all of them after one failure. What do you think 😄


-- 
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: commits-unsubscribe@seatunnel.apache.org

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