Jan Tattermusch
af1e904029
time macos prepare script
6 years ago
Muxi Yan
16ff93969f
Fix error when derived data directory does not exist
6 years ago
Alex Polcyn
e52d87b53d
Add a grpclb-in-DNS interop test suite
6 years ago
Jan Tattermusch
ef1f8401e1
update artifact cleanup script
6 years ago
Jan Tattermusch
cca1dbda74
fix macos interop_to_prod tests
6 years ago
Mehrdad Afshari
8baaac5c14
Revert manual install of Python3.7 on Windows build images
6 years ago
Muxi Yan
6bd510bf6b
Make more tests in /tmpfs
6 years ago
Muxi Yan
e773a9b75f
Use /tmpfs on Kokoro for ObjC tests
6 years ago
Muxi Yan
252359bbdc
CI integration
6 years ago
Matt Kwong
3dce7cb69d
Install Python3.7 on Windows and MacOS
6 years ago
Matt Kwong
969e12cdc6
Install Python3.7 on Windows and MacOS
6 years ago
Jan Tattermusch
4e8643e753
pin google-api-python-client to 1.6.7 to avoid breakage
7 years ago
Jan Tattermusch
9dae9703e2
cleanup in run_tests_scripts
7 years ago
Jan Tattermusch
2b7196c008
address comments
7 years ago
Jan Tattermusch
6e3a4ee78c
cleanup windows workspace after finishing a build
7 years ago
Jan Tattermusch
0491cd2872
disable unwanted dotnet options
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
Jan Tattermusch
712ff899a8
gen_report_index.sh no longer used
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
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
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
Alexander Polcyn
3be06433af
Ruby macos kokoro environment and package build updates
7 years ago
Matt Kwong
b75db422bd
Add multi-vm performance tests to Kokoro
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
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
Matt Kwong
31738815d7
Fix brew install issue; enable MacOS test filtering
7 years ago
murgatroid99
fbc182e125
Switch Node interop tests to use grpc-node repo
7 years ago
Jan Tattermusch
1bbf36d817
point custom report to kokoro2
7 years ago
Matt Kwong
c8089f349f
Clean up and organize interop configs in internal_ci
7 years ago
Matt Kwong
17acda35b7
Use Ruby 2.3 for Brew
7 years ago
Matt Kwong
87bc56ab58
Install Mako to generate files in grpc/grpc-node
7 years ago
Jan Tattermusch
63a7bea8f0
synchronize clock on macos
7 years ago
Jan Tattermusch
15ccb3d38a
debug clock skew
7 years ago
Jan Tattermusch
64e48b4fdb
coreutils already installed
7 years ago
Matt Kwong
f68858464a
Add Kokoro perf PR jobs
7 years ago
Alexander Polcyn
27bf05d003
Add tests for c-ares wrapper using a local DNS server.
7 years ago
Jan Tattermusch
e97bc51d39
already installed on mac workers
7 years ago
Matt Kwong
6d11e90926
Add Kokoro test filtering for MacOS/Windows
7 years ago
Ken Payson
4657a4818b
Warm pip cache with libraries used by virtualenv
7 years ago
Matt Kwong
1720b0b97f
Disable uploading Kokoro Mac results
7 years ago
Matt Kwong
1c8e04366e
Fix uploading Mac results to BQ
7 years ago
Matt Kwong
34e2d36096
Add test filtering to Kokoro PR jobs
7 years ago
Matt Kwong
2457a04bff
Add Performance profiling job to Kokoro
7 years ago
Matt Kwong
8766015465
Allow Kokoro Mac worker to find correct six Python module
7 years ago