From 58432f77e3544ae0a3d8a219224d6ca4ad3bf403 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Thu, 29 Apr 2021 16:11:17 -0700 Subject: [PATCH] Remove codecov integration --- .codecov.yml | 3 --- .travis.yml | 2 -- README.md | 28 ++++++++++++++-------------- 3 files changed, 14 insertions(+), 19 deletions(-) delete mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index a05244ec799..00000000000 --- a/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -codecov: - branch: master - # strict_yaml_branch: master # Enable this if we want to use the yml file in master to dictate the reports for all branches diff --git a/.travis.yml b/.travis.yml index f4370a5c815..69865ad8697 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,6 @@ before_script: - mysql -u root -e 'create database genie;' - psql -U postgres -c 'create database genie;' script: ./travis/buildViaTravis.sh -after_success: - - bash <(curl -s https://codecov.io/bash) before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ diff --git a/README.md b/README.md index 63306c361b0..76a0373cf5d 100644 --- a/README.md +++ b/README.md @@ -8,49 +8,49 @@ ## Introduction Genie is a federated job orchestration engine developed by Netflix. Genie provides REST-ful APIs to run a variety of big -data jobs like Hadoop, Pig, Hive, Spark, Presto, Sqoop and more. It also provides APIs for managing the metadata of many +data jobs like Hadoop, Pig, Hive, Spark, Presto, Sqoop and more. It also provides APIs for managing the metadata of many distributed processing clusters and the commands and applications which run on them. ## Documentation -See the official [website](https://netflix.github.io/genie) to find documentation about Genie and specific +See the official [website](https://netflix.github.io/genie) to find documentation about Genie and specific documentation for various releases. ## Demo -Genie has demo instructions available for all 3.x.x releases. Please see the release you're interested in demoing +Genie has demo instructions available for all 3.x.x releases. Please see the release you're interested in demoing on the [releases](https://netflix.github.io/genie/releases/) page. Click on the release and then demo docs. ## Builds Genie builds are run on Travis CI [here](https://travis-ci.org/Netflix/genie). -| Branch | Build | Coverage (coveralls.io) | Coverage (codecov.io) | -|:------:|:-------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------:| -| master | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=master)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=master)](https://coveralls.io/github/Netflix/genie?branch=master) | [![codecov](https://codecov.io/gh/Netflix/genie/branch/master/graph/badge.svg)](https://codecov.io/gh/Netflix/genie/branch/master) | -| 3.3.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.3.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.3.x)](https://coveralls.io/github/Netflix/genie?branch=3.3.x) | [![codecov](https://codecov.io/gh/Netflix/genie/branch/3.3.x/graph/badge.svg)](https://codecov.io/gh/Netflix/genie/branch/3.3.x) | -| 3.2.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.2.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.2.x)](https://coveralls.io/github/Netflix/genie?branch=3.2.x) | [![codecov](https://codecov.io/gh/Netflix/genie/branch/3.2.x/graph/badge.svg)](https://codecov.io/gh/Netflix/genie/branch/3.2.x) | -| 3.1.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.1.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.1.x)](https://coveralls.io/github/Netflix/genie?branch=3.1.x) | [![codecov](https://codecov.io/gh/Netflix/genie/branch/3.1.x/graph/badge.svg)](https://codecov.io/gh/Netflix/genie/branch/3.1.x) | -| 3.0.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.0.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.0.x)](https://coveralls.io/github/Netflix/genie?branch=3.0.x) | [![codecov](https://codecov.io/gh/Netflix/genie/branch/3.0.x/graph/badge.svg)](https://codecov.io/gh/Netflix/genie/branch/3.0.x) | +| Branch | Build | Coverage (coveralls.io) | +|:------:|:-------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:| +| master | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=master)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=master)](https://coveralls.io/github/Netflix/genie?branch=master) | +| 3.3.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.3.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.3.x)](https://coveralls.io/github/Netflix/genie?branch=3.3.x) | +| 3.2.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.2.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.2.x)](https://coveralls.io/github/Netflix/genie?branch=3.2.x) | +| 3.1.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.1.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.1.x)](https://coveralls.io/github/Netflix/genie?branch=3.1.x) | +| 3.0.x | [![Build Status](https://travis-ci.org/Netflix/genie.svg?branch=3.0.x)](https://travis-ci.org/Netflix/genie) | [![Coverage Status](https://coveralls.io/repos/github/Netflix/genie/badge.svg?branch=3.0.x)](https://coveralls.io/github/Netflix/genie?branch=3.0.x) | ## Docker -Successful builds will also generate a docker image which is published to Docker Hub. +Successful builds will also generate a docker image which is published to Docker Hub. ### App Image [![App Image](https://img.shields.io/docker/pulls/netflixoss/genie-app.svg)](https://hub.docker.com/r/netflixoss/genie-app/) -This is the image for the Spring Boot all in one jar. You can use `docker pull netflixoss/genie-app:{version}` to test +This is the image for the Spring Boot all in one jar. You can use `docker pull netflixoss/genie-app:{version}` to test the one you want. - + You can run via `docker run -t --rm -p 8080:8080 netflixoss/genie-app:{version}` ### WAR Image [![WAR Image](https://img.shields.io/docker/pulls/netflixoss/genie-war.svg)](https://hub.docker.com/r/netflixoss/genie-war/) -This is the image that has Genie deployed as a WAR file within Tomcat. You can use +This is the image that has Genie deployed as a WAR file within Tomcat. You can use `docker pull netflixoss/genie-war:{version}` to test the one you want. You can run via `docker run -t --rm -p 8080:8080 netflixoss/genie-war:{version}`