Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/3112#discussion_r95979696
--- Diff: .travis.yml ---
@@ -16,14 +16,14 @@ matrix:
include:
# Always run test groups A and B together
- jdk: "oraclejdk8"
- env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11
-Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis
-Dmaven.javadoc.skip=true"
+ env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11
-Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis,include-elasticsearch5
-Dmaven.javadoc.skip=true"
- jdk: "oraclejdk8"
- env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11
-Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis
-Dmaven.javadoc.skip=true"
+ env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11
-Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis,include-elasticsearch5
-Dmaven.javadoc.skip=true"
- jdk: "oraclejdk8"
- env: PROFILE="-Dhadoop.version=2.6.3
-Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis
-Dmaven.javadoc.skip=true"
+ env: PROFILE="-Dhadoop.version=2.6.3
-Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis,include-elasticsearch5
-Dmaven.javadoc.skip=true"
- jdk: "oraclejdk8"
- env: PROFILE="-Dhadoop.version=2.6.3
-Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis
-Dmaven.javadoc.skip=true"
+ env: PROFILE="-Dhadoop.version=2.6.3
-Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis,include-elasticsearch5
-Dmaven.javadoc.skip=true"
--- End diff --
With the automatic activation, you don't need these changes (see my other
comment at the profile def)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---