We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991fe28 commit 52a9eb2Copy full SHA for 52a9eb2
tests/pr_test.go
@@ -28,19 +28,13 @@ const solutionInstanceDADir = "solutions/instances"
28
const solutionAgentsDADir = "solutions/agents"
29
const agentsKubeconfigDir = "solutions/agents/kubeconfig"
30
31
-// Current supported regions for Observability instances
32
-// (NOTE: Disabling some regions temporarily due to known issue in those regions)
+// Currently only including regions that Event Notification support
33
var validRegions = []string{
34
"au-syd",
35
"eu-gb",
36
- // "eu-de",
37
- // "eu-es",
38
- // "jp-osa",
39
- // "jp-tok",
40
- // "us-south",
41
- // "us-east",
42
- // "ca-tor",
43
- // "br-sao",
+ "eu-de",
+ "eu-es",
+ "us-south",
44
}
45
46
var sharedInfoSvc *cloudinfo.CloudInfoService
0 commit comments