Commit f1d51c5c authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite 9963e1930e93..25881af541ec (15 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/9963e1930e93..25881af541ec

git log 9963e1930e93..25881af541ec --date=short --first-parent --format='%ad %ae %s'
2020-05-14 cjmcdonald@chromium.org uprev_lib: Add richer return type to UprevChromeManager.uprev
2020-05-14 saklein@chromium.org commands.py: Disable eclean for factory install image.
2020-05-14 cjmcdonald@chromium.org pytest: Skip 'inside_only' tests when run with --no-chroot
2020-05-14 engeg@google.com cbuildbot: stop retrying builds
2020-05-14 shaochuan@chromium.org cros_mark_android_as_stable: verbose buildbot logging
2020-05-14 bpastene@chromium.org cros_chrome_sdk: Remove old items from the cache at every invocation.
2020-05-14 vapier@chromium.org chroot_lib: convert to python3 only
2020-05-14 vapier@chromium.org cros_sdk_lib: convert to python3 only
2020-05-14 vapier@chromium.org build_failure_message: convert to python3 only
2020-05-14 vapier@chromium.org build_summary: convert to python3 only
2020-05-14 vapier@chromium.org cidb/factory: convert to python3 only
2020-05-14 mmortensen@google.com Add GetBuildMetadata firmware/ec_firmware values and service method.
2020-05-13 henrysun@google.com octopus: shut down 11297.83 firmware branch builder
2020-05-13 inglorion@chromium.org cros_chrome_sdk: Enable use_goma_thin_lto when using Goma and ThinLTO
2020-05-13 chrome-bot@chromium.org Update config settings by config-updater.

Created with:
  gclient setdep -r src/third_party/chromite@25881af541ec

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromite-chromium-autoroll
Please CC chrome-os-gardeners@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel
Bug: None
Tbr: chrome-os-gardeners@google.com
Change-Id: Icdd2ca57da0435c8447a87ce1bf47f36e293161f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2201998Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#768935}
parent 12c85a3c
...@@ -851,7 +851,7 @@ deps = { ...@@ -851,7 +851,7 @@ deps = {
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools. # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': { 'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '9963e1930e93c67b3653bd7997c535a16a5ffeea', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '25881af541ece66a01e8a0dd808a041d9584d963',
'condition': 'checkout_linux', 'condition': 'checkout_linux',
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment