We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b0ff0 commit 0d598e4Copy full SHA for 0d598e4
2 files changed
…ld/ci/vscode-python-nighly-flake-ci.yaml …d/ci/vscode-python-nightly-flake-ci.yamlbuild/ci/vscode-python-nighly-flake-ci.yaml renamed to build/ci/vscode-python-nightly-flake-ci.yaml
@@ -10,6 +10,17 @@ trigger: none
10
# Not the PR build for merges to master and release.
11
pr: none
12
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
+
24
# Variables that are available for the entire pipeline.
25
variables:
26
PythonVersion: '3.7'
news/3 Code Health/7066.md
@@ -0,0 +1 @@
1
+Put Data science functional tests that use real jupyter into their own test pipeline
0 commit comments