From 9b520e61170cb8d5c77678bcab674e9c31fe6c46 Mon Sep 17 00:00:00 2001 From: sanjaypujare Date: Mon, 15 Nov 2021 21:27:54 -0800 Subject: [PATCH] test/kokoro: rename xds_k8s to psm-security as part of tech-debt cleanup and name clarity (#4979) (#4982) --- test/kokoro/{xds_k8s.cfg => psm-security.cfg} | 2 +- test/kokoro/{xds_k8s.sh => psm-security.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/kokoro/{xds_k8s.cfg => psm-security.cfg} (83%) rename test/kokoro/{xds_k8s.sh => psm-security.sh} (100%) diff --git a/test/kokoro/xds_k8s.cfg b/test/kokoro/psm-security.cfg similarity index 83% rename from test/kokoro/xds_k8s.cfg rename to test/kokoro/psm-security.cfg index 4d5e019991f..bec0097c00b 100644 --- a/test/kokoro/xds_k8s.cfg +++ b/test/kokoro/psm-security.cfg @@ -1,7 +1,7 @@ # Config file for internal CI # Location of the continuous shell script in repository. -build_file: "grpc-go/test/kokoro/xds_k8s.sh" +build_file: "grpc-go/test/kokoro/psm-security.sh" timeout_mins: 120 action { diff --git a/test/kokoro/xds_k8s.sh b/test/kokoro/psm-security.sh similarity index 100% rename from test/kokoro/xds_k8s.sh rename to test/kokoro/psm-security.sh