Skip to content

Commit

Permalink
Remove PPE and enable Int livetest runs with SMS specific configurati…
Browse files Browse the repository at this point in the history
…on (Azure#27757)

Done as part of [Task
3499226](https://skype.visualstudio.com/SPOOL/_workitems/edit/3499226):
[Reliability] Fix Int pipeline configuration for all SDKs.

Int pipeline yaml definition updated with the new configuration for int
environment ([sample
execution](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3252150&view=results))

<img width="214" alt="image"
src="https://github.com/Azure/azure-sdk-for-js/assets/112948415/6b4a4079-e7fd-4e9c-a4cb-671c982f3905">
  • Loading branch information
gfeitosa-msft authored Nov 13, 2023
1 parent 1ad7aa3 commit 687c4a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sdk/communication/communication-sms/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ stages:
- $(sub-config-azure-cloud-test-resources)
- $(sub-config-communication-services-cloud-test-resources-common)
- $(sub-config-communication-services-cloud-test-resources-js)
PPE:
SubscriptionConfigurations:
- $(sub-config-communication-ppe-test-resources-common)
- $(sub-config-communication-ppe-test-resources-js)
Int:
SubscriptionConfigurations:
- $(sub-config-communication-int-test-resources-common)
- $(sub-config-communication-int-test-resources-js)
- $(sub-config-communication-sms-int-test-resources)
MatrixFilters:
- TestType=^(?!(browser|sample)).*
Clouds: Public
Clouds: Public,Int
TestResourceDirectories:
- communication/test-resources/

0 comments on commit 687c4a7

Please sign in to comment.