Skip to content

Commit

Permalink
changing to only doing code coverage on one test run (Azure#16297)
Browse files Browse the repository at this point in the history
  • Loading branch information
seankane-msft authored Jan 22, 2021
1 parent 9fca61b commit f8be630
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/eventhub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ jobs:
ServiceDirectory: eventhub
Matrix:
Linux_Python35:
Pool: azsdk-pool-mms-ubuntu-1804-general
Pool: azsdk-pool-mms-ubuntu-1804-general
OSVmImage: MMSUbuntu18.04
PythonVersion: '3.5'
CoverageArg: '--disablecov'
Linux_Python39:
Pool: azsdk-pool-mms-ubuntu-1804-general
Pool: azsdk-pool-mms-ubuntu-1804-general
OSVmImage: MMSUbuntu18.04
PythonVersion: '3.9'
CoverageArg: ''
Windows_Python27:
Pool: azsdk-pool-mms-win-2019-general
Pool: azsdk-pool-mms-win-2019-general
OSVmImage: MMS2019
PythonVersion: '2.7'
CoverageArg: '--disablecov'
MacOs_Python37:
Pool: Azure Pipelines
OSVmImage: 'macOS-10.15'
PythonVersion: '3.7'
CoverageArg: ''
CoverageArg: '--disablecov'
EnvVars:
AZURE_STORAGE_ACCOUNT: $(python-eh-livetest-event-hub-storage-account)
AZURE_STORAGE_ACCESS_KEY: $(python-eh-livetest-event-hub-storage-access-key)
Expand Down

0 comments on commit f8be630

Please sign in to comment.