Skip to content

Commit 0d598e4

Browse files
Schedule nightly flake run (#7297)
1 parent 84b0ff0 commit 0d598e4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

build/ci/vscode-python-nighly-flake-ci.yaml renamed to build/ci/vscode-python-nightly-flake-ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ trigger: none
1010
# Not the PR build for merges to master and release.
1111
pr: none
1212

13+
schedules:
14+
- cron: "0 0 * * 1-5"
15+
# Daily midnight build, runs Monday - Friday always
16+
displayName: Nightly flake build
17+
branches:
18+
include:
19+
- master
20+
- release
21+
# False here so we don't run these long tests over and over on release branch if the source isn't changing
22+
always: false
23+
1324
# Variables that are available for the entire pipeline.
1425
variables:
1526
PythonVersion: '3.7'

news/3 Code Health/7066.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Put Data science functional tests that use real jupyter into their own test pipeline

0 commit comments

Comments
 (0)