Skip to content

Commit be851b0

Browse files
committed
Use azure-posix.yml for linux and macOS
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 1364bbb commit be851b0

File tree

3 files changed

+5
-41
lines changed

3 files changed

+5
-41
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,39 @@
77

88
jobs:
99

10-
- template: etc/ci/azure-linux.yml
10+
- template: etc/ci/azure-posix.yml
1111
parameters:
1212
job_name: ubuntu16_cpython
1313
image_name: ubuntu-16.04
1414
python_versions: ['3.6', '3.7', '3.8', '3.9']
1515
test_suites:
1616
all: tmp/bin/pytest -vvs
1717

18-
- template: etc/ci/azure-linux.yml
18+
- template: etc/ci/azure-posix.yml
1919
parameters:
2020
job_name: ubuntu18_cpython
2121
image_name: ubuntu-18.04
2222
python_versions: ['3.6', '3.7', '3.8', '3.9']
2323
test_suites:
2424
all: tmp/bin/pytest -n 2 -vvs
2525

26-
- template: etc/ci/azure-linux.yml
26+
- template: etc/ci/azure-posix.yml
2727
parameters:
2828
job_name: ubuntu20_cpython
2929
image_name: ubuntu-20.04
3030
python_versions: ['3.6', '3.7', '3.8', '3.9']
3131
test_suites:
3232
all: tmp/bin/pytest -n 2 -vvs
3333

34-
- template: etc/ci/azure-mac.yml
34+
- template: etc/ci/azure-posix.yml
3535
parameters:
3636
job_name: macos1014_cpython
3737
image_name: macos-10.14
3838
python_versions: ['3.6', '3.7', '3.8', '3.9']
3939
test_suites:
4040
all: tmp/bin/pytest -n 2 -vvs
4141

42-
- template: etc/ci/azure-mac.yml
42+
- template: etc/ci/azure-posix.yml
4343
parameters:
4444
job_name: macos1015_cpython
4545
image_name: macos-10.15

etc/ci/azure-mac.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)