This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from b2db9ec [FLINK-17936][table] Introduce new type inference for AS
new c99bf2a [FLINK-17375][CI] Rename log4j-travis.properties
new 2e4a4e0 [FLINK-17375] Move azure_controller into azure-pipelines
folder
new 4b602a7 [FLINK-17375] Delete unused files in tools/
new 75cfab4 [FLINK-17375] Rename tools/travis_watchdog.sh ->
tools/ci/ci_controller.sh
new a22b130 [FLINK-17375] Refactor travis_watchdog.sh into separate ci/
and azure-pipelines/ scripts.
new 1d2aa07 [FLINK-17375] Adopt nightly python wheels jobs to refactored
ci scripts
new f40aa77 [hotfix][AZP] execute junit test result upload also when the
previous stage failed
The 7 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:
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
azure-pipelines.yml | 3 +-
flink-end-to-end-tests/run-nightly-tests.sh | 6 +-
flink-end-to-end-tests/run-pre-commit-tests.sh | 64 ----
.../java/org/apache/flink/yarn/YarnTestBase.java | 13 +-
tools/azure-pipelines/build-apache-repo.yml | 3 +-
tools/azure-pipelines/build-python-wheels.yml | 14 +-
.../create_build_artifact.sh} | 29 +-
.../azure-pipelines/debug_files_utils.sh | 23 +-
tools/azure-pipelines/jobs-template.yml | 55 ++--
...epare_precommit.sh => unpack_build_artifact.sh} | 26 +-
tools/azure_controller.sh | 198 ------------
tools/ci/compile.sh | 81 +++++
tools/ci/controller_utils.sh | 62 ++++
.../log4j.properties} | 0
tools/ci/maven-utils.sh | 2 +-
tools/ci/shade.sh | 0
tools/ci/stage.sh | 4 +
tools/ci/test_controller.sh | 124 ++++++++
tools/{ => ci}/verify_scala_suffixes.sh | 0
tools/ci/watchdog.sh | 111 +++++++
tools/merge_flink_pr.py | 336 ---------------------
tools/merge_pull_request.sh.template | 32 --
tools/qa-check.sh | 181 -----------
tools/test_deploy_to_maven.sh | 27 --
tools/travis_watchdog.sh | 327 --------------------
26 files changed, 479 insertions(+), 1244 deletions(-)
delete mode 100755 flink-end-to-end-tests/run-pre-commit-tests.sh
copy tools/{update_notice_year.sh => azure-pipelines/create_build_artifact.sh}
(59%)
copy flink-dist/src/main/flink-bin/bin/find-flink-home.sh =>
tools/azure-pipelines/debug_files_utils.sh (56%)
rename tools/azure-pipelines/{prepare_precommit.sh =>
unpack_build_artifact.sh} (68%)
delete mode 100755 tools/azure_controller.sh
create mode 100755 tools/ci/compile.sh
create mode 100644 tools/ci/controller_utils.sh
rename tools/{log4j-travis.properties => ci/log4j.properties} (100%)
mode change 100644 => 100755 tools/ci/shade.sh
mode change 100644 => 100755 tools/ci/stage.sh
create mode 100755 tools/ci/test_controller.sh
rename tools/{ => ci}/verify_scala_suffixes.sh (100%)
create mode 100755 tools/ci/watchdog.sh
delete mode 100755 tools/merge_flink_pr.py
delete mode 100755 tools/merge_pull_request.sh.template
delete mode 100755 tools/qa-check.sh
delete mode 100755 tools/test_deploy_to_maven.sh
delete mode 100755 tools/travis_watchdog.sh