Skip to content

Commit e7a5469

Browse files
committed
Ensure Azure job names are unique
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d54d9f3 commit e7a5469

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- template: etc/ci/azure-posix.yml
1414
parameters:
15-
job_name: ubuntu16
15+
job_name: core_tests
1616
image_name: ubuntu-16.04
1717
python_versions: ['3.6']
1818
test_suites:
@@ -179,7 +179,7 @@ jobs:
179179

180180
# - template: etc/ci/azure-container-deb.yml
181181
# parameters:
182-
# job_name: ubuntu18_py36
182+
# job_name: ubuntu18c
183183
# container: ubuntu:bionic
184184
# python_path: python3.6
185185
# python_version: '3.6'
@@ -190,7 +190,7 @@ jobs:
190190

191191
# - template: etc/ci/azure-container-deb.yml
192192
# parameters:
193-
# job_name: ubuntu20_py38
193+
# job_name: ubuntu20c
194194
# container: ubuntu:focal
195195
# python_path: python3.8
196196
# python_version: '3.8'
@@ -201,7 +201,7 @@ jobs:
201201

202202
# - template: etc/ci/azure-container-rpm.yml
203203
# parameters:
204-
# job_name: centos7_py36
204+
# job_name: centos7c
205205
# container: centos:7
206206
# python_path: python3.6
207207
# python_version: '3.6'
@@ -241,7 +241,7 @@ jobs:
241241

242242
# - template: etc/ci/azure-container-rpm.yml
243243
# parameters:
244-
# job_name: fedora30_py37
244+
# job_name: fedora30c
245245
# container: fedora:30
246246
# package_manager: dnf
247247
# python_path: python3.7
@@ -271,7 +271,7 @@ jobs:
271271
# here we build from sources
272272
# - template: etc/ci/azure-container-deb.yml
273273
# parameters:
274-
# job_name: debian9_py36
274+
# job_name: debian9c
275275
# container: debian:stretch
276276
# python_path: python3.6
277277
# python_version: '3.6'

0 commit comments

Comments
 (0)