XComp commented on code in PR #24082:
URL: https://github.com/apache/flink/pull/24082#discussion_r1453561514


##########
tools/azure-pipelines/build-apache-repo.yml:
##########
@@ -73,6 +73,17 @@ stages:
           run_end_to_end: false
           container: flink-build-container
           jdk: 8
+      - template: jobs-template.yml
+        parameters:
+          stage_name: ci-adaptive-scheduler
+          test_pool_definition:
+            name: Default
+          e2e_pool_definition:
+            vmImage: 'ubuntu-20.04'
+          environment: PROFILE="-Penable-adaptive-scheduler"

Review Comment:
   tbh, I don't know why CI doesn't pick up this PR. The profile configuration 
will be aligned with the migration to GitHub Actions 
([FLIP-360](https://cwiki.apache.org/confluence/display/FLINK/FLIP-396%3A+Trial+to+test+GitHub+Actions+as+an+alternative+for+Flink's+current+Azure+CI+infrastructure)).
 I don't put any effort into Azure Pipelines anymore. :innocent: 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to