From be22d3aa4e7c3a0c3319a5358d4af60d035e9006 Mon Sep 17 00:00:00 2001 From: Lakshman Sundaralingam Date: Wed, 12 May 2021 17:11:07 -0700 Subject: [PATCH] Removed tests.yml file for single pipeline --- sdk/communication/tests.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 sdk/communication/tests.yml diff --git a/sdk/communication/tests.yml b/sdk/communication/tests.yml deleted file mode 100644 index 7cb0762c8b20..000000000000 --- a/sdk/communication/tests.yml +++ /dev/null @@ -1,32 +0,0 @@ -trigger: none - -parameters: - - name: TestPackagesEnabled - type: object - default: - - identity - - chat - - phonenumbers - - sms - - mgmt - -stages: - - ${{ each package in parameters.TestPackagesEnabled }}: - - template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml - parameters: - AllocateResourceGroup: 'false' - ${{ if ne(package, 'mgmt') }}: - BuildTargetingString: ${{ format('azure-communication-{0}', package) }} - ${{ if eq(package, 'mgmt') }}: - BuildTargetingString: 'azure-mgmt-communication' - JobName: ${{ package }} - ServiceDirectory: communication - DeployArmTemplate: true - TestSamples: true - CloudConfig: - Public: - SubscriptionConfigurations: - - $(sub-config-azure-cloud-test-resources) - - $(sub-config-communication-services-cloud-test-resources-common) - - $(sub-config-communication-services-cloud-test-resources-python) - Clouds: Public