zentol commented on a change in pull request #14967:
URL: https://github.com/apache/flink/pull/14967#discussion_r579851785



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/TimestampITCase.java
##########
@@ -159,6 +161,7 @@ public void testWatermarkPropagation() throws Exception {
     }
 
     @Test
+    @Category(FailsWithDeclarativeScheduler.class)

Review comment:
       missing reference to FLINK-21333

##########
File path: tools/azure-pipelines/build-apache-repo.yml
##########
@@ -157,6 +157,17 @@ stages:
           run_end_to_end: true
           container: flink-build-container
           jdk: jdk11
+      - template: jobs-template.yml
+        parameters:
+          stage_name: cron_adaptive_scheduler
+          test_pool_definition:
+            name: Default
+          e2e_pool_definition:
+            vmImage: 'ubuntu-16.04'
+          environment: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws 
-Dscala-2.11 -Penable-declarative-scheduler"
+          run_end_to_end: true
+          container: flink-build-container
+          jdk: jdk11

Review comment:
       ```suggestion
             jdk: jdk8
   ```




----------------------------------------------------------------
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