You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/01/25 02:04:37 UTC

[spark] branch master updated: [MINOR] Add Jenkins and AppVeyor badges at README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d97481b  [MINOR] Add Jenkins and AppVeyor badges at README.md
d97481b is described below

commit d97481ba17cf8b401bc19299bcc8945942cbeba2
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Fri Jan 25 10:04:21 2019 +0800

    [MINOR] Add Jenkins and AppVeyor badges at README.md
    
    ## What changes were proposed in this pull request?
    
    This PR adds Jenkins build and AppVeyor build badges
    
    Take a look at https://github.com/apache/spark/blob/cc24b9e0b35e947e97b47ca9d1b350bb37148b41/README.md
    
    ## How was this patch tested?
    
    Manually tested by `grip`.
    
    Closes #23629 from HyukjinKwon/minor-badges.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fd8c7f6..f3b90ce 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # Apache Spark
 
+[![Jenkins Build](https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7/badge/icon)](https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7)
+[![AppVeyor Build](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/spark/master.svg?style=plastic&logo=appveyor)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
+
 Spark is a fast and general cluster computing system for Big Data. It provides
 high-level APIs in Scala, Java, Python, and R, and an optimized engine that
 supports general computation graphs for data analysis. It also supports a


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