This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 2d04573 [FLINK-11989][travis][jdk9] Remove metric reporter exclusions
2d04573 is described below
commit 2d045731da193d28bb3e6b15fbee514ec9a0c69f
Author: zentol <[email protected]>
AuthorDate: Thu Mar 21 11:33:37 2019 +0100
[FLINK-11989][travis][jdk9] Remove metric reporter exclusions
---
tools/travis/stage.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh
index 4282ef2..8441499 100644
--- a/tools/travis/stage.sh
+++ b/tools/travis/stage.sh
@@ -117,11 +117,6 @@ MODULES_TESTS_JDK9_EXCLUSIONS="\
!flink-tests"
MODULES_MISC_JDK9_EXCLUSIONS="\
-!flink-metrics/flink-metrics-jmx,\
-!flink-metrics/flink-metrics-dropwizard,\
-!flink-metrics/flink-metrics-prometheus,\
-!flink-metrics/flink-metrics-statsd,\
-!flink-metrics/flink-metrics-slf4j,\
!flink-yarn-tests"
if [[ ${PROFILE} == *"include-kinesis"* ]]; then