Update git submodules

* Update placement from branch 'master'
  - Merge "Get usages in _build_provider_summaries()"
  - Get usages in _build_provider_summaries()
    
    For performance optimization purpose, we explored which provider is
    already processed both in extend_usages_by_provider_tree() and in
    _build_provider_summaries(), and we iterated all usage information
    in _build_provider_summaries(), which could cost even when only one
    request group has been given.
    
    This patch refactors it and move get_usages_by_provider_trees()
    into _build_provider_summaries() to combine the exploration parts
    into one.
    
    Change-Id: Ic36d453adf92b1f475960eb1b2796919d635da10
This commit is contained in:
Zuul 2019-08-27 23:31:34 +00:00 committed by Gerrit Code Review
parent b024e3f130
commit 8603b25937
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3a732f871557028156cc09320f4843cfdc3ae6e6
Subproject commit 7e885108916f7243ddab0ac9a27d3a540c070fb1