From 9c7eed43a8da9de051a7cd4a480a5ef7b6828486 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 2 May 2021 13:35:26 +0200 Subject: [PATCH] Copy schedule to stable branches. --- .azure-pipelines/azure-pipelines.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ed744c5c19..8d1b81865e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -13,13 +13,25 @@ pr: - stable-* schedules: - - cron: 0 9 * * * - displayName: Nightly + - cron: 0 8 * * * + displayName: Nightly (main) always: true branches: include: - main - - stable-* + - cron: 0 10 * * * + displayName: Nightly (active stable branches) + always: true + branches: + include: + - stable-2 + - stable-3 + - cron: 0 11 * * 0 + displayName: Weekly (old stable branches) + always: true + branches: + include: + - stable-1 variables: - name: checkoutPath