Skip to content

Commit

Permalink
xDS Interop: update default prefix in the cleanup script (grpc#31325)
Browse files Browse the repository at this point in the history
We don't have a separate security prefix anymore. The default script was updated in grpc#30754.
  • Loading branch information
sergiitk authored Oct 12, 2022
1 parent 279b97e commit 6016651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_xds_resource_cleanup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_resource_cleanup.sh"
timeout_mins: 120
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down
2 changes: 1 addition & 1 deletion tools/run_tests/xds_k8s_test_driver/bin/cleanup/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ZONE = 'us-central1-a'
SECONDARY_ZONE = 'us-west1-b'

PSM_SECURITY_PREFIX = 'xds-k8s-security' # Prefix for gke resources to delete.
PSM_SECURITY_PREFIX = 'psm-interop' # Prefix for gke resources to delete.
URL_MAP_TEST_PREFIX = 'interop-psm-url-map' # Prefix for url-map test resources to delete.

KEEP_PERIOD_HOURS = flags.DEFINE_integer(
Expand Down

0 comments on commit 6016651

Please sign in to comment.