Skip to content

Commit eb4bcad

Browse files
committed
[DO-NOT-MERGE][ci] Enabling AdaptiveScheduler for the CI builds
This commit should be reverted before merging the PR to master. The sole purpose of this commit is to enable the AdaptiveScheduler for this PR's CI.
1 parent 05741bd commit eb4bcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: "Default (Java 8)"
3333
uses: ./.github/workflows/template.flink-ci.yml
3434
with:
35-
environment: 'PROFILE="-Dinclude_hadoop_aws"'
35+
environment: 'PROFILE="-Dinclude_hadoop_aws -Penable-adaptive-scheduler"'
3636
jdk_version: 8
3737
secrets:
3838
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}

tools/azure-pipelines/build-apache-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ stages:
6969
name: Default
7070
e2e_pool_definition:
7171
vmImage: 'ubuntu-20.04'
72-
environment: PROFILE="-Dflink.hadoop.version=2.10.2"
72+
environment: PROFILE="-Dflink.hadoop.version=2.10.2 -Penable-adaptive-scheduler"
7373
run_end_to_end: false
7474
container: flink-build-container
7575
jdk: 8

0 commit comments

Comments
 (0)