summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 00:30:44 +0200
committerXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 00:30:44 +0200
commit1f736c5e778f48c91adbd68b45f15d6400e21b4d (patch)
treefd437df4240dc1f01fca9add50771c871ddd1cc9
parent4a7b345cc518cecbdc817e503391c231a6e967ac (diff)
downloadpip-1f736c5e778f48c91adbd68b45f15d6400e21b4d.tar.gz
Spread the Windows test load between Azure & Appveyor
-rw-r--r--.appveyor.yml9
-rw-r--r--.azure-pipelines/jobs/test-windows.yml17
2 files changed, 8 insertions, 18 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2819e0521..9bd0f595c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,15 +1,14 @@
environment:
matrix:
# Unit and integration tests.
- - PYTHON: "C:\\Python27"
+ - PYTHON: "C:\\Python27-x64"
RUN_INTEGRATION_TESTS: "True"
- PYTHON: "C:\\Python36-x64"
RUN_INTEGRATION_TESTS: "True"
+ - PYTHON: "C:\\Python37-x64"
+ RUN_INTEGRATION_TESTS: "True"
# Unit tests only.
- - PYTHON: "C:\\Python27-x64"
- - PYTHON: "C:\\Python35"
- - PYTHON: "C:\\Python35-x64"
- - PYTHON: "C:\\Python36"
+ # Nothing for the moment
matrix:
fast_finish: true
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index 752646247..691c9df13 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -9,11 +9,11 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
- Python27-x64:
+ Python27-x86:
python.version: '2.7'
- python.architecture: x64
- Python36-x64:
- python.version: '3.6'
+ python.architecture: x86
+ Python35-x64:
+ python.version: '3.5'
python.architecture: x64
maxParallel: 2
@@ -32,16 +32,7 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
- Python35-x64:
- python.version: '3.5'
- python.architecture: x64
- Python37-x64:
- python.version: '3.7'
- python.architecture: x64
# This is for Windows, so test x86 builds
- Python27-x86:
- python.version: '2.7'
- python.architecture: x86
Python35-x86:
python.version: '3.5'
python.architecture: x86