You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/04/07 21:10:59 UTC

[nifi-registry] branch master updated: NIFIREG-381 skipping integration tests NIFIREG-381 adding build info for Github Actions to Readme

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

aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d4c119  NIFIREG-381 skipping integration tests NIFIREG-381 adding build info for Github Actions to Readme
6d4c119 is described below

commit 6d4c119a95a13807fe2b26f5baae67e6c6c3f58d
Author: Joe Witt <jo...@apache.org>
AuthorDate: Tue Apr 7 14:49:05 2020 -0400

    NIFIREG-381 skipping integration tests
    NIFIREG-381 adding build info for Github Actions to Readme
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #274
---
 .github/workflows/ci-workflow.yml | 4 ++--
 README.md                         | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml
index e9412b1..e89e845 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -24,7 +24,7 @@ jobs:
     strategy:
       matrix:
         java: [ '1.8', '11' ]
-    name: Ubuntu Build NiFi Registry - JDK${{ matrix.java }}
+    name: Ubuntu JDK${{ matrix.java }}
 
     steps:
     - name: Checkout Code
@@ -73,5 +73,5 @@ jobs:
         MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
       run: |
         mvn -version
-        mvn -T 1C install -B -Pcontrib-check -ntp -ff
+        mvn -T 1C install -B -Pcontrib-check,no-integration-tests -ntp -ff
         rm -rf ~/.m2/repository/org/apache/nifi
\ No newline at end of file
diff --git a/README.md b/README.md
index 3e97e83..690418a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-# Apache NiFi Registry [![Build Status](https://travis-ci.org/apache/nifi-registry.svg?branch=master)](https://travis-ci.org/apache/nifi-registry)
+# Apache NiFi Registry 
+[![Build Status](https://travis-ci.org/apache/nifi-registry.svg?branch=master)](https://travis-ci.org/apache/nifi-registry)
+![ci-workflow](https://github.com/apache/nifi-registry/workflows/ci-workflow/badge.svg?branch=master)
 
 Registry—a subproject of Apache NiFi—is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.