You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules
Garrett Beaty 312d6a0313 Correctly accumulate gs upload URLs
https://crrev.com/c/6796221 added a gsutil_urls output property that
provides the URLs of uploads to Google storage that were performed by
the build. It attempts to accumulate the URLs by updating a dictionary
on the result object's properties, but the properties on a step's
results object is empty when created, so it was just overriding the
property each time with a single element dict. This change keeps the
dict on the API object and updates it when an upload is performed so
that the final value includes all of the URLs produced by the build.

Change-Id: I6681ca7c137969cbef58e09ce24d0605155d2c3e
Recipe-Nontrivial-Roll: build
Recipe-Nontrivial-Roll: build_internal
Recipe-Nontrivial-Roll: chrome_release
Recipe-Nontrivial-Roll: chromiumos
Recipe-Nontrivial-Roll: infra
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6880970
Commit-Queue: Robbie Iannucci <iannucci@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@google.com>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
2 weeks ago
..
bot_update recipes: Remove unnecessary annotations 2 weeks ago
depot_tools recipes: Remove unnecessary annotations 2 weeks ago
gclient recipes: Remove unnecessary annotations 2 weeks ago
gerrit recipes: Remove unnecessary annotations 2 weeks ago
git recipes: Remove unnecessary annotations 2 weeks ago
git_cl recipes: Remove unnecessary annotations 2 weeks ago
gitiles recipes: Remove unnecessary annotations 2 weeks ago
gsutil Correctly accumulate gs upload URLs 2 weeks ago
osx_sdk recipes: Remove unnecessary annotations 2 weeks ago
presubmit recipes: Remove unnecessary annotations 2 weeks ago
tryserver recipes: Remove unnecessary annotations 2 weeks ago
windows_sdk recipes: Remove unnecessary annotations 2 weeks ago
OWNERS Fix recipe autoroller account. 5 years ago