@@ -70,10 +70,10 @@ public BbsToGithub(ITestOutputHelper output)
70
70
}
71
71
72
72
[ Theory ]
73
- [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.eastus .cloudapp.azure.com:7990" , true , ArchiveUploadOption . AzureStorage ) ]
74
- [ InlineData ( "http://e2e-bbs-7-21-9-win-2019.eastus .cloudapp.azure.com:7990" , false , ArchiveUploadOption . AzureStorage ) ]
75
- [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.eastus .cloudapp.azure.com:7990" , true , ArchiveUploadOption . AwsS3 ) ]
76
- [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.eastus .cloudapp.azure.com:7990" , true , ArchiveUploadOption . GithubStorage ) ]
73
+ [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.westus2 .cloudapp.azure.com:7990" , true , ArchiveUploadOption . AzureStorage ) ]
74
+ [ InlineData ( "http://e2e-bbs-7-21-9-win-2019.westus2 .cloudapp.azure.com:7990" , false , ArchiveUploadOption . AzureStorage ) ]
75
+ [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.westus2 .cloudapp.azure.com:7990" , true , ArchiveUploadOption . AwsS3 ) ]
76
+ [ InlineData ( "http://e2e-bbs-8-5-0-linux-2204.westus2 .cloudapp.azure.com:7990" , true , ArchiveUploadOption . GithubStorage ) ]
77
77
public async Task Basic ( string bbsServer , bool useSshForArchiveDownload , ArchiveUploadOption uploadOption )
78
78
{
79
79
var bbsProjectKey = $ "E2E-{ TestHelper . GetOsName ( ) . ToUpper ( ) } ";
@@ -148,7 +148,7 @@ public async Task MigrateRepo_MultipartUpload()
148
148
{
149
149
var githubTargetOrg = $ "octoshift-e2e-bbs-{ TestHelper . GetOsName ( ) } ";
150
150
var bbsProjectKey = $ "IN";
151
- var bbsServer = "http://e2e-bbs-8-5-0-linux-2204.eastus .cloudapp.azure.com:7990" ;
151
+ var bbsServer = "http://e2e-bbs-8-5-0-linux-2204.westus2 .cloudapp.azure.com:7990" ;
152
152
var targetRepo = $ "IN-100_cli";
153
153
154
154
var sshKey = Environment . GetEnvironmentVariable ( GetSshKeyName ( bbsServer ) ) ;
0 commit comments