From 94f62ddf7baa20f6c06b1c1f08097e62094afb14 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Fri, 13 Sep 2024 14:41:13 -0700 Subject: [PATCH 1/2] Add dualstack kokoro test job config --- test/kokoro/psm-dualstack.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/kokoro/psm-dualstack.cfg diff --git a/test/kokoro/psm-dualstack.cfg b/test/kokoro/psm-dualstack.cfg new file mode 100644 index 00000000..f76ae2da --- /dev/null +++ b/test/kokoro/psm-dualstack.cfg @@ -0,0 +1,30 @@ +# Copyright 2022 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 Kokoro (in protobuf text format) + +# Location of the continuous shell script in repository. +build_file: "grpc-node/packages/grpc-js-xds/scripts/psm-interop-test-node.sh" +timeout_mins: 360 +action { + define_artifacts { + regex: "artifacts/**/*sponge_log.xml" + regex: "artifacts/**/*.log" + strip_prefix: "artifacts" + } +} +env_vars { + key: "PSM_TEST_SUITE" + value: "dualstack" +} From 4500c06e11b462d8b7584b30ce23338fac13a5bb Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Mon, 16 Sep 2024 15:42:16 -0700 Subject: [PATCH 2/2] Fix copyright year Co-authored-by: Sergii Tkachenko --- test/kokoro/psm-dualstack.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kokoro/psm-dualstack.cfg b/test/kokoro/psm-dualstack.cfg index f76ae2da..9fe0da32 100644 --- a/test/kokoro/psm-dualstack.cfg +++ b/test/kokoro/psm-dualstack.cfg @@ -1,4 +1,4 @@ -# Copyright 2022 gRPC authors. +# Copyright 2024 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.