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

mapohl pushed a change to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git


    from d903990e1ed [FLINK-34115][table-planner] Fix TableAggregateITCase 
unstable test
     new 2c6493bcc1e [hotfix][ci] Fixes find commands where touch might cause a 
failure if no files were found
     new 227f50b2b66 [hotfix][ci] Fixes condition for filtering NOTICE files
     new ffdce2cef6a [hotfix][build] Adds Maven and Java version to Maven 
command
     new bfa590d1b52 [hotfix][ci] Replaces spaces with tabs
     new 4da0f1b05eb [hotfix][ci] Adds proper log message at the end of a 
successful CI run
     new fff63f4443e [FLINK-27082][ci] Updates github-actions profile.
     new a64e1c98533 [FLINK-33914][ci] Introduces a basic GitHub Actions 
workflow

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/actions/job_init/action.yml                |  72 ++++
 .github/actions/run_mvn/action.yml                 |  42 +++
 .../workflows/ci.yml                               |  57 ++-
 .github/workflows/template.flink-ci.yml            | 386 +++++++++++++++++++++
 .github/workflows/template.pre-compile-checks.yml  |  77 ++++
 pom.xml                                            |  40 ++-
 tools/azure-pipelines/create_build_artifact.sh     |  12 +-
 tools/azure-pipelines/debug_files_utils.sh         |  62 ++--
 tools/azure-pipelines/unpack_build_artifact.sh     |  20 +-
 tools/azure-pipelines/uploading_watchdog.sh        |   4 +-
 .../tools/ci/licensecheck/NoticeFileChecker.java   |   3 +-
 tools/ci/maven-utils.sh                            |   1 +
 12 files changed, 705 insertions(+), 71 deletions(-)
 create mode 100644 .github/actions/job_init/action.yml
 create mode 100644 .github/actions/run_mvn/action.yml
 copy tools/releasing/deploy_staging_jars.sh => .github/workflows/ci.yml (52%)
 mode change 100755 => 100644
 create mode 100644 .github/workflows/template.flink-ci.yml
 create mode 100644 .github/workflows/template.pre-compile-checks.yml

Reply via email to