Fixes
```pytb
+ python3 ./tools/run_tests/python_utils/upload_rbe_results.py --invocation_id=
c9453d05-8c0a-43bc-abb8-
1b5d34a163b8
Traceback (most recent call last):
File "/tmpfs/altsrc/github/grpc/./tools/run_tests/python_utils/upload_rbe_results.py", line 31, in <module>
import big_query_utils
File "/tmpfs/altsrc/github/grpc/tools/gcp/utils/big_query_utils.py", line 21, in <module>
from apiclient import discovery
ModuleNotFoundError: No module named 'apiclient'
```
Closes #41251
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41251 from sergiitk:fix/ci/rbe-vanilla-ubuntu22
4e7095021b2065fde224659c41d70b51db2021d6
PiperOrigin-RevId:
845995209
# make sure bazel is available
tools/bazel version
+# Needed for upload_rbe_results.py big_query_utils called by bazel_report_helper.py
+# Note: the versions are locked to the ones supporting python3.10.
+# Google will drop Python 3.10 once it reaches its end of life (2026-10-04)
+pip install --user google-api-python-client==2.187.0 oauth2client==4.1.3
+
python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe
bazel_rbe/bazel_wrapper \