Fix testing submodules at head

pull/14287/head
Matt Kwong 7 years ago
parent ac47595e42
commit 4146b2a05d
  1. 3
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh

@ -23,9 +23,8 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# Update submodule and commit it so changes are passed to Docker # Update submodule and commit it so changes are passed to Docker
(cd third_party/$RUN_TESTS_FLAGS && git pull origin master) (cd third_party/$RUN_TESTS_FLAGS && git fetch --all && git checkout origin/master)
tools/buildgen/generate_projects.sh tools/buildgen/generate_projects.sh
git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule' git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule'
tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only

Loading…
Cancel
Save