From 62bda914664140d5b3fb466f2bb183e2ea74253f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 17:41:15 +0100 Subject: [PATCH] Add stable-4 to nightly CI jobs; make stable-2 weekly. (#3852) (#3857) (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