Skip to content

Commit

Permalink
[DO-NOT-MERGE][ci] Enabling AdaptiveScheduler for the CI builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
XComp committed Jun 28, 2024
1 parent 2e853ce commit 905df8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: "Default (Java 8)"
uses: ./.github/workflows/template.flink-ci.yml
with:
environment: 'PROFILE="-Dinclude_hadoop_aws"'
environment: 'PROFILE="-Dinclude_hadoop_aws -Penable-adaptive-scheduler"'
jdk_version: 8
secrets:
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}
Expand Down
2 changes: 1 addition & 1 deletion tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-20.04'
environment: PROFILE="-Dflink.hadoop.version=2.10.2"
environment: PROFILE="-Dflink.hadoop.version=2.10.2 -Penable-adaptive-scheduler"
run_end_to_end: false
container: flink-build-container
jdk: 8
Expand Down

0 comments on commit 905df8d

Please sign in to comment.