test: exclude uksouth from test infra regions list (#4862)
* test: exclude uksouth from test infra regions list * remove extra build tag * revert build tag change
This commit is contained in:
Родитель
e8771ec3ee
Коммит
e01249356f
|
@ -1,4 +1,5 @@
|
|||
//+build test
|
||||
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
|
||||
|
@ -337,7 +338,7 @@ func (c *Config) SetSSHKeyPermissions() error {
|
|||
func (c *Config) SetRandomRegion() {
|
||||
var regions []string
|
||||
if c.Regions == nil || len(c.Regions) == 0 {
|
||||
regions = []string{"eastus", "uksouth", "southeastasia", "westus2", "westeurope"}
|
||||
regions = []string{"eastus", "southeastasia", "westus2", "westeurope"}
|
||||
} else {
|
||||
regions = c.Regions
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче