Skip to content

Commit 05c8de2

Browse files
Update test schedual
Rework of schedules test runs
2 parents e21530a + 8665845 commit 05c8de2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,18 @@ resources:
4747
# When and under what condition to run the pipeline.
4848
schedules:
4949
- cron: "0 0 * * 0"
50-
displayName: Weekly build - master
50+
displayName: Weekly build - latest release
5151
branches:
5252
include:
53-
- master
54-
- 6.3.0
53+
- 6.3.4
5554
always: true
5655
- cron: "0 1 * * *"
57-
displayName: Nightly build - v6.3.1-dev
56+
displayName: Nightly build - development branchs
5857
branches:
5958
include:
60-
- v6.3.1-dev
59+
- v6.3.5-dev
60+
- v6.4.0-dev
61+
- v7.0.0-dev
6162
always: true
6263

6364
jobs:

0 commit comments

Comments
 (0)