]> git.feebdaed.xyz Git - 0xmirror/grpc.git/commit
[Fix][CI] Fix master Bazel RBE jobs running on vanilla Ubuntu 22 (#41251)
authorSergii Tkachenko <sergiitk@google.com>
Thu, 18 Dec 2025 02:16:21 +0000 (18:16 -0800)
committerCopybara-Service <copybara-worker@google.com>
Thu, 18 Dec 2025 02:19:33 +0000 (18:19 -0800)
commit5339da7b802169ff0b3cbfa6f195029e98f9c605
tree67aa0185069a11b32d2b1dec9c416df60b9f5034
parent01ea97127c0e38c73ac7f5cd547b5d81ba5a2979
[Fix][CI] Fix master Bazel RBE jobs running on vanilla Ubuntu 22 (#41251)

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
tools/internal_ci/linux/grpc_bazel_rbe.sh