forked from grpc/grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bazelify tests] make grpc_distribtests_standalone and grpc_bazel_dis…
…tribtest presubmit jobs a noop (grpc#34391) Since many tests now run reliably as bazelified tests on RBE, we can remove them from presubmit runs to speedup testing of PRs. (for now, these jobs will still run on master, they can be removed from master as a followup). - linux/grpc_distribtests_standalone is now fully covered by bazel test suite https://github.com/grpc/grpc/blob/a3b4c797a7c6c4a37efb711dd7cff6988049c1b7/tools/bazelify_tests/test/BUILD#L202, setting them to `presubmit=False` will stop tests from running on PRs. - stop running tests from grpc_bazel_distribtest on PR, instead rely on bazel distribtests running as bazelified tests.
- Loading branch information
1 parent
b62edde
commit 113dbf5
Showing
3 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
# Copyright 2023 The 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. | ||
|
||
set -ex | ||
|
||
echo "This is an empty C++ distribtest. It acts as a tools/run_tests/task_runner.py" | ||
echo "placeholder, since the C++ distribtests are now run by tools/bazelify_tests" | ||
echo "and task_runner.py reports an error when no task match the filter." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters