grpc/tools/internal_ci/helper_scripts
Jan Tattermusch c1216357a3
Upgrade ccache on windows (#32668)
Try to avoid the `ccache: error: Failed to read from file stream` build
failures that started happening once we upgraded to the grpc-win2019
image.

e.g.
https://source.cloud.google.com/results/invocations/e94c2f35-6d1f-4d89-853a-be7e1e1747de/targets/github%2Fgrpc%2Ftoplevel_run_tests_invocations%2Frun_tests_c_windows_opt_native/tests

```
C:\ccache\ccache.exe C:\PROGRA~2\MICROS~1\2017\COMMUN~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe  /nologo /TP -DCARES_STATICLIB -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\re2 -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\zlib -IT:\altsrc\github\grpc\workspace_c_windows_opt_native -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\include -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\address_sorting\include -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\cmake\build\third_party\re2 -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\boringssl-with-bazel\src\include -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\src\core\ext\upb-generated -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\src\core\ext\upbdefs-generated -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\upb -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\xxhash -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\cmake\build\third_party\zlib -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\abseil-cpp -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\cmake\build\third_party\cares\cares -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\cares\cares -IT:\altsrc\github\grpc\workspace_c_windows_opt_native\third_party\cares\cares\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc  /MP8 /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Ob2 /DNDEBUG /showIncludes /FoCMakeFiles\invalid_call_argument_test.dir\test\core\end2end\cq_verifier.cc.obj /FdCMakeFiles\invalid_call_argument_test.dir\ /FS -c T:\altsrc\github\grpc\workspace_c_windows_opt_native\test\core\end2end\cq_verifier.cc
ccache: error: Failed to read from file stream
```
2023-03-22 08:51:55 +01:00
..
install_python_interpreters.ps1 Ensure compatibility with the new custom kokoro win2019 image (#32649) 2023-03-20 16:03:50 +01:00
move_src_tree_and_respawn_itself.bat fix invocation of respawn scripts on windows (#28366) 2021-12-19 18:50:19 +01:00
move_src_tree_and_respawn_itself_rc Avoid extremely slow kokoro job finalization by moving workspace to a non-synced directory on kokoro workers. (#28259) 2021-12-03 19:41:14 +01:00
prepare_build_interop_rc More cleanup after moving testing docker images to artifact registry. (#31689) 2022-11-24 14:09:16 +01:00
prepare_build_linux_perf_multilang_rc Replace 32bit/debian:jessie with i386/debian:jessie 2019-08-27 08:35:09 -07:00
prepare_build_linux_perf_rc Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
prepare_build_linux_rc [fork] Generate GDB backtraces in fork tests on Kokoro (#32535) 2023-03-08 10:30:46 -08:00
prepare_build_linux_ruby_artifact_rc Update default ruby version to 3.2 on linux/macos ruby builds (#32010) 2023-01-03 13:38:15 -08:00
prepare_build_macos_interop_rc print commit SHA for other langs when running interop tests (#28241) 2021-12-03 18:54:45 +01:00
prepare_build_macos_rc Make remaining objc test jobs to pass on MacOS monterey (#32493) 2023-03-01 09:55:33 +01:00
prepare_build_windows.bat Upgrade ccache on windows (#32668) 2023-03-22 08:51:55 +01:00
prepare_ccache.bat activate ccache for selected win builds (#28735) 2022-03-10 19:50:34 +01:00
prepare_ccache_rc Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
prepare_ccache_symlinks_rc Cleanup (followup for ccache addition) (#28702) 2022-01-26 18:56:46 +01:00
prepare_qemu_rc Add python3.8 aarch64 wheel distribtest (#26136) 2021-05-03 08:16:11 +02:00
requirements.linux_perf.txt Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
requirements.macos.txt Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
store_artifacts_from_moved_src_tree.sh Avoid extremely slow kokoro job finalization by moving workspace to a non-synced directory on kokoro workers. (#28259) 2021-12-03 19:41:14 +01:00