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

Roll src/third_party/chromite bcda22bca456..b5a297f389e0 (21 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/bcda22bca456..b5a297f389e0

git log bcda22bca456..b5a297f389e0 --date=short --first-parent --format='%ad %ae %s'
2019-11-26 vapier@chromium.org unittests: use 0.1.2.3 for device IPs
2019-11-26 vapier@chromium.org osutils: WriteFile: add automatic encoding support
2019-11-26 vapier@chromium.org cros_build_lib: align CommandResult with subprocess.CompletedProcess
2019-11-26 vapier@chromium.org cros_build_lib: align RunCommandError with subprocess.CalledProcessError
2019-11-26 vapier@chromium.org auto_updater_unittest: rework mocks
2019-11-26 vapier@chromium.org flash_unittest: rework mocks
2019-11-26 engeg@google.com chromium: Trivial cros lint fixes
2019-11-26 vapier@chromium.org cbuildbot_launch: get unittests passing under Python 3
2019-11-26 vapier@chromium.org release_stages: fix channel pickling
2019-11-26 vapier@chromium.org failure_message_lib: tweak dict usage for Python 3
2019-11-26 chrome-bot@chromium.org Update config settings by config-updater.
2019-11-26 chrome-bot@chromium.org Update config settings by config-updater.
2019-11-26 jacobraz@google.com flash_ap: integrate ap flashing with cros commands.
2019-11-26 vapier@chromium.org flash: fix encoding handling of files/programs
2019-11-26 vapier@chromium.org config: delete all Chrome PFQ related builders
2019-11-25 vapier@chromium.org cros_sdk: fix download under Python 3
2019-11-25 vapier@chromium.org cros_sdk_unittest: rework skipping logic for python3
2019-11-25 vapier@chromium.org wrapper: inrease min python version to 3.5
2019-11-25 vapier@chromium.org vm_test_stages_unittest: fix mock return
2019-11-25 manojgupta@google.com config_lib: Fix Lab name mapping for ARM64 boards.
2019-11-25 vapier@chromium.org signer_payloads_client_unittest: fix mock typo

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

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.chromium.try:chromeos-kevin-rel
Bug: None
Tbr: chrome-os-gardeners@google.com
Change-Id: If9bd826fb2add1208170133ec6c0f836ac03bd80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936894Reviewed-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@{#719212}
parent d359e5fb
......@@ -862,7 +862,7 @@ deps = {
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'bcda22bca45656409799d4c2fddf058047dbe109',
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'b5a297f389e0c946e24bae6f6cbf9a970baf3f10',
'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