This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.13 by this push:
new 3618770 [FLINK-23312][ci] speed up compilation for e2e tests
3618770 is described below
commit 361877021d5ad9d6b9f076f4cffbe0472262cd8f
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 df1c7ee..144c176 100644
--- a/tools/azure-pipelines/jobs-template.yml
+++ b/tools/azure-pipelines/jobs-template.yml
@@ -226,7 +226,7 @@ jobs:
sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
displayName: Prepare E2E run
condition: not(eq(variables['SKIP'], '1'))
- - script: ${{parameters.environment}} ./tools/ci/compile.sh
+ - script: ${{parameters.environment}} PROFILE="$PROFILE -Dfast
-Pskip-webui-build" ./tools/ci/compile.sh
displayName: Build Flink
condition: not(eq(variables['SKIP'], '1'))
- script: ${{parameters.environment}} FLINK_DIR=`pwd`/build-target
./tools/azure-pipelines/uploading_watchdog.sh
flink-end-to-end-tests/run-nightly-tests.sh e2e