From a2f3f003a14db83a647773eedadc76a41e470c19 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:16:10 -0700 Subject: [PATCH 1/2] check for py39 presence --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index aaefeb212243..f6b12b4711d5 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -24,6 +24,16 @@ parameters: PythonVersion: '3.8' CoverageArg: '' RunForPR: true + Linux_Python39: + OSVmImage: 'ubuntu-18.04' + PythonVersion: '3.9' + CoverageArg: '' + RunForPR: true + Linux_Python39rc2: + OSVmImage: 'ubuntu-18.04' + PythonVersion: '3.9.0a2' + CoverageArg: '' + RunForPR: true Windows_Python35: OSVmImage: 'windows-2019' PythonVersion: '3.5' From e4737a207c4b70e6ecfed43cf5db8d7837126fcb Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Wed, 23 Sep 2020 18:01:53 -0700 Subject: [PATCH 2/2] try official targeting --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index f6b12b4711d5..ca8d9c921f7d 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -24,14 +24,9 @@ parameters: PythonVersion: '3.8' CoverageArg: '' RunForPR: true - Linux_Python39: - OSVmImage: 'ubuntu-18.04' - PythonVersion: '3.9' - CoverageArg: '' - RunForPR: true Linux_Python39rc2: OSVmImage: 'ubuntu-18.04' - PythonVersion: '3.9.0a2' + PythonVersion: '3.9.0-rc.2' CoverageArg: '' RunForPR: true Windows_Python35: