This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 1d1fe536022 [hotfix][runtime] Remove the unnecessary private put
method in FileSystemBlobStore to prevent the createBasePathIfNeeded is called
repeatedly
new 5d163dd39d6 [FLINK-32834] Run all compile scripts from root directory
new 5f719e748a0 [FLINK-32834] Clean/overwrite pre-existing tmp files
new d08356a1afe [FLINK-32834] Write all tmp files to /tmp/
new 78b5ddb11df [FLINK-32834] Rework parameter quoting
new 4bcbc7caed9 [FLINK-32834] Remove FLINK_ROOT parameter
new e638115336b [FLINK-32834] Decouple low-level scripts from maven-utlls
new 003eae50c36 [FLINK-32834] Streamline CI_DIR detection
new d3059389aea [FLINK-32834] Decouple compile.sh from maven-utils.sh
new 109c7ff261b [FLINK-32834] Forward any additional args to maven
new b38cd662bcf [FLINK-32834] Add documentation to the scripts
new ed31bca4c9e [FLINK-32834] Add usage information and -h option to
low-level scripts
new 6663b398244 [FLINK-32834] Fail early if dependency plugin fails
new 3e5eca702d2 [FLINK-32834] Forward actual Maven error code instead of 1
new 6faf3680d4d [FLINK-32834] Force parallelism of 1
new 5bf5003f5c7 [FLINK-32834] Use descriptive output file names
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/azure-pipelines/e2e-template.yml | 2 +-
tools/azure-pipelines/jobs-template.yml | 2 +-
tools/ci/compile.sh | 54 ++++++++++++++--------
.../dev/run_pip_test.sh => tools/ci/compile_ci.sh | 11 ++++-
tools/ci/license_check.sh | 36 ++++++++++++---
tools/ci/maven-utils.sh | 6 +--
tools/ci/shade.sh | 30 ++++++------
tools/ci/verify_bundled_optional.sh | 48 +++++++++++++++----
tools/ci/verify_scala_suffixes.sh | 48 +++++++++++--------
9 files changed, 161 insertions(+), 76 deletions(-)
copy flink-python/dev/run_pip_test.sh => tools/ci/compile_ci.sh (79%)