Skip to content

Commit

Permalink
Update for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix He authored and azuresdkci committed Apr 30, 2020
1 parent 9bd8781 commit c42bb1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pr:
autoCancel: false

variables:
IMAGE: azopenapi.azurecr.io/openapi/sdk-automation:prod
REGISTRY_ENDPOINT: azopenapi-registry
IMAGE: sdkautomation.azurecr.io/openapi-sdk-automation:test
REGISTRY_ENDPOINT: sdkautomationv2-registry

jobs:
- job: "SDKAutomation"
Expand Down
33 changes: 13 additions & 20 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,33 @@
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/specificationRepositoryConfiguration.schema.json",
"pipelineName": "automation - sdk",
"pipelineName": "automation - sdk - test",
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"mainBranch": "latest",
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-go",
"mainRepository": "Azure/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"
"mainRepository": "test-repo-tih/azure-sdk-for-java"
},
"azure-sdk-for-js": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-js",
"mainRepository": "Azure/azure-sdk-for-js"
"mainRepository": "test-repo-tih/azure-sdk-for-js"
},
"azure-sdk-for-net": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net"
"mainRepository": "test-repo-tih/azure-sdk-for-net"
},
"azure-sdk-for-python": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
"mainRepository": "test-repo-tih/azure-sdk-for-python",
"mainBranch": "release/v3"
},
"azure-sdk-for-python-track2": {
"mainRepository": "test-repo-tih/azure-sdk-for-python"
},
"azure-cli-extensions": {
"integrationRepository": "AzureSDKAutomation/azure-cli-extensions",
"mainRepository": "Azure/azure-cli-extensions"
"mainRepository": "test-repo-tih/azure-cli-extensions"
},
"azure-sdk-for-ruby": {
"mainBranch": "latest",
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-ruby",
"mainRepository": "Azure/azure-sdk-for-ruby"
"mainRepository": "test-repo-tih/azure-sdk-for-ruby"
},
"azure-sdk-for-trenton": {
"integrationRepository": "test-repo-billy/azure-sdk-for-trenton",
"mainRepository": "Azure/azure-sdk-for-trenton"
}
"azure-sdk-for-node": "test-repo-tih/azure-sdk-for-node"
}
}

0 comments on commit c42bb1d

Please sign in to comment.