Skip to content

Commit

Permalink
[PSM Interop] Legacy test builds always pull the driver from master (g…
Browse files Browse the repository at this point in the history
…rpc#33699)

Similar to grpc/grpc-java#8982.
All other languages already to this.

Needed for easier deployment of grpc#33685.

ref b/274944592
  • Loading branch information
sergiitk authored Jul 14, 2023
1 parent e9ba954 commit 5c92de0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ trap 'date' DEBUG
set -ex -o igncr || set -ex

mkdir -p /var/local/git
git clone /var/local/jenkins/grpc /var/local/git/grpc
(cd /var/local/jenkins/grpc/ && git submodule foreach 'cd /var/local/git/grpc \
&& git submodule update --init --reference /var/local/jenkins/grpc/${name} \
${name}')
git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git /var/local/git/grpc
cd /var/local/git/grpc

python3 -m pip install virtualenv
Expand Down

0 comments on commit 5c92de0

Please sign in to comment.