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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c313b8  HDDS-5131. Use timeout in github actions (#2176)
4c313b8 is described below

commit 4c313b80bb12a996ddd27e0d750a6db75a0ee75c
Author: Elek, Márton <[email protected]>
AuthorDate: Sun Apr 25 08:29:40 2021 +0200

    HDDS-5131. Use timeout in github actions (#2176)
---
 .github/workflows/post-commit.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index f94f3a2..1d66005 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -24,6 +24,7 @@ env:
 jobs:
   compile:
     runs-on: ubuntu-18.04
+    timeout-minutes: 30
     if: github.event_name != 'pull_request' || github.event.pull_request.draft 
== false
     strategy:
       matrix:
@@ -70,6 +71,7 @@ jobs:
         if: always()
   basic:
     runs-on: ubuntu-18.04
+    timeout-minutes: 40
     if: github.event_name != 'pull_request' || github.event.pull_request.draft 
== false
     strategy:
       matrix:
@@ -115,6 +117,7 @@ jobs:
   acceptance:
     needs: compile
     runs-on: ubuntu-18.04
+    timeout-minutes: 120
     if: github.event_name != 'pull_request' || github.event.pull_request.draft 
== false
     strategy:
       matrix:
@@ -159,6 +162,7 @@ jobs:
         continue-on-error: true
   integration:
     runs-on: ubuntu-18.04
+    timeout-minutes: 100
     if: github.event_name != 'pull_request' || github.event.pull_request.draft 
== false
     strategy:
       matrix:
@@ -190,6 +194,7 @@ jobs:
         continue-on-error: true
   coverage:
     runs-on: ubuntu-18.04
+    timeout-minutes: 30
     if: github.repository == 'apache/ozone' && github.event_name != 
'pull_request'
     needs:
       - acceptance
@@ -235,6 +240,7 @@ jobs:
   kubernetes:
     needs: compile
     runs-on: ubuntu-18.04
+    timeout-minutes: 60
     if: github.event_name != 'pull_request' || github.event.pull_request.draft 
== false
     steps:
       - name: Checkout project

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to