1313 - job : smoke_test_eligibility
1414 displayName : Check Smoke Test Eligibility
1515 pool :
16- name : azsdk-pool-mms-ubuntu-2004-general
17- image : azsdk-pool-mms-ubuntu-2004-1espt
16+ name : $(LINUXPOOL)
17+ image : $(LINUXVMIMAGE)
1818 os : linux
1919 steps :
2020 - ${{ if and(ne(variables['Skip.Release'], 'true'), ne(parameters.Artifact.skipPublishPackage, 'true')) }} :
@@ -41,23 +41,20 @@ jobs:
4141 condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
4242 strategy :
4343 matrix :
44- Python_38_Linux (AzureCloud) :
45- PythonVersion : ' 3.8'
46- Pool : " azsdk-pool-mms-ubuntu-2004-general"
47- OSVmImage : azsdk-pool-mms-ubuntu-2004-1espt
44+ Python_310_Linux (AzureCloud) :
45+ PythonVersion : ' 3.10'
4846 ${{ if eq(parameters.Daily, true) }} :
49- Python_37_Linux (AzureCloud) :
50- PythonVersion : ' 3.7'
51- Pool : azsdk-pool-mms-ubuntu-2004-general
52- OSVmImage : azsdk-pool-mms-ubuntu-2004-1espt
47+ Python_39_Linux (AzureCloud) :
48+ PythonVersion : ' 3.9'
5349
5450 pool :
55- name : $(Pool )
56- image : $(OSVmImage )
51+ name : $(LINUXPOOL )
52+ image : $(LINUXVMIMAGE )
5753 os : linux
5854
5955 variables :
6056 - template : /eng/pipelines/templates/variables/globals.yml
57+ - template : /eng/pipelines/templates/variables/image.yml
6158 - name : requirements
6259 ${{ if eq(parameters.Daily, true) }} :
6360 value : $(Build.SourcesDirectory)/common/smoketest/requirements.txt
@@ -79,21 +76,18 @@ jobs:
7976 condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
8077 strategy :
8178 matrix :
82- Python_37_Windows (AzureCloud) :
83- PythonVersion : ' 3.7'
84- Pool : azsdk-pool-mms-win-2022-general
85- OSVmImage : azsdk-pool-mms-win-2022-1espt
86- Python_38_Windows (AzureCloud) :
87- PythonVersion : ' 3.8'
88- Pool : azsdk-pool-mms-win-2022-general
89- OSVmImage : azsdk-pool-mms-win-2022-1espt
79+ Python_310_Windows (AzureCloud) :
80+ PythonVersion : ' 3.10'
81+ Python_39_Windows (AzureCloud) :
82+ PythonVersion : ' 3.9'
9083
9184 pool :
92- name : $(Pool )
93- image : $(OSVmImage )
85+ name : $(WINDOWSPOOL )
86+ image : $(WINDOWSVMIMAGE )
9487 os : windows
9588 variables :
9689 - template : /eng/pipelines/templates/variables/globals.yml
90+ - template : /eng/pipelines/templates/variables/image.yml
9791 - name : requirements
9892 ${{ if eq(parameters.Daily, true) }} :
9993 value : $(Build.SourcesDirectory)/common/smoketest/requirements.txt
@@ -113,22 +107,19 @@ jobs:
113107 condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
114108 strategy :
115109 matrix :
116- Python_37_Mac (AzureCloud) :
117- PythonVersion : ' 3.7'
118- Pool : Azure Pipelines
119- OSVmImage : macos-latest
120- Python_38_Mac (AzureCloud) :
121- PythonVersion : ' 3.8'
122- Pool : Azure Pipelines
123- OSVmImage : macos-latest
110+ Python_310_Mac (AzureCloud) :
111+ PythonVersion : ' 3.10'
112+ Python_39_Mac (AzureCloud) :
113+ PythonVersion : ' 3.9'
124114
125115 pool :
126- name : $(Pool )
127- vmImage : $(OSVmImage )
116+ name : $(MACPOOL )
117+ vmImage : $(MACVMIMAGE )
128118 os : macOS
129119
130120 variables :
131121 - template : /eng/pipelines/templates/variables/globals.yml
122+ - template : /eng/pipelines/templates/variables/image.yml
132123 - name : requirements
133124 ${{ if eq(parameters.Daily, true) }} :
134125 value : $(Build.SourcesDirectory)/common/smoketest/requirements.txt
0 commit comments