You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2019/11/21 06:14:10 UTC

[hadoop-ozone] branch HDDS-2587 updated: Update main.yml to skip unit tests (#245)

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

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


View the commit online:
https://github.com/apache/hadoop-ozone/commit/0bd015741c504be7237c4bdf1b2046a0321fa696

The following commit(s) were added to refs/heads/HDDS-2587 by this push:
     new 0bd0157  Update main.yml to skip unit tests (#245)
0bd0157 is described below

commit 0bd015741c504be7237c4bdf1b2046a0321fa696
Author: Vivek Ratnavel Subramanian <vi...@gmail.com>
AuthorDate: Wed Nov 20 22:14:03 2019 -0800

    Update main.yml to skip unit tests (#245)
---
 .github/workflows/main.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c6f2ee5..0a1608a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -51,14 +51,14 @@ jobs:
 #          with:
 #            name: author
 #            path: target/author
-  unit:
-    name: unit
+  sonar:
+    name: sonar
     runs-on: ubuntu-18.04
     steps:
         - uses: actions/checkout@master
         - uses: ./.github/buildenv
           with:
-             args: ./hadoop-ozone/dev-support/checks/unit.sh
+             args: ./hadoop-ozone/dev-support/checks/build.sh
         - uses: ./.github/buildenv
           with:
             args: ./hadoop-ozone/dev-support/checks/sonar.sh
@@ -68,8 +68,8 @@ jobs:
         - uses: actions/upload-artifact@master
           if: always()
           with:
-            name: unit
-            path: target/unit
+            name: sonar
+            path: target/sonar
 #  checkstyle:
 #    name: checkstyle
 #    runs-on: ubuntu-18.04


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