From b1ab8d275bfe70c6107ed3e646386e4a20c81c4a Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Thu, 21 Dec 2023 12:23:46 +0100 Subject: [PATCH] Limits misc tests --- tools/ci/stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/stage.sh b/tools/ci/stage.sh index 3bd1caac13d1f9..9e465d3acc760c 100755 --- a/tools/ci/stage.sh +++ b/tools/ci/stage.sh @@ -149,7 +149,7 @@ function get_compile_modules_for_stage() { (${STAGE_MISC}) # compile everything; using the -am switch does not work with negated module lists! # the negation takes precedence, thus not all required modules would be built - echo "" + echo "-pl flink-filesystems/flink-s3-fs-base" ;; (${STAGE_PYTHON}) # compile everything for PyFlink.