rmetzger commented on a change in pull request #12268:
URL: https://github.com/apache/flink/pull/12268#discussion_r429914110



##########
File path: 
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
##########
@@ -1068,8 +1067,8 @@ public static void teardown() throws Exception {
 
        }
 
-       public static boolean isOnTravis() {
-               return System.getenv("TRAVIS") != null && 
System.getenv("TRAVIS").equals("true");
+       public static boolean isOnCI() {
+               return System.getenv("IS_CI") != null && 
System.getenv("IS_CI").equals("true");

Review comment:
       Nope, we are not. What needs to be done for that?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to