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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78875bb  HDDS-3877. Do not fail CI check for log upload failure (#1209)
78875bb is described below

commit 78875bb2617849e4cd55489aa4661234282fa628
Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com>
AuthorDate: Mon Jul 27 11:29:02 2020 +0200

    HDDS-3877. Do not fail CI check for log upload failure (#1209)
---
 .github/workflows/post-commit.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index bac27e4..9588423 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -51,6 +51,7 @@ jobs:
           with:
             name: rat
             path: target/rat
+          continue-on-error: true
   author:
     name: author
     runs-on: ubuntu-18.04
@@ -67,6 +68,7 @@ jobs:
           with:
             name: author
             path: target/author
+          continue-on-error: true
   unit:
     name: unit
     runs-on: ubuntu-18.04
@@ -83,6 +85,7 @@ jobs:
           with:
             name: unit
             path: target/unit
+          continue-on-error: true
   checkstyle:
     name: checkstyle
     runs-on: ubuntu-18.04
@@ -99,6 +102,7 @@ jobs:
           with:
             name: checkstyle
             path: target/checkstyle
+          continue-on-error: true
   findbugs:
     name: findbugs
     runs-on: ubuntu-18.04
@@ -115,6 +119,7 @@ jobs:
           with:
             name: findbugs
             path: target/findbugs
+          continue-on-error: true
   acceptance:
     name: acceptance
     runs-on: ubuntu-18.04
@@ -156,6 +161,7 @@ jobs:
         with:
           name: acceptance
           path: /mnt/ozone/target/acceptance
+        continue-on-error: true
       - run: |
           #Never cache local artifacts
           rm -rf ~/.m2/repository/org/apache/hadoop/hdds
@@ -192,6 +198,7 @@ jobs:
           with:
             name: it-${{ matrix.profile }}
             path: mnt/ozone/target/integration
+          continue-on-error: true
   coverage:
     name: coverage
     runs-on: ubuntu-18.04
@@ -225,3 +232,4 @@ jobs:
          with:
            name: coverage
            path: target/coverage
+         continue-on-error: true


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-commits-h...@hadoop.apache.org

Reply via email to