Commit Graph

6 Commits

Author SHA1 Message Date
Yash Tibrewal 0dbe8bd37d
[Kokoro] Increase arm64 test timeout (#32950)
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-04-26 15:25:17 -07:00
Jan Tattermusch b45c5244cb
increase arm64 C/C++ bazel test timeout (#30872) 2022-09-08 11:04:38 +02:00
Jan Tattermusch 4ab3103293
Upload results from bazel C/C++ ARM64 tests to bigquery (#29619)
* upload RBE results for linux arm64 tests

* propagate UPLOAD_TEST_RESULTS env variable

* improve arm64 c/c++ job config

* add comment
2022-05-11 17:12:45 +02:00
Jan Tattermusch e26c812aeb
Cleanup & improve bazel-based test jobs running under docker. (#29402)
* use EXTRA_DOCKER_ARGS in grpc_bazel_privileged_docker.sh

* docker_propagate_env.list: propagate all variables needed by workspace_status_kokoro.sh

* simplify bazel invocations in docker

* use respawn script for grpc_bazel.sh

* cleanup grpc_flaky_network test

* cleanup grpc_binder_transport_apk job

* cleanup grpc_feature_example_tests

* additional cleanup & improvements
2022-04-22 19:02:58 +02:00
Jan Tattermusch 25bade9be5
Simplify ARM64 bazel invocation (and produce resultstore bazel results). (#29355)
* resultstore results from arm64 bazel run

* simplify bazel invocation in linux arm64 C/C++

* address comments
2022-04-14 11:09:58 +02:00
Jan Tattermusch 6d3c45ff7b
Add dockerized ARM64 tests (bazel C/C++, C#, PHP, ruby, python) (#28966)
* C# arm64 docker image

* add ruby arm64 docker image

* add bazel_arm64 docker image

* add python arm64 image

* add php arm64 docker image

* regenerate

* add support for running arm64 tests with run_tests.py

* restrict arm64 testing to python3.9

* first version of bazel arm64 C++ tests

* add arm64 job configs

* add initial checks to push_testing_images.sh
2022-03-14 13:30:52 +01:00