This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new cf454dd [hotfix][ci] Properly setup cron builds for 1.13+
cf454dd is described below
commit cf454ddf18a062b6c46f7074b29057e39bb13820
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Dec 1 13:29:53 2021 +0100
[hotfix][ci] Properly setup cron builds for 1.13+
Azure was only running cron jobs for older releases because it cached some
outdated configuration. We recently synced the cron schedules, which disabled
cron jobs for anything but master, as this is what was configured in the azure
file.
---
tools/azure-pipelines/build-apache-repo.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/azure-pipelines/build-apache-repo.yml
b/tools/azure-pipelines/build-apache-repo.yml
index bc7e282..59cf0fa 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -27,6 +27,8 @@ schedules:
branches:
include:
- master
+ - release-1.14
+ - release-1.13
always: true # run even if there were no changes to the mentioned branches
trigger: