Jan Tattermusch
80d54f332c
add build_packages and distribtest kokoro jobs
7 years ago
Adele Zhou
d898926d3d
Incease job to 100.
7 years ago
Jakob Roland Andersen
3ebfe92fa1
Update grpc-dart repo after The Move.
7 years ago
Jan Tattermusch
9b719b35d5
clone grpc-dart when running on kokoro
7 years ago
Adele Zhou
895cd4f8fa
Fix msan command
7 years ago
Adele Zhou
a6e173eee4
Refactor the scripts to remove redundant code.
7 years ago
Adele Zhou
6a24d8a42f
use mktemp to avoid hardcoding temp dir.
7 years ago
Adele Zhou
bf0126af4c
MSAN script
7 years ago
Adele Zhou
dfa20d88f1
Pin a commit that comes with ubsan and msan.
7 years ago
Adele Zhou
10e602b127
Increased timeout.
7 years ago
Adele Zhou
8053300cc7
Add asan script for remote builds.
7 years ago
Adele Zhou
9bd7f26d92
Update the bazel version to 10 and the container_image version in order to use ubsan
7 years ago
Adele Zhou
9d20df7f51
Script for UBsan tests.
7 years ago
Muxi Yan
d5696eb7d6
Revert "Partial revert PR#14042"
7 years ago
Muxi Yan
3cb1b0aa2f
Partial revert PR#14042
7 years ago
Jan Tattermusch
fb1ad35984
Using python's xdg-caching can cause flakes
...
Currently when running python test on linux, we are mounting
/tmp/xdg-cache-home to the docker container that runs the tests
in the attempt to prevent unnecessary downloads of pip packages
(with the theory that more downloads leads to increased flakiness)
- the idea is that while there is a new docker container for each
test suite, the xdg cache remains per-VM.
This approach no longer seems to be useful:
* It turns out that XDG cache doesn't work reliably when multiple
docker containers are using it concurrently (the concurrent run can
see corrupt files). We are using concurrent docker containers in our
multilang test suite to speed up the execution and we are currently
getting flakes seeing flakes caused by this.
* support for caching makes our docker_run scripts more complicated
and we really don't want that.
* since we migrated to kokoro, the caching is limited anyway -
as each run gets a fresh VM, we need to download packages anyway
for every build (and that actually seems to causing way less
flakiness the problem with concurrent XDG caching).
7 years ago
Matt Kwong
4146b2a05d
Fix testing submodules at head
7 years ago
Matt Kwong
ade367d6c4
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
f9bd4d7152
Add release branch performance job
7 years ago
Matt Kwong
cba95fc372
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
af162afa86
Add release branch performance job
7 years ago
Adele Zhou
2a86e7ba06
Increase test timeouts
7 years ago
Adele Zhou
9c5b69f0ed
Change SHA1 to SHA256
7 years ago
Adele Zhou
6fe3ce1af1
Increse timeouts and add more flags
7 years ago
Alexander Polcyn
190a8dbc6c
Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1
7 years ago
Adele Zhou
54dae10f1c
Add tsan build on RBE and update image SHA.
7 years ago
Jan Tattermusch
631ccc2c79
distribtests_standalone: fixing nits
7 years ago
Jan Tattermusch
52e560a01e
add standalone distribtests
7 years ago
Alexander Polcyn
3be06433af
Ruby macos kokoro environment and package build updates
7 years ago
Adele Zhou
0633c9fbd2
Add cloud gateways to interop tests.
7 years ago
Matt Kwong
827c6e90e2
Pass KOKORO_BUILD_ID to Docker
7 years ago
Alexander Polcyn
54a70409c0
Move more special cases in bazel build to the .bzl files
7 years ago
Adele Zhou
11d91abf76
Add dbg mode
7 years ago
Adele Zhou
5b7cdefb68
Rename port_hermetic to port_isolated_runtime_environment
7 years ago
Adele Zhou
e5df91f477
Use select to decide the test is hermetic or not
7 years ago
Adele Zhou
379105d4f0
Update toolchain version.
7 years ago
Adele Zhou
0384127aa8
Copy key data
7 years ago
Adele Zhou
020603d1cf
Use canary bazel
7 years ago
Adele Zhou
6c38fbe4be
Experimental build script to use Foundry.
7 years ago
Matt Kwong
a6bdf450fd
Properly preserve sponge_log.xml between performance tests
7 years ago
Matt Kwong
b75db422bd
Add multi-vm performance tests to Kokoro
7 years ago
Adele Zhou
9389b152df
increase timeout
7 years ago
Matt Kwong
02dc5f58cf
Make BQ results build url point to Sponge
7 years ago
Jan Tattermusch
1f99078bb9
typo in grpc_basictests_dbg
7 years ago
Jan Tattermusch
e9874c950b
shard windows basictests on master
7 years ago
Matt Kwong
3133ebe765
Update brew before using it
7 years ago
Jan Tattermusch
f568c0a07e
use GCR mirror for pulling images
7 years ago
Jan Tattermusch
a5113563df
limit concurrent jobs for build_only on linux
7 years ago
Matt Kwong
c91983d456
Fix brew install issue; enable MacOS test filtering
7 years ago
Matt Kwong
e18928a029
Use Ruby 2.3 for Brew
7 years ago