The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
926 B

Migrating urlMap related test cases to K8s framework (#26367) * Build url-map test case class & migrate two test cases - Migrated header matching - Migrated path matching * Polish some details * Give sanity test the trailing line return it wants * Address comments & add timeout cases * Add fault injection and CSDS test cases * Squashed commit of the following: commit 0bf96a0e3eae59d76a456b7deed2c6c1314f4228 Author: Lidi Zheng <lidiz@google.com> Date: Tue Jun 8 12:35:19 2021 -0700 Bazel commit 81b4bf926b656295f1db78ab4c2ff934ab5602af Author: Lidi Zheng <lidiz@google.com> Date: Mon Jun 7 00:04:28 2021 -0700 Enable Bazel commit 245026ed696357308141944aa8c4c9f5b2013a4b Author: Lidi Zheng <lidiz@google.com> Date: Fri Jun 4 10:37:48 2021 -0700 Reuse commit 564d39d28b2201803bfdb379f78e8298623c4029 Author: Lidi Zheng <lidiz@google.com> Date: Fri Jun 4 01:44:56 2021 -0700 Keep` commit 83c437d72a76b71948314f7d5389aadca39b3d07 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 18:50:47 2021 -0700 1800s timeout commit 1e790a53cd01a1e54bf7df6793381812a9c58c01 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 18:45:41 2021 -0700 Go commit 68a99640a100ecf2989f0808bd69a8e17f7156bd Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 17:26:29 2021 -0700 No commit d4f6fa5d4a1208c9dfac76e58ca15daa64231c2e Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 17:20:46 2021 -0700 L commit 5ccd048f185c1f5a8d5fdd4359f3157d8d64ea2a Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 16:30:55 2021 -0700 Go commit 411887c7181a593ba3c98fe09bf9f74d52a6ad9c Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:51:34 2021 -0700 Test commit 8d005e5203e608c18ffe89fb2f60f81b1ba4ffa8 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:11:44 2021 -0700 Go commit 7c189cb59077ecfb981ca99a8458cf44f3c10526 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:11:03 2021 -0700 Go commit 8fa65a68ca9d5b71c47c8bdf5367ed3189e49cba Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 13:08:11 2021 -0700 Go * Port changes from dev branch and polish * Remove unused code * Fix Bazel build * Finally find out the secret about rpc-behavior * Prepare for merging * Fix bash script and use a more serious name * Enable port forwarding * Resolve comments * Reuse existing code && stylish changes * Update for interface changes * Refactor to remove load_tests and explicit global variables * Improve readability * Disable AlwaysDelay for now * Fix issues with resource creation * Fix unexpected behavior of TestLoader.discover * Add load_tests to timeout_test * Improve documentation * I really shouldn't run tests in parallel at this point * Resolve reviewers' comments && revert DO-NOT-MERGE changes * Two small cleanups * Fix GCP resource creation path * Polish some test logic * Correct the non-failfast logic * Put the accidentally deleted copyright line back * Separate the Kokoro job from security tests * Deflake configure and get_stats && remove DO-NOT-MERGE changes
3 years ago
# Copyright 2021 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/grpc_xds_url_map.sh"
timeout_mins: 60
Migrating urlMap related test cases to K8s framework (#26367) * Build url-map test case class & migrate two test cases - Migrated header matching - Migrated path matching * Polish some details * Give sanity test the trailing line return it wants * Address comments & add timeout cases * Add fault injection and CSDS test cases * Squashed commit of the following: commit 0bf96a0e3eae59d76a456b7deed2c6c1314f4228 Author: Lidi Zheng <lidiz@google.com> Date: Tue Jun 8 12:35:19 2021 -0700 Bazel commit 81b4bf926b656295f1db78ab4c2ff934ab5602af Author: Lidi Zheng <lidiz@google.com> Date: Mon Jun 7 00:04:28 2021 -0700 Enable Bazel commit 245026ed696357308141944aa8c4c9f5b2013a4b Author: Lidi Zheng <lidiz@google.com> Date: Fri Jun 4 10:37:48 2021 -0700 Reuse commit 564d39d28b2201803bfdb379f78e8298623c4029 Author: Lidi Zheng <lidiz@google.com> Date: Fri Jun 4 01:44:56 2021 -0700 Keep` commit 83c437d72a76b71948314f7d5389aadca39b3d07 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 18:50:47 2021 -0700 1800s timeout commit 1e790a53cd01a1e54bf7df6793381812a9c58c01 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 18:45:41 2021 -0700 Go commit 68a99640a100ecf2989f0808bd69a8e17f7156bd Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 17:26:29 2021 -0700 No commit d4f6fa5d4a1208c9dfac76e58ca15daa64231c2e Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 17:20:46 2021 -0700 L commit 5ccd048f185c1f5a8d5fdd4359f3157d8d64ea2a Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 16:30:55 2021 -0700 Go commit 411887c7181a593ba3c98fe09bf9f74d52a6ad9c Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:51:34 2021 -0700 Test commit 8d005e5203e608c18ffe89fb2f60f81b1ba4ffa8 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:11:44 2021 -0700 Go commit 7c189cb59077ecfb981ca99a8458cf44f3c10526 Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 15:11:03 2021 -0700 Go commit 8fa65a68ca9d5b71c47c8bdf5367ed3189e49cba Author: Lidi Zheng <lidiz@google.com> Date: Thu Jun 3 13:08:11 2021 -0700 Go * Port changes from dev branch and polish * Remove unused code * Fix Bazel build * Finally find out the secret about rpc-behavior * Prepare for merging * Fix bash script and use a more serious name * Enable port forwarding * Resolve comments * Reuse existing code && stylish changes * Update for interface changes * Refactor to remove load_tests and explicit global variables * Improve readability * Disable AlwaysDelay for now * Fix issues with resource creation * Fix unexpected behavior of TestLoader.discover * Add load_tests to timeout_test * Improve documentation * I really shouldn't run tests in parallel at this point * Resolve reviewers' comments && revert DO-NOT-MERGE changes * Two small cleanups * Fix GCP resource creation path * Polish some test logic * Correct the non-failfast logic * Put the accidentally deleted copyright line back * Separate the Kokoro job from security tests * Deflake configure and get_stats && remove DO-NOT-MERGE changes
3 years ago
action {
define_artifacts {
regex: "artifacts/**/*sponge_log.xml"
regex: "artifacts/**/*sponge_log.log"
strip_prefix: "artifacts"
}
}