From 905df8d0d43098b0dd1a552a6ff423f82e92ea6e Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Fri, 28 Jun 2024 09:30:36 +0200 Subject: [PATCH] [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. --- .github/workflows/ci.yml | 2 +- tools/azure-pipelines/build-apache-repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c99011c7e7a6c..1bfc6878ddfc65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/tools/azure-pipelines/build-apache-repo.yml b/tools/azure-pipelines/build-apache-repo.yml index a229ee0029aa43..be2ec21947cbfd 100644 --- a/tools/azure-pipelines/build-apache-repo.yml +++ b/tools/azure-pipelines/build-apache-repo.yml @@ -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