13
13
- job : smoke_test_eligibility
14
14
displayName : Check Smoke Test Eligibility
15
15
pool :
16
- name : azsdk-pool-mms-ubuntu-2004-general
17
- image : azsdk-pool-mms-ubuntu-2004-1espt
16
+ name : $(LINUXPOOL)
17
+ image : $(LINUXVMIMAGE)
18
18
os : linux
19
19
steps :
20
20
- ${{ if and(ne(variables['Skip.Release'], 'true'), ne(parameters.Artifact.skipPublishPackage, 'true')) }} :
@@ -41,15 +41,15 @@ jobs:
41
41
condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
42
42
strategy :
43
43
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 '
46
+ Pool : $(LINUXPOOL)
47
+ OSVmImage : $(LINUXVMIMAGE)
48
48
${{ 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
49
+ Python_39_Linux (AzureCloud) :
50
+ PythonVersion : ' 3.9 '
51
+ Pool : $(LINUXPOOL)
52
+ OSVmImage : $(LINUXVMIMAGE)
53
53
54
54
pool :
55
55
name : $(Pool)
@@ -79,14 +79,14 @@ jobs:
79
79
condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
80
80
strategy :
81
81
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
82
+ Python_310_Windows (AzureCloud) :
83
+ PythonVersion : ' 3.10 '
84
+ Pool : $(LINUXPOOL)
85
+ OSVmImage : $(LINUXVMIMAGE)
86
+ Python_39_Windows (AzureCloud) :
87
+ PythonVersion : ' 3.9 '
88
+ Pool : $(LINUXPOOL)
89
+ OSVmImage : $(LINUXVMIMAGE)
90
90
91
91
pool :
92
92
name : $(Pool)
@@ -113,14 +113,14 @@ jobs:
113
113
condition : and(succeeded(), eq(dependencies.smoke_test_eligibility.outputs['output_eligibility.RunSmokeTests'], true))
114
114
strategy :
115
115
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
116
+ Python_310_Mac (AzureCloud) :
117
+ PythonVersion : ' 3.10 '
118
+ Pool : $(MACPOOL)
119
+ OSVmImage : $(MACVMIMAGE)
120
+ Python_39_Mac (AzureCloud) :
121
+ PythonVersion : ' 3.9 '
122
+ Pool : $(MACPOOL)
123
+ OSVmImage : $(MACVMIMAGE)
124
124
125
125
pool :
126
126
name : $(Pool)
0 commit comments