diff options
author | Matt Kwong <matt-kwong@users.noreply.github.com> | 2017-08-11 14:37:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 14:37:59 -0700 |
commit | 71cc205aadd7ea2a48298a8e67d2c0d2858841f6 (patch) | |
tree | dfc155dba03e4f22e71c5eccf3e772cf58529589 /tools/internal_ci | |
parent | cbe375cc736a13f13070df966caa07bc1315e94c (diff) | |
parent | c1df9daf4d38c76349cfdbf665032bcb664ea8c5 (diff) |
Merge pull request #12157 from matt-kwong/kokoro_submodule
Regenerate projects when testing using a submodule at head
Diffstat (limited to 'tools/internal_ci')
-rwxr-xr-x | tools/internal_ci/linux/grpc_build_submodule_at_head.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/grpc_build_submodule_at_head.sh b/tools/internal_ci/linux/grpc_build_submodule_at_head.sh index 8189e6876b..b67b030361 100755 --- a/tools/internal_ci/linux/grpc_build_submodule_at_head.sh +++ b/tools/internal_ci/linux/grpc_build_submodule_at_head.sh @@ -24,6 +24,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc # Update submodule and commit it so changes are passed to Docker (cd third_party/$RUN_TESTS_FLAGS && git pull origin master) +tools/buildgen/generate_projects.sh 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 --internal_ci --build_only |