Skip to content

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTn authored Sep 22, 2020
2 parents 36bc60c + 169db53 commit a9b26ac
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
7 changes: 5 additions & 2 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
38 changes: 15 additions & 23 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit a9b26ac

Please sign in to comment.