From cfffaa5b6fe710389ae8b7a2f2faf648a6a9f0b3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 17:41:08 +0100 Subject: [PATCH] Add stable-4 to nightly CI jobs; make stable-2 weekly. (#3852) (#3856) (cherry picked from commit 727c9a4032a67280b00220a52a59f4c9a431303d) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9482b07c3d..71e2d938db 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,14 +24,15 @@ schedules: always: true branches: include: - - stable-2 - stable-3 + - stable-4 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - stable-1 + - stable-2 variables: - name: checkoutPath