aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci
Commit message (Collapse)AuthorAge
* use mktemp to avoid hardcoding temp dir.Gravatar Adele Zhou2018-03-01
|
* MSAN scriptGravatar Adele Zhou2018-03-01
|
* Pin a commit that comes with ubsan and msan.Gravatar Adele Zhou2018-03-01
|
* Increased timeout.Gravatar Adele Zhou2018-03-01
|
* Add asan script for remote builds.Gravatar Adele Zhou2018-03-01
|
* Update the bazel version to 10 and the container_image version in order to ↵Gravatar Adele Zhou2018-02-26
| | | | use ubsan
* Script for UBsan tests.Gravatar Adele Zhou2018-02-26
|
* Revert "Partial revert PR#14042"Gravatar Muxi Yan2018-02-06
|
* Partial revert PR#14042Gravatar Muxi Yan2018-02-05
|
* Using python's xdg-caching can cause flakesGravatar Jan Tattermusch2018-02-05
| | | | | | | | | | | | | | | | | | | | | | 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).
* Merge pull request #14282 from matt-kwong/release-jobsGravatar Matt Kwong2018-02-02
|\ | | | | Add Kokoro performance job for release branch
* | Fix testing submodules at headGravatar Matt Kwong2018-02-02
| |
| * Kokoro performance job uploads to same BQ table as JenkinsGravatar Matt Kwong2018-02-01
| |
| * Add release branch performance jobGravatar Matt Kwong2018-02-01
|/
* Increase test timeoutsGravatar Adele Zhou2018-01-30
|
* Change SHA1 to SHA256Gravatar Adele Zhou2018-01-29
|
* Merge pull request #14183 from adelez/foundry_integrationGravatar adelez2018-01-25
|\ | | | | Increase timeouts and add more flags for tsan builds on RBE
| * Increse timeouts and add more flagsGravatar Adele Zhou2018-01-25
| |
* | Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_macGravatar apolcyn2018-01-25
|\ \ | |/ |/| Ruby macos kokoro environment and package build updates
| * Fix linker error on objc mac tests by explicitly installing cocoapods ↵Gravatar Alexander Polcyn2018-01-24
| | | | | | | | v1.3.1, rather than picking up 1.4.1
* | Add tsan build on RBE and update image SHA.Gravatar Adele Zhou2018-01-24
| |
* | distribtests_standalone: fixing nitsGravatar Jan Tattermusch2018-01-18
| |
* | add standalone distribtestsGravatar Jan Tattermusch2018-01-17
| |
| * Ruby macos kokoro environment and package build updatesGravatar Alexander Polcyn2018-01-16
| |
* | Add cloud gateways to interop tests.Gravatar Adele Zhou2018-01-12
|/
* Move more special cases in bazel build to the .bzl filesGravatar Alexander Polcyn2017-12-14
|
* Add dbg modeGravatar Adele Zhou2017-12-06
|
* Rename port_hermetic to port_isolated_runtime_environmentGravatar Adele Zhou2017-11-30
|
* Use select to decide the test is hermetic or notGravatar Adele Zhou2017-11-30
|
* Update toolchain version.Gravatar Adele Zhou2017-11-30
|
* Copy key dataGravatar Adele Zhou2017-11-30
|
* Use canary bazelGravatar Adele Zhou2017-11-30
|
* Experimental build script to use Foundry.Gravatar Adele Zhou2017-11-30
|
* Merge pull request #13538 from matt-kwong/kokoro-multi-vmGravatar Matt Kwong2017-11-30
|\ | | | | Add multi-lang performance benchmarking jobs to Kokoro
| * Properly preserve sponge_log.xml between performance testsGravatar Matt Kwong2017-11-30
| |
| * Add multi-vm performance tests to KokoroGravatar Matt Kwong2017-11-29
| |
* | increase timeoutGravatar Adele Zhou2017-11-28
|/
* Merge branch 'master' into remove_nodeGravatar murgatroid992017-11-06
|\
| * typo in grpc_basictests_dbgGravatar Jan Tattermusch2017-11-03
| |
* | Merge branch 'master' into remove_nodeGravatar murgatroid992017-11-02
|\ \
| | * shard windows basictests on masterGravatar Jan Tattermusch2017-11-02
| |/
| * Merge pull request #13197 from matt-kwong/mac-filter-fixGravatar Matt Kwong2017-10-31
| |\ | | | | | | Update brew before using it
| | * Update brew before using itGravatar Matt Kwong2017-10-31
| | |
| * | Merge pull request #13157 from jtattermusch/docker_faster_pullsGravatar Jan Tattermusch2017-10-27
| |\ \ | | | | | | | | User GCR mirror for pulling docker images
* | \ \ Merge branch 'master' into remove_nodeGravatar Michael Lumish2017-10-26
|\ \ \ \
| | | * | use GCR mirror for pulling imagesGravatar Jan Tattermusch2017-10-26
| | |/ / | |/| |
| | * | limit concurrent jobs for build_only on linuxGravatar Jan Tattermusch2017-10-26
| |/ /
* | | Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | | | | | | | | | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
| * | Increase sanity build timeoutGravatar Matt Kwong2017-10-25
| |/
| * Fix brew install issue; enable MacOS test filteringGravatar Matt Kwong2017-10-19
|/