Skip to content

Commit

Permalink
[PSM Interop] kokoro - use common list of PSM interop tests per suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 25, 2024
1 parent 4da74a5 commit 60fde67
Show file tree
Hide file tree
Showing 20 changed files with 158 additions and 1,426 deletions.
6 changes: 5 additions & 1 deletion tools/internal_ci/linux/grpc_xds_k8s_lb.cfg
Expand Up @@ -15,7 +15,7 @@
# Config file for the internal CI (in protobuf text format)

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_k8s_lb.sh"
build_file: "grpc/tools/internal_ci/linux/psm-interop-test-cpp.sh"
timeout_mins: 240
action {
define_artifacts {
Expand All @@ -24,3 +24,7 @@ action {
strip_prefix: "artifacts"
}
}
env_vars {
key: "PSM_TEST_SUITE"
value: "lb"
}
193 changes: 0 additions & 193 deletions tools/internal_ci/linux/grpc_xds_k8s_lb.sh

This file was deleted.

6 changes: 5 additions & 1 deletion tools/internal_ci/linux/grpc_xds_k8s_lb_python.cfg
Expand Up @@ -15,7 +15,7 @@
# Config file for the internal CI (in protobuf text format)

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_k8s_lb_python.sh"
build_file: "grpc/tools/internal_ci/linux/psm-interop-test-python.sh"
timeout_mins: 180
action {
define_artifacts {
Expand All @@ -24,3 +24,7 @@ action {
strip_prefix: "artifacts"
}
}
env_vars {
key: "PSM_TEST_SUITE"
value: "lb"
}

0 comments on commit 60fde67

Please sign in to comment.