diff --git a/.azure-pipelines/SDKAutomation.yml b/.azure-pipelines/SDKAutomation.yml index 4cd770c7861d..64353914917c 100644 --- a/.azure-pipelines/SDKAutomation.yml +++ b/.azure-pipelines/SDKAutomation.yml @@ -13,9 +13,12 @@ variables: jobs: - job: "SDKAutomation" - displayName: SDK + displayName: SDK Automation pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'Ubuntu 16.04' + container: + image: sdkautomation.azurecr.io/openapi-sdk-automation:ppe + endpoint: sdkautomationv2-registry timeoutInMinutes: 180 variables: diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 23e916da5473..3b0574011659 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -3,25 +3,27 @@ "pipelineName": "automation - sdk", "sdkRepositoryMappings": { "azure-sdk-for-go": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-go", - "mainRepository": "Azure/azure-sdk-for-go" + "integrationBranchPrefix": "sdkAutomationPPE", + "generationRepository": "test-repo-tih/azure-sdk-for-go", + "integrationRepository": "test-repo-tih/azure-sdk-for-go", + "mainRepository": "test-repo-arcturus/azure-sdk-for-go" }, "azure-sdk-for-java": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-java", - "mainRepository": "Azure/azure-sdk-for-java" + "generationRepository": "test-repo-billy/azure-sdk-for-java", + "mainRepository": "test-repo-billy/azure-sdk-for-java" }, "azure-sdk-for-js": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-js", - "mainRepository": "Azure/azure-sdk-for-js" + "generationRepository": "test-repo-billy/azure-sdk-for-js", + "mainRepository": "test-repo-billy/azure-sdk-for-js" }, "azure-sdk-for-net": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-net", - "mainRepository": "Azure/azure-sdk-for-net" + "generationRepository": "test-repo-billy/azure-sdk-for-net", + "mainRepository": "test-repo-billy/azure-sdk-for-net" }, "azure-sdk-for-python": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-python", - "mainRepository": "Azure/azure-sdk-for-python", - "mainBranch": "release/v3" + "generationRepository": "test-repo-billy/azure-sdk-for-python", + "integrationRepository": "test-repo-billy/azure-sdk-for-python", + "mainRepository": "test-repo-billy/azure-sdk-for-python" }, "azure-sdk-for-python-track2": { "integrationRepository": "AzureSDKAutomation/azure-sdk-for-python", @@ -33,18 +35,8 @@ }, "azure-sdk-for-ruby": { "mainBranch": "latest", - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-ruby", - "mainRepository": "Azure/azure-sdk-for-ruby" - }, - "azure-sdk-for-trenton": { - "integrationRepository": "Azure/azure-sdk-for-trenton", - "mainRepository": "Azure/azure-sdk-for-trenton", - "secondaryRepository": "Azure/azure-sdk-for-trenton", - "secondaryBranch": "secondary" - }, - "azure-resource-manager-schemas": { - "integrationRepository": "AzureSDKAutomation/azure-resource-manager-schemas", - "mainRepository": "Azure/azure-resource-manager-schemas" + "generationRepository": "test-repo-billy/azure-sdk-for-ruby", + "mainRepository": "test-repo-billy/azure-sdk-for-ruby" } }, "overrides": {