File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-dotnet@v1
2828 with :
2929 dotnet-version : ' 2.2.207'
30- - name : Setup k6 for through[ut testing
30+ - name : Setup k6 for throughput testing
3131 run : |
3232 cd $GITHUB_WORKSPACE
3333 curl https://github.com/loadimpact/k6/releases/download/v0.28.0/k6-v0.28.0-linux64.tar.gz -L | tar xvz --strip-components 1
Original file line number Diff line number Diff line change 3838
3939- job : Build_WINDOWS_X64
4040 dependsOn : ' Tests'
41- condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')
4241 pool :
4342 vmImage : ' windows-2019'
4443 strategy :
7069 artifactName : ' $(pythonVersion)_WINDOWS_X64'
7170- job : Build_WINDOWS_X86
7271 dependsOn : ' Tests'
73- condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')
7472 pool :
7573 vmImage : ' windows-2019'
7674 strategy :
9694 artifactName : ' $(pythonVersion)_WINDOWS_x86'
9795- job : Build_LINUX_X64
9896 dependsOn : ' Tests'
99- condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')
10097 pool :
10198 vmImage : ' ubuntu-18.04'
10299 strategy :
@@ -127,7 +124,6 @@ jobs:
127124 artifactName : ' $(pythonVersion)_LINUX_X64'
128125- job : Build_OSX_X64
129126 dependsOn : ' Tests'
130- condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')
131127 pool :
132128 vmImage : ' macOS-10.15'
133129 strategy :
Original file line number Diff line number Diff line change 2222 <file src =" ..\3.8_WINDOWS_X86\**" target =" tools\3.8\WINDOWS\X86" />
2323 <file src =" ..\3.8_LINUX_X64\**" target =" tools\3.8\LINUX\X64" />
2424 <file src =" ..\3.8_OSX_X64\**" target =" tools\3.8\OSX\X64" />
25+ <file src =" ..\3.9_WINDOWS_X64\**" target =" tools\3.9\WINDOWS\X64" />
26+ <file src =" ..\3.9_WINDOWS_X86\**" target =" tools\3.9\WINDOWS\X86" />
27+ <file src =" ..\3.9_LINUX_X64\**" target =" tools\3.9\LINUX\X64" />
28+ <file src =" ..\3.9_OSX_X64\**" target =" tools\3.9\OSX\X64" />
2529 <file src =" ..\python\prodV3\worker.config.json" target =" tools" />
2630 <file src =" Microsoft.Azure.Functions.PythonWorker.targets" target =" build" />
2731 </files >
Original file line number Diff line number Diff line change @@ -290,8 +290,8 @@ def run(self):
290290 'azure_functions_worker.utils' ,
291291 'azure_functions_worker._thirdparty' ],
292292 install_requires = [
293- 'grpcio~=1.32.0 ' ,
294- 'grpcio-tools~=1.32.0 ' ,
293+ 'grpcio~=1.33.1 ' ,
294+ 'grpcio-tools~=1.33.1 ' ,
295295 ],
296296 extras_require = {
297297 'dev' : [
You can’t perform that action at this time.
0 commit comments