Skip to content

Commit b1b8e29

Browse files
pawbhardcopybara-github
authored andcommitted
[CI] Reverting output path from RBE (grpc#39311)
Reverts the base path change added in grpc#39300 as it was impacting other platforms. Added base path only for CI run in command script Closes grpc#39311 PiperOrigin-RevId: 749830363
1 parent bd0bf2b commit b1b8e29

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Podfile.lock
125125
bazel-*
126126
bazel_format_virtual_environment/
127127
tools/bazel-*
128+
.bazel_rbe
128129

129130
# Bazel wrapper
130131
bazel_wrapper

tools/internal_ci/macos/grpc_objc_bazel_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ TEST_TARGETS=(
7373
# TODO(jtattermusch): can we make ObjC test not depend on running a local interop_server?
7474
python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path build_interop_server
7575
build_interop_server/bazel_wrapper \
76+
--output_base=.bazel_rbe \
7677
--bazelrc=tools/remote_build/mac.bazelrc \
7778
build \
7879
--google_credentials="${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json" \

tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_
4444

4545
# run all C/C++ tests
4646
bazel_c_cpp_tests/bazel_wrapper \
47+
--output_base=.bazel_rbe \
4748
--bazelrc=tools/remote_build/mac.bazelrc \
4849
test \
4950
--google_credentials="${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json" \

tools/remote_build/include/rbe_base_config.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# Note that remote build and test execution is left unconfigured.
1919

2020
startup --host_jvm_args=-Dbazel.DigestFunction=SHA256
21-
startup --output_base=out_bin
2221

2322
# the RBE instance to use
2423
build --remote_instance_name=projects/grpc-testing/instances/default_instance

0 commit comments

Comments
 (0)