You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/15 19:03:26 UTC

[GitHub] [accumulo-website] cshannon opened a new pull request, #347: Increase build timeout to 15 minutes

cshannon opened a new pull request, #347:
URL: https://github.com/apache/accumulo-website/pull/347

   I've seen a couple of the QA builds timeout with only 10 minutes due to the test site part of the build taking a bit longer than usual. The jobs would have completed but timed out at 10 minutes (were around 80% done the upload part of the build).  Examples:
   
   https://github.com/apache/accumulo-website/actions/runs/3256658816/attempts/1
   https://github.com/apache/accumulo-website/actions/runs/3245360886


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo-website] ctubbsii merged pull request #347: Increase build timeout to 15 minutes

Posted by GitBox <gi...@apache.org>.
ctubbsii merged PR #347:
URL: https://github.com/apache/accumulo-website/pull/347


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo-website] ctubbsii commented on pull request #347: Increase build timeout to 15 minutes

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on PR #347:
URL: https://github.com/apache/accumulo-website/pull/347#issuecomment-1280113902

   Never mind, looking further back, it seems the build time has always fluctuated quite a bit, and has gone up to 10 minutes before.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo-website] ctubbsii commented on a diff in pull request #347: Increase build timeout to 15 minutes

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on code in PR #347:
URL: https://github.com/apache/accumulo-website/pull/347#discussion_r996536586


##########
.github/workflows/jekyll.yaml:
##########
@@ -27,7 +27,7 @@ on:
 
 jobs:
   jekyll:
-    timeout-minutes: 10
+    timeout-minutes: 15
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2

Review Comment:
   I wonder if some of this would be faster if we updated to use v3 for the actions. Could make that change as well (or use whatever is the latest, if it's newer than v3).



-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo-website] cshannon commented on pull request #347: Increase build timeout to 15 minutes

Posted by GitBox <gi...@apache.org>.
cshannon commented on PR #347:
URL: https://github.com/apache/accumulo-website/pull/347#issuecomment-1281090181

   > Never mind, looking further back, it seems the build time has always fluctuated quite a bit, and has gone up to 10 minutes before.
   
   Yeah, I was going to respond and say I wasn't sure but I don't think anything changed. When I looked at why it failed and the build histories it there seems to be quite a bit of fluctuation. My guess is it's just related to being shared Apache servers so depending on server load and what is going on you get different build times.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo-website] ctubbsii commented on pull request #347: Increase build timeout to 15 minutes

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on PR #347:
URL: https://github.com/apache/accumulo-website/pull/347#issuecomment-1280113280

   2 weeks ago, the build only took 3-4 minutes total. Did something happen to change that?


-- 
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: notifications-unsubscribe@accumulo.apache.org

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