Adele Zhou
bed721cbf7
Remove VIP in cloud-to-prod interop tests.
7 years ago
Matt Kwong
2d96e48741
Reduce runs_per_tests for master Foundry builds to 1
7 years ago
Matt Kwong
7ec3be7576
Increase Foundry job count to 200
7 years ago
Matt Kwong
c00f929da2
Update xcode version for macOS Obj-C tests to 9.2
7 years ago
Jan Tattermusch
6085e2562f
fix macos interop_to_prod tests
7 years ago
Adele Zhou
6f79a5fa1d
Add --runs_per_test_detects_flakes --runs_per_test=2 to force master builds run without caching
7 years ago
Adele Zhou
5a4ff916f7
Update the container version which as a fix for ASAN
7 years ago
Mehrdad Afshari
b3c5fc7de3
Make protoc and grpc_*_plugin files executable on Kokoro
7 years ago
Jan Tattermusch
b284ea9338
add --cloud_to_prod auth interop tests to macos
7 years ago
Jan Tattermusch
4ffd116dce
add non-cloud gateways to macos interop tests
7 years ago
Eric Gribkoff
6f6b83e6b4
Run C++ Android interops on Firebase Test Lab
7 years ago
Jan Tattermusch
f92ec17c89
add interop_to_prod tests on macos
7 years ago
Jan Tattermusch
712ff899a8
gen_report_index.sh no longer used
7 years ago
Jan Tattermusch
121d686ecd
mark XML log from grpc_coverage as artifact
7 years ago
jiangtaoli2016
52880e1f2a
Add config file for ALTS interop tests for pull request
7 years ago
Jan Tattermusch
bf827a16ae
rename grpc_coverage XML log to get recognized by resultstore
7 years ago
jiangtaoli2016
fb7c84e5a6
Update interop test script to support ALTS
7 years ago
Adele Zhou
ac87b9e8b2
Limit longest timeout to 3600, which is the limit for RBE.
7 years ago
Jan Tattermusch
39d8973473
cleanup configuration for linux sanity tests
7 years ago
Jan Tattermusch
f21558e973
Add config files for linux_extra artifacts
7 years ago
Jan Tattermusch
ade435e981
add build_packages and distribtest kokoro jobs
7 years ago
Jan Tattermusch
619cdf090c
start uploading sanity master results to bigquery
7 years ago
Jan Tattermusch
ba5c7a5034
cleanup configuration for linux sanity tests
7 years ago
Eric Gribkoff
18e954d3e1
Correctly set gradle project properties
7 years ago
Eric Gribkoff
f54e4a35fa
build protoc and grpc_cpp_plugin for android kokoro job
7 years ago
Adele Zhou
ad5be3e310
Add size param to grpc_cc_test and set it to enormous for fuzzer tests.
7 years ago
Eric Gribkoff
6ee3e6db14
add fetch
7 years ago
Eric Gribkoff
2d9e7f9ebd
Add gRPC C++ on Android Kokoro build
7 years ago
Matt Kwong
90e98c16ea
Add test result uploading for RBE builds
7 years ago
Jan Tattermusch
b22cb9e81b
Add config files for linux_extra artifacts
7 years ago
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