Skip to content

Commit a2e4fd3

Browse files
Clean up CI recipes. (#10213)
(for #9939) This change cleans things up in the CI build recipes, to make a later PR (reduce the number of build agents we use) much simpler. Basically, the various jobs a made more consistent and grouped by OS (and then by Python version).
1 parent ba951e4 commit a2e4fd3

File tree

6 files changed

+625
-757
lines changed

6 files changed

+625
-757
lines changed

build/ci/templates/jobs/smoke.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/ci/templates/test_phases.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
# ```
66
#
77
# Your job using this template *must* supply these values:
8-
# - VMImageName: '[name]' - the VM image to run the tests on.
98
# - TestsToRun: 'testA, testB, ..., testN' - the list of tests to execute, see the list above.
109
#
1110
# Your job using this template *may* supply these values:
1211
# - NeedsPythonTestReqs: [true|false] - install the test-requirements prior to running tests. False if not set.
1312
# - NeedsPythonFunctionalReqs: [true|false] - install the functional-requirements prior to running tests. False if not set.
14-
# - PythonVersion: 'M.m' - the Python version to run. DefaultPythonVersion if not set.
15-
# - NodeVersion: 'x.y.z' - Node version to use. DefaultNodeVersion if not set.
16-
# - SkipXvfb: [true|false] - skip initialization of xvfb prior to running system tests on Linux. False if not set
17-
# - UploadBinary: [true|false] - upload test binaries to Azure if true. False if not set.
13+
# - NeedsIPythonReqs: [true|false] - install the ipython-test-requirements prior to running tests. False if not set.
14+
# - PythonVersion: 'M.m' - the Python version to run. DefaultPythonVersion (from globals.yml) if not set.
15+
# - NodeVersion: 'x.y.z' - Node version to use. DefaultNodeVersion (from globals.yml) if not set.
1816

1917
## Supported `TestsToRun` values, multiples are allowed separated by commas or spaces:
2018
#

0 commit comments

Comments
 (0)