This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from b5a2ee4e988 [FLINK-34286][k8s] Attach cluster config map labels at
creation time
new 1f23e2ce6f1 [hotfix][ci] Fixes find commands where touch might cause a
failure if no files were found
new f10702b8c23 [hotfix][ci] Fixes condition for filtering NOTICE files
new adde027cae6 [hotfix][build] Adds Maven and Java version to Maven
command
new edfdc89a029 [hotfix][ci] Replaces spaces with tabs
new e4b4718009a [hotfix][ci] Adds proper log message at the end of a
successful CI run
new f4c0b716b01 [FLINK-34062][build] Adds JDK 21 surefire configuration.
new a810088688c [FLINK-27082][ci] Updates github-actions profile.
new 85edd784fc7 [FLINK-33914][ci] Introduces a basic GitHub Actions
workflow
The 8 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 | 56 ++-
.github/workflows/template.flink-ci.yml | 386 +++++++++++++++++++++
.github/workflows/template.pre-compile-checks.yml | 77 ++++
pom.xml | 51 ++-
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, 716 insertions(+), 70 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