Skip to content

Commit 756e3cc

Browse files
authored
ci: region selector (#192)
1 parent ccdda37 commit 756e3cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

solutions/standard/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"resource_group_name": $PREFIX,
44
"service_plan": "trial",
5-
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN
5+
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
6+
"region": "ca-tor"
67
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var permanentResources map[string]interface{}
3535

3636
// Current supported Event Notification regions
3737
var validRegions = []string{
38-
"us-south",
38+
// "us-south", # do not run secrets manager tests in us regions
3939
"eu-de",
4040
"eu-gb",
4141
"au-syd",

0 commit comments

Comments
 (0)