aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts
Commit message (Collapse)AuthorAge
* time macos prepare scriptGravatar Jan Tattermusch2018-11-06
|
* Fix error when derived data directory does not existGravatar Muxi Yan2018-10-26
|
* Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
|
* update artifact cleanup scriptGravatar Jan Tattermusch2018-09-25
|
* fix macos interop_to_prod testsGravatar Jan Tattermusch2018-08-10
|
* Upmerge branch 'v1.14.x' into masterGravatar Mehrdad Afshari2018-08-07
|\
| * Revert manual install of Python3.7 on Windows build imagesGravatar Mehrdad Afshari2018-08-06
| |
* | Make more tests in /tmpfsGravatar Muxi Yan2018-07-30
| |
* | Use /tmpfs on Kokoro for ObjC testsGravatar Muxi Yan2018-07-27
| |
* | CI integrationGravatar Muxi Yan2018-07-10
|/
* Install Python3.7 on Windows and MacOSGravatar Matt Kwong2018-07-09
|
* pin google-api-python-client to 1.6.7 to avoid breakageGravatar Jan Tattermusch2018-06-01
|
* cleanup in run_tests_scriptsGravatar Jan Tattermusch2018-05-22
|
* address commentsGravatar Jan Tattermusch2018-05-21
|
* cleanup windows workspace after finishing a buildGravatar Jan Tattermusch2018-05-19
|
* disable unwanted dotnet optionsGravatar Jan Tattermusch2018-05-08
|
* Update xcode version for macOS Obj-C tests to 9.2Gravatar Matt Kwong2018-04-17
|
* fix macos interop_to_prod testsGravatar Jan Tattermusch2018-04-16
|
* gen_report_index.sh no longer usedGravatar Jan Tattermusch2018-04-06
|
* Update grpc-dart repo after The Move.Gravatar Jakob Roland Andersen2018-03-06
|
* clone grpc-dart when running on kokoroGravatar Jan Tattermusch2018-03-06
|
* 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).
* 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
* Ruby macos kokoro environment and package build updatesGravatar Alexander Polcyn2018-01-16
|
* Add multi-vm performance tests to KokoroGravatar Matt Kwong2017-11-29
|
* 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
| |
* | use GCR mirror for pulling imagesGravatar Jan Tattermusch2017-10-26
|/
* Fix brew install issue; enable MacOS test filteringGravatar Matt Kwong2017-10-19
|
* Merge pull request #13043 from murgatroid99/grpc-node_interopGravatar Michael Lumish2017-10-17
|\ | | | | Switch Node interop tests to use grpc-node repo
| * Switch Node interop tests to use grpc-node repoGravatar murgatroid992017-10-17
| |
* | point custom report to kokoro2Gravatar Jan Tattermusch2017-10-17
| |
* | Merge pull request #12827 from matt-kwong/interop-bqGravatar Matt Kwong2017-10-10
|\ \ | | | | | | Upload interop result to BQ
| * | Clean up and organize interop configs in internal_ciGravatar Matt Kwong2017-10-09
| |/
* | Use Ruby 2.3 for BrewGravatar Matt Kwong2017-10-09
| |
* | Install Mako to generate files in grpc/grpc-nodeGravatar Matt Kwong2017-10-06
|/
* Merge pull request #12784 from jtattermusch/synchronize_macos_clockGravatar Jan Tattermusch2017-10-05
|\ | | | | Synchronize clock on macos
* \ Merge pull request #12782 from jtattermusch/debug_clock_skewGravatar Jan Tattermusch2017-10-02
|\ \ | | | | | | Debug clock skew on macos workers
| | * synchronize clock on macosGravatar Jan Tattermusch2017-10-02
| | |
| * | debug clock skewGravatar Jan Tattermusch2017-10-02
| |/
* / coreutils already installedGravatar Jan Tattermusch2017-10-02
|/
* Merge pull request #12562 from matt-kwong/kokoro_perfpr1Gravatar Matt Kwong2017-09-15
|\ | | | | Add Kokoro perf PR jobs
| * Add Kokoro perf PR jobsGravatar Matt Kwong2017-09-15
| |
* | Merge pull request #12210 from apolcyn/local_dns_serverGravatar apolcyn2017-09-15
|\ \ | | | | | | Run a local DNS server in run_tests and add c-ares tests with it
| * | Add tests for c-ares wrapper using a local DNS server.Gravatar Alexander Polcyn2017-09-14
| |/
* | Merge branch 'master' into kokoro_filGravatar Matt Kwong2017-09-13
|\|
| * already installed on mac workersGravatar Jan Tattermusch2017-09-13
| |
| * Merge pull request #12460 from kpayson64/attempt_bug_fixGravatar kpayson642017-09-12
| |\ | | | | | | Warm pip cache with libraries used by virtualenv