Skip to content

Commit c45ab8d

Browse files
add cron job to nightly tests (#7128) (#7158)
1 parent 732c987 commit c45ab8d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build/ci/vscode-python-nightly-ci.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Nightly build
2-
# Notes: Scheduled builds don't have a trigger in YAML (as of this writing).
3-
# Trigger is set through the Azure DevOps UI `Nightly Build->Edit->...->Triggers`.
42

53
name: '$(Year:yyyy).$(Month).0.$(BuildID)-alpha'
64

@@ -10,6 +8,16 @@ trigger: none
108
# Not the PR build for merges to master and release.
119
pr: none
1210

11+
schedules:
12+
- cron: "0 0 * * 1-5"
13+
# Daily midnight build, runs Monday - Friday always
14+
displayName: Nightly build
15+
branches:
16+
include:
17+
- master
18+
- release
19+
always: true
20+
1321
# Variables that are available for the entire pipeline.
1422
variables:
1523
PythonVersion: '3.7'

0 commit comments

Comments
 (0)