You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by cc...@apache.org on 2022/01/27 19:48:20 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-1055] Increase build timeout for auto-publish action to 10 minutes (#114)

This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cdbb7bc  [YUNIKORN-1055] Increase build timeout for auto-publish action to 10 minutes (#114)
cdbb7bc is described below

commit cdbb7bc89b6e0f54ec073e52891d5538530ba77a
Author: Craig Condit <cc...@apache.org>
AuthorDate: Thu Jan 27 13:45:34 2022 -0600

    [YUNIKORN-1055] Increase build timeout for auto-publish action to 10 minutes (#114)
---
 .github/workflows/auto-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml
index 50d1afb..93627ff 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -35,7 +35,7 @@ jobs:
           docker build -t yunikorn/yunikorn-website:1.0.0 .
           docker run --name yunikorn-site -d -p 3000:3000 yunikorn/yunikorn-website:1.0.0
           bash -c 'while true; do curl -Is http://localhost:3000 | head -n 1 | grep "OK"; [ $? -eq 0 ] && break; sleep 3; done'
-        timeout-minutes: 5
+        timeout-minutes: 10
       - name: "Checkout asf-site branch"
         uses: actions/checkout@v2
         with: