aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts/prepare_build_linux_rc
Commit message (Collapse)AuthorAge
* gen_report_index.sh no longer usedGravatar Jan Tattermusch2018-04-06
|
* 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).
* use GCR mirror for pulling imagesGravatar Jan Tattermusch2017-10-26
|
* Clean up and organize interop configs in internal_ciGravatar Matt Kwong2017-10-09
|
* Warm pip cache with libraries used by virtualenvGravatar Ken Payson2017-09-08
|
* Add test filtering to Kokoro PR jobsGravatar Matt Kwong2017-08-22
|
* prepopulate more pip packages on kokoro linuxGravatar Jan Tattermusch2017-08-02
|
* pre-populate xdg-cache-homeGravatar Jan Tattermusch2017-08-01
|
* upload reports as artifactsGravatar Jan Tattermusch2017-07-26
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* prevent out of disk space errorGravatar Jan Tattermusch2017-05-15
|
* source the linux rc fileGravatar Jan Tattermusch2017-05-11