Jan Tattermusch
674b1f6f52
use more reasonable timeouts for sanitizer tests
5 years ago
Jan Tattermusch
7e6defd394
use default test timeouts for RBE opt and dbg tests
5 years ago
Jan Tattermusch
5bb72e0a47
introduce mac.bazelrc
5 years ago
Jan Tattermusch
8bf200752f
avoid occasional timeout uploading RBE results
5 years ago
Eytan Kidron
c97ce9057b
Simplify the platform and constraints settings for remote execution
...
* Remove the toolchains //third_party/toolchains:local and //third_party/toolchains:local_large.
* Remove the platforms :rbe_ubuntu1604, :rbe_ubuntu1604_large, :local and :local_large.
* No longer inherit from @rbe_default//config:platform but instead use it directly. It is now the only non-windows platform.
* When creating @rbe_default//config:platform directly with rbe_autoconfig, set dockerAddCapabilities and dockerPrivileged directly in the exec_properties field. No need to set dockerNetwork to "off" and dockerSiblingContainers to false since these are the defaults.
* Also set gceMachineType = "n1-highmem-2" on the default platform. This value can be overridden by specific targets that want to use LARGE_MACHINE.
* Use create_exec_properties_dict where appropriate.
* Use custom_exec_properties to define LARGE_MACHINE.
I wasn't able to test thoroughly that this PR does not break any existing targets. I was not able to run anything on windows/mac and I also don't have access to gRPC's RBE setup.
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Jan Tattermusch
dddcb8dbd8
set high --remote_timeout
...
This reverts commit 65b184d30a
.
5 years ago
Jan Tattermusch
65b184d30a
no need to set --remote_timeout
5 years ago
Jan Tattermusch
4ecfab1488
increase remote_timeout to avoid "Unevaluated target" problems
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
17529437b7
upgrade ubsan RBE toolchain
5 years ago
Jan Tattermusch
d10fb3ba99
fix win RBE opt build
5 years ago
Jan Tattermusch
2262e2b8e8
add extra kokoro build info to Win RBE runs
5 years ago
Jan Tattermusch
6a8cf38137
use more parallel jobs workers for windows RBE
5 years ago
Jan Tattermusch
f81ef767d3
filter out non-linux tests
5 years ago
Jan Tattermusch
1ba59b879e
update windows RBE instructions
5 years ago
Jan Tattermusch
c6f18ce6c5
make Win RBE test pass
5 years ago
Jan Tattermusch
84f555bfd8
simplify and unify manual builds
5 years ago
Jan Tattermusch
e14212b9a5
fix windows RBE manual build instructions
5 years ago
Jan Tattermusch
5cd37064cb
try fix win RBE build
5 years ago
Jan Tattermusch
4e8ecb9fe6
Revert "Upgrade to Bazel 0.29 (including Windows RBE)"
5 years ago
Jan Tattermusch
08dc331019
try fix win RBE build
5 years ago
Richard Belleville
1444cd1dd3
Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests""
...
This reverts commit 24c562dbaa
.
5 years ago
Richard Belleville
24c562dbaa
Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"
...
This reverts commit c9c847f334
, reversing
changes made to 07ba4de392
.
5 years ago
Jan Tattermusch
b7667478cf
bump bazel version to 0.27
5 years ago
Jan Tattermusch
a3fd28bdbf
fix ubsan build for 0.26
6 years ago
Nicolas "Pixel" Noble
a0dc6f7e4a
More syncup.
6 years ago
Jan Tattermusch
a64ddff19c
hijack bazel invocations in grpc workspace
6 years ago
Jan Tattermusch
659f71099c
upgrade bazel toolchain to fix ubsan RBE build
6 years ago
Jan Tattermusch
a3cc5ee574
use bazel.sh in bazel RBE readme
6 years ago
Jan Tattermusch
92a7d4b615
standardize bazel rbe credentials
6 years ago
Bill Feng
5158c3db27
naming update, documentation fix
6 years ago
Bill Feng
df89d8e157
bazel RBE Windows build
6 years ago
Jan Tattermusch
5f028a6a0e
Update remote_build credentials instructions.
6 years ago
Jan Tattermusch
5fba3425c0
Fix link to unexistent docs
6 years ago
Nicolas Lopez
55d4aa9c82
fix ubsan crosstool flag
6 years ago
Nicolas Lopez
8d6b6accd7
use experimental ubsan config
6 years ago
Nicolas Lopez
ad4926d5c6
avoid local runs from accessing remote platforms
...
This should fix Bazel Basic Tests for Python (Local) and other
local CI runs that are now failing.
I also have a plan to fix Bazel RBE Opt C/C++.
Bazel RBE UBSAN C/C++ might need to wait for gRPC to upgrade to
using 0.23.0
6 years ago
Nicolas Lopez
d6dbaeee74
doc fixes
6 years ago
Nicolas Lopez
d1640057f2
use rbe_autoconfig
6 years ago
Bill Feng
d93959853f
Enabled Windows Bazel build for cpp tests
6 years ago
Jan Tattermusch
cf6a311761
Revert "Windows builds for gRPC C++ tests"
6 years ago
billfeng327
5eb1e8d8c9
code cleanup, removed old build file
6 years ago
billfeng327
4241edeaa4
renamed tag to no_windows in conformation with Bazel and TensorFlow
6 years ago
billfeng327
65ef4f5cef
added TODO and updated documentation for manual local windows build
6 years ago
billfeng327
ab06853fc9
C++ Windows test builds
6 years ago
Bill Feng
59004219ff
removed override argument for asan
6 years ago
Jan Tattermusch
fb06f89af9
move RBE test timeout configuration to a single place
6 years ago
Bill Feng
919f9f76b3
attempt to disable PTREACE for ASAN
6 years ago
Bill Feng
eda9742bbd
updated bazel and RBE instance versions
6 years ago