This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new ed0df86 [FLINK-23312][ci] speed up compilation for e2e tests
ed0df86 is described below
commit ed0df863d18d6e5849589e1150cbf8d340588bc8
Author: Nico Kruber <[email protected]>
AuthorDate: Wed Jun 16 18:16:32 2021 +0200
[FLINK-23312][ci] speed up compilation for e2e tests
The "compile" builder already applies all checks so we can use -Dfast here;
also, the web UI is not actually needed in the E2E tests.
---
tools/azure-pipelines/jobs-template.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/azure-pipelines/jobs-template.yml
b/tools/azure-pipelines/jobs-template.yml
index 1e91ed9..f016b35 100644
--- a/tools/azure-pipelines/jobs-template.yml
+++ b/tools/azure-pipelines/jobs-template.yml
@@ -176,7 +176,7 @@ jobs:
- script: ./tools/azure-pipelines/free_disk_space.sh
displayName: Free up disk space
- script: sudo apt-get install -y bc
- - script: ${{parameters.environment}} STAGE=compile
./tools/azure_controller.sh compile
+ - script: ${{parameters.environment}} PROFILE="$PROFILE -Dfast
-Pskip-webui-build" STAGE=compile ./tools/azure_controller.sh compile
displayName: Build Flink
# TODO remove pre-commit tests script by adding the tests to the nightly
script
# - script: FLINK_DIR=build-target
./flink-end-to-end-tests/run-pre-commit-tests.sh