Skip to content

Commit

Permalink
Merge pull request #3534 from gemmahou/enable-ssm-api
Browse files Browse the repository at this point in the history
test: enable ssm api and add to long running list
  • Loading branch information
google-oss-prow[bot] authored Jan 30, 2025
2 parents 49660b4 + 75cc6cf commit 2f5ddd3
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion scripts/shared-vars-public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ SUPPORTED_SERVICES=(
redis.googleapis.com
run.googleapis.com
secretmanager.googleapis.com
securesourcemanager.googleapis.com
servicedirectory.googleapis.com
servicenetworking.googleapis.com
serviceusage.googleapis.com
Expand All @@ -109,4 +110,38 @@ SUPPORTED_SERVICES=(

# Regex used to match long running tests cases (10m+ runtime). Any new
# long-running tests should be added to this regex in alphabetical order.
LONG_RUNNING_CRUD_TESTS_REGEX="basicalloydbbackup|basicalloydbinstance|basicalloydbsecondarycluster|basicalloydbsecondaryinstance|cidrconnector|cloudidsendpoint|configcontrollerinstance|containercluster|containernodepool|databasealloydbuser|datafusioninstance|filestorebackup|filestoreinstance|fullalloydbbackup|fullalloydbcluster|gkehubfeaturemembership|gkehubmembership|iamalloydbuser|postgresinstance|readalloydbinstance|restorebackupalloydbcluster|zonalalloydbinstance|memcacheinstance|redisinstance|removedefaultnodepool|sqlinstanceencryptionkey|subnetconnector|vertexaidatasetencryptionkey|vertexaiendpointencryptionkey"
LONG_RUNNING_CRUD_TESTS_REGEX="
basicalloydbbackup|
basicalloydbinstance|
basicalloydbsecondarycluster|
basicalloydbsecondaryinstance|
cidrconnector|
cloudidsendpoint|
configcontrollerinstance|
containercluster|
containernodepool|
databasealloydbuser|
datafusioninstance|
filestorebackup|
filestoreinstance|
fullalloydbbackup|
fullalloydbcluster|
gkehubfeaturemembership|
gkehubmembership|
iamalloydbuser|
memcacheinstance|
postgresinstance|
readalloydbinstance|
redisinstance|
removedefaultnodepool|
restorebackupalloydbcluster|
securesourcemanagerinstancebasic|
securesourcemanagerinstancecmek|
securesourcemanagerrepositorybasic|
securesourcemanagerrepositoryfull|
sqlinstanceencryptionkey|
subnetconnector|
vertexaidatasetencryptionkey|
vertexaiendpointencryptionkey|
zonalalloydbinstance
"

0 comments on commit 2f5ddd3

Please sign in to comment.