mirror of https://github.com/grpc/grpc.git
[PSM Interop] Rename GAMMA tests to CSM tests (#34452)
Notes: - GAMMA tests are now a subset of a wider CSM scope - Some "gamma" files to ensure graceful renames - Should be safe to merge as ispull/34456/head
parent
cb24606117
commit
c76730114a
6 changed files with 41 additions and 4 deletions
@ -0,0 +1,26 @@ |
||||
# Copyright 2023 gRPC authors. |
||||
# |
||||
# Licensed under the Apache License, Version 2.0 (the "License"); |
||||
# you may not use this file except in compliance with the License. |
||||
# You may obtain a copy of the License at |
||||
# |
||||
# http://www.apache.org/licenses/LICENSE-2.0 |
||||
# |
||||
# Unless required by applicable law or agreed to in writing, software |
||||
# distributed under the License is distributed on an "AS IS" BASIS, |
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
# See the License for the specific language governing permissions and |
||||
# limitations under the License. |
||||
|
||||
# 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/psm-csm.sh" |
||||
timeout_mins: 60 |
||||
action { |
||||
define_artifacts { |
||||
regex: "artifacts/**/*sponge_log.xml" |
||||
regex: "artifacts/**/*.log" |
||||
strip_prefix: "artifacts" |
||||
} |
||||
} |
@ -0,0 +1,3 @@ |
||||
# Common config file for PSM CSM tests. |
||||
--resource_prefix=psm-csm |
||||
--noenable_workload_identity |
@ -1,2 +1,4 @@ |
||||
# Common config file for GAMMA PSM tests. |
||||
# TODO(sergiitk): delete when confirmed it's not used |
||||
--resource_prefix=psm-gamma |
||||
--noenable_workload_identity |
||||
|
Loading…
Reference in new issue