Commit 9218e23e authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite 78ae849159ac..bcda22bca456 (36 commits)

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

git log 78ae849159ac..bcda22bca456 --date=short --no-merges --format='%ad %ae %s'
2019-11-25 vapier@chromium.org cbuildbot: build_status: drop validation pool support
2019-11-25 vapier@chromium.org run_tests: enable build_stages_unittest
2019-11-25 drinkcat@chromium.org Revert "cros_setup_toolchains: update sdk toolchain targets in parallel."
2019-11-25 fqj@chromium.org config: fix android package name for VM master.
2019-11-25 vapier@chromium.org cidb_unittest: make sqlalchemy import optional
2019-11-25 vapier@chromium.org afdo_unittest: fix mock typo
2019-11-24 vapier@chromium.org logdog/som: delete more unused som related modules
2019-11-24 vapier@chromium.org cbuildbot: lkgm_manager: drop validation pool support
2019-11-24 vapier@chromium.org commands: use encoding=utf-8 when capturing command output
2019-11-24 achuith@chromium.org flash: Suppress spurious error message.
2019-11-24 vapier@chromium.org gerrit_unittest: fix test after cq-depend syntax changes
2019-11-23 vapier@chromium.org cros_sdk_lib: rework IsChrootReady logic
2019-11-23 lamontjones@chromium.org Revert "paygen: protect just downloaded file, more logging."
2019-11-23 lamontjones@chromium.org Revert "paygen: log output for gs downloads"
2019-11-23 lamontjones@chromium.org Revert "paygen: more logging when download fails."
2019-11-23 fqj@chromium.org add vmmst pfq
2019-11-23 andrewlamb@chromium.org Add replicate_private_config PUpr endpoint.
2019-11-23 cjmcdonald@chromium.org Sync proto definitions to tree
2019-11-23 mmortensen@google.com BuildAPI: Add unit tests and mocks for Android service.
2019-11-23 lamontjones@chromium.org cros_setup_toolchains: update sdk toolchain targets in parallel.
2019-11-23 lamontjones@chromium.org lib: correct modes on tmpdirs, better tmpdirs for parallel.
2019-11-23 achuith@chromium.org OWNERS: Add OWNERS.au to nebraska files.
2019-11-23 vapier@chromium.org clactions_metrics: drop unused module
2019-11-23 vapier@chromium.org kernel_cmdline: add hashing to KernelArg
2019-11-23 tbegin@google.com chromite/api: add guest VM as an image type
2019-11-22 vapier@chromium.org cidstore: drop unused module
2019-11-22 vapier@chromium.org cros_build_lib.run: merge append_to_file into stdout
2019-11-22 vapier@chromium.org launch_control: drop unused module
2019-11-22 vapier@chromium.org pylint: use vpython for python2 linting
2019-11-22 asavery@chromium.org hatch-diskswap: add builder configuration
2019-11-22 vapier@chromium.org cbuildbot: drop CommitQueueCompletionStage
2019-11-22 vapier@chromium.org cbuildbot: abort on all chrome pfq build code paths
2019-11-22 vapier@chromium.org autotest_rpc_errors: drop unused module
2019-11-22 philipchen@google.com hatch: Add factory builder
2019-11-22 fqj@chromium.org config: betty-arcvm-pi should run no tests
2019-11-22 vapier@chromium.org licensing: fix generation under Python 3

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

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: Ide813d8e9e4c80aca105e69a04f52047baef3992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934350Reviewed-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@{#718673}
parent 2638229e
...@@ -862,7 +862,7 @@ deps = { ...@@ -862,7 +862,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' + '@' + '78ae849159ac9463eb9ca21a7587ef8abec0d6f1', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'bcda22bca45656409799d4c2fddf058047dbe109',
'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