Skip to content

Commit

Permalink
[SB/EH] revert removing mgmt from ci (Azure#18738)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored May 25, 2021
1 parent a1cce16 commit 5b35114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion sdk/eventhub/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: eventhub
BuildTargetingString: azure-eventhub*
# Override the base matrix due to https://github.com/Azure/azure-sdk-for-python/issues/17837
MatrixConfigs:
- Name: eventhub_ci_matrix
Expand Down
3 changes: 2 additions & 1 deletion sdk/servicebus/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: servicebus
BuildTargetingString: azure-servicebus*
MatrixFilters:
- PythonVersion=^(?!pypy3).*
Artifacts:
- name: azure-mgmt-servicebus
safeName: azuremgmtservicebus
- name: azure-servicebus
safeName: azureservicebus

0 comments on commit 5b35114

Please sign in to comment.