You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/08 07:57:41 UTC

[GitHub] zentol closed pull request #6772: [FLINK-10453][travis] Move hdp 2.4 tests to cron jobs

zentol closed pull request #6772: [FLINK-10453][travis] Move hdp 2.4 tests to cron jobs
URL: https://github.com/apache/flink/pull/6772
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 67c8a67cb71..d4b8abafff0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ before_install:
    - chmod +x docker-compose
    - sudo mv docker-compose /usr/local/bin
 
-
+# When modifying the matrix you also have to modify travis_controller.sh#getCurrentStage
 jdk: "oraclejdk8"
 jobs:
   include:
@@ -98,28 +98,3 @@ jobs:
       script: ./tools/travis_controller.sh
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws"
       name: cleanup
-    # legacy profile
-    - stage: compile
-      script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: compile(hadoop2.4)
-    - stage: test
-      script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: core(hadoop2.4)
-    - script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: libraries(hadoop2.4)
-    - script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: connectors(hadoop2.4)
-    - script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: tests(hadoop2.4)
-    - script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: misc(hadoop2.4)
-    - stage: cleanup
-      script: ./tools/travis_controller.sh
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
-      name: cleanup(hadoop2.4)
diff --git a/tools/travis_controller.sh b/tools/travis_controller.sh
index 18cbeee5983..7b2c8fd6a01 100755
--- a/tools/travis_controller.sh
+++ b/tools/travis_controller.sh
@@ -53,42 +53,21 @@ function getCurrentStage() {
 			echo "$STAGE_COMPILE"
 			;;
 		(2)
-			echo "$STAGE_COMPILE"
-			;;
-		(3)
-			echo "$STAGE_CORE"
-			;;
-		(4)
-			echo "$STAGE_LIBRARIES"
-			;;
-		(5)
-			echo "$STAGE_CONNECTORS"
-			;;
-		(6)
-			echo "$STAGE_TESTS"
-			;;
-		(7)
-			echo "$STAGE_MISC"
-			;;
-		(8)
 			echo "$STAGE_CORE"
 			;;
-		(9)
+		(3)
 			echo "$STAGE_LIBRARIES"
 			;;
-		(10)
+		(4)
 			echo "$STAGE_CONNECTORS"
 			;;
-		(11)
+		(5)
 			echo "$STAGE_TESTS"
 			;;
-		(12)
+		(6)
 			echo "$STAGE_MISC"
 			;;
-		(13)
-			echo "$STAGE_CLEANUP"
-			;;
-		(14)
+		(7)
 			echo "$STAGE_CLEANUP"
 			;;
 		(*)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services