You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/06/09 02:25:48 UTC

[flink] branch release-1.11 updated: [FLINK-17722][python][build system] (followups) Keeps all jars of plugins and bin directory in CachedFiles

This is an automated email from the ASF dual-hosted git repository.

dianfu 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 aeef207  [FLINK-17722][python][build system] (followups) Keeps all jars of plugins and bin directory in CachedFiles
aeef207 is described below

commit aeef20744dc1a867c447e489be8c009bfa7be246
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Mon Jun 8 20:30:20 2020 +0800

    [FLINK-17722][python][build system] (followups) Keeps all jars of plugins and bin directory in CachedFiles
    
    This closes #12528.
---
 tools/azure_controller.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/azure_controller.sh b/tools/azure_controller.sh
index 35848c2..0d305b7 100755
--- a/tools/azure_controller.sh
+++ b/tools/azure_controller.sh
@@ -122,6 +122,8 @@ if [ $STAGE == "$STAGE_COMPILE" ]; then
             ! -path "$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/lib/*.jar" \
             ! -path "$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/opt/flink-python*.jar" \
             ! -path "$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/opt/flink-sql-client_*.jar" \
+            ! -path "$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/plugins/*.jar" \
+            ! -path "$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/bin/*.jar" \
             ! -path "$CACHE_FLINK_DIR/flink-connectors/flink-connector-elasticsearch-base/target/flink-*.jar" \
             ! -path "$CACHE_FLINK_DIR/flink-connectors/flink-connector-kafka-base/target/flink-*.jar" \
             ! -path "$CACHE_FLINK_DIR/flink-table/flink-table-planner/target/flink-table-planner*tests.jar" | xargs rm -rf