aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/dockerize/build_docker_and_run_tests.sh
Commit message (Collapse)AuthorAge
* Support building sanitizers with Clang5+Gravatar Matt Kwong2018-05-23
|
* 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).
* Make build_docker_and_run_tests.sh pass shellcheck (with suppressions)Gravatar Mehrdad Afshari2018-01-25
|
* Pass KOKORO_BUILD_ID to DockerGravatar Matt Kwong2017-12-20
|
* print timing for docker pullGravatar Jan Tattermusch2017-10-26
|
* Add Kokoro metadata to BQ uploadGravatar Matt Kwong2017-06-09
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Enable IPv6 in Docker for internal CIGravatar Matt Kwong2017-05-11
|
* Add option to upload Jenkins test result to BQGravatar Matt Kwong2017-05-08
|
* run_tests.py: support downloading base image from dockerhubGravatar Jan Tattermusch2017-02-23
|
* cleanup and speedup of sanity testsGravatar Jan Tattermusch2016-12-22
|
* dont eat run_tests.py errors on test failureGravatar Jan Tattermusch2016-10-07
|
* run matrix improvementsGravatar Jan Tattermusch2016-09-19
|
* update working directoriesGravatar Jan Tattermusch2016-05-03
|
* move helper script for dockerizationGravatar Jan Tattermusch2016-05-03