Commit 55e52ff5 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Chromite from 8ae7f6e09a0b to 0b9eddaa2663 (33 revisions)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/8ae7f6e09a0b..0b9eddaa2663

2020-05-27 saklein@chromium.org Build API: execute with --debug by default
2020-05-27 dianders@chromium.org remote_access: Fix crash with 'cros flash' if port not specified
2020-05-27 mmortensen@google.com GetBuildMetadata: Port get_models & run_cros_config_host from cbuildbot.
2020-05-26 dhanyaganesh@chromium.org config: Refactor some configs
2020-05-26 saklein@chromium.org cros flash-ap: Fix ssh flash with non-22 port.
2020-05-26 mikenichols@chromium.org chromeos-config: Remove eve-lacros custom configuration
2020-05-26 bpastene@chromium.org cros_chrome_sdk: Create build dirs when using --no-shell.
2020-05-26 chrome-bot@chromium.org Update config settings by config-updater.
2020-05-26 navil@google.com chromeos_config: Disable release-basic builder.
2020-05-26 navil@google.com chromeos_config: fix fail fast builder gs_path
2020-05-26 morg@google.com Remove (atlas|kukui) boards from vmpi PFQ
2020-05-26 judyhsiao@google.com usergroup_baseline: Add sound_card_init to audio and cras group
2020-05-26 niwa@google.com Remove unused targets (x86 and arm) from ANDROID_VMRVC_BUILD_TARGETS
2020-05-26 chrome-bot@chromium.org Update config settings by config-updater.
2020-05-26 stimim@google.com workspace_stages: remove duplicated android packages
2020-05-25 chrome-bot@chromium.org Update config settings by config-updater.
2020-05-23 vapier@chromium.org cros lint: allow "#!/usr/bin/env python" shebangs
2020-05-23 kerker@google.com image_test: add /usr/lib/node_modules/ to the whitelist
2020-05-22 levinale@chromium.org Add zwisler to the OWNERS.kernel file
2020-05-22 achuith@chromium.org vm: Increase connect timeout for non-KVM.
2020-05-22 manojgupta@google.com chromeos_config: asan: Disable rootfs verification
2020-05-22 bpastene@chromium.org auto_updater: Fix args to RemoteDevice.run() when cmd is a string.
2020-05-22 dianders@chromium.org remote_access: Don't force the port to 22 if unspecified
2020-05-22 malaykeshav@chromium.org Revert "deploy_chrome: Warn before deploying to device with mismatched board"
2020-05-22 levinale@chromium.org Add a per-file permission for kernel Owners file
2020-05-22 vapier@chromium.org OWNERS.chrome: set COMPONENT
2020-05-22 chrome-bot@chromium.org Update config settings by config-updater.
2020-05-22 navil@google.com chromeos_config: Add child builds for fail fast builder.
2020-05-22 navil@google.com chromeos_config: Create template for the fail fast release builder.
2020-05-22 richardfung@google.com Remove android-container-qt targets
2020-05-21 vapier@chromium.org OWNERS: update build settings
2020-05-21 dhaddock@chromium.org paygen_build_lib_unittest: Fix au_e2e control file.
2020-05-21 levinale@chromium.org Chromite: add owners file for the kernel

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/+doc/master/autoroll/README.md

Bug: 1086560
Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel
Tbr: chrome-os-gardeners@google.com
Change-Id: I14a8966aac606a9bb5098c16d350fc8ad36ecf7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218431Reviewed-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@{#772293}
parent 852b58e3
......@@ -851,7 +851,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' + '@' + '8ae7f6e09a0b274b49727b2372568f6fda2d5c3d',
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0b9eddaa2663e75c4e1ea895231cf3941eaa434f',
'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