Skip to content

Commit ce5b93a

Browse files
authored
[PSM Interop] Legacy test builds always pull the driver from master (v1.53.x backport) (#33726)
Backport of #33699 to v1.53.x. --- Similar to grpc/grpc-java#8982. All other languages already to this. Needed for easier deployment of #33685. ref b/274944592
1 parent b24b6ea commit ce5b93a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ trap 'date' DEBUG
1717
set -ex -o igncr || set -ex
1818

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

2623
python3 -m pip install virtualenv

0 commit comments

Comments
 (0)