fixup: Python build script

pull/37539/head
Eugene Ostroukhov 3 months ago
parent d81ac8ce3e
commit 1b12ea5b9f
  1. 3
      templates/tools/dockerfile/python_build_interop.sh.include
  2. 3
      tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh
  3. 3
      tools/dockerfile/interoptest/grpc_interop_pythonasyncio/build_interop.sh

@ -28,5 +28,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
# interop tests only run using python3.9 currently (and python build is slow)
tools/run_tests/run_tests.py -l python --compiler python3.9 -c opt --build_only
tools/run_tests/run_tests.py -l python --compiler python3 -c opt --build_only

@ -28,5 +28,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
# interop tests only run using python3.9 currently (and python build is slow)
tools/run_tests/run_tests.py -l python --compiler python3.9 -c opt --build_only
tools/run_tests/run_tests.py -l python --compiler python3 -c opt --build_only

@ -28,5 +28,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
# interop tests only run using python3.9 currently (and python build is slow)
tools/run_tests/run_tests.py -l python --compiler python3.9 -c opt --build_only
tools/run_tests/run_tests.py -l python --compiler python3 -c opt --build_only

Loading…
Cancel
Save