Commit 7b2dbb53 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Chromite from 168986591cc1 to d281ff186273 (26 revisions)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/168986591cc1..d281ff186273

2020-09-09 vyshu@google.com paygen: Stop adding unused attributes to update payload
2020-09-09 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-09 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-09 vapier@chromium.org cros_portage_upgrade: rename blacklist->ignore
2020-09-09 ahassani@chromium.org Reland "cros_update: Delete it."
2020-09-09 saklein@chromium.org commandline: Remove build-target type.
2020-09-09 vapier@chromium.org git: trim unused project methods
2020-09-09 bpastene@chromium.org cache: Handle trailing garbage when untarring via pbzip2.
2020-09-08 tcwang@google.com afdo: Only check milestone and timestamp for CWP profiles.
2020-09-08 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-08 manojgupta@chromium.org cbuildbot: Enable goma even with latest toolchain
2020-09-08 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-04 vapier@chromium.org gs_unittest: simplify stub tarball creation
2020-09-04 vapier@chromium.org gs: rm: add -- before path
2020-09-04 vapier@chromium.org image_test: ban tcl & update java packages
2020-09-04 saklein@chromium.org sysroot_controller: Ignore package versions in InstallPackages.
2020-09-03 moragues@google.com trogdor: add factory builder for factory-trogdor-13443.B
2020-09-03 vyshu@google.com remote_access: fix style
2020-09-03 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-03 morg@google.com Skip unit tests for grunt-arc-r board builders
2020-09-03 seanabraham@chromium.org config_lib: borealis is a special suffix to remove for HW testing
2020-09-02 mmortensen@google.com BuildAPI: Use optional packages in Packages.GetTargetVersions.
2020-09-02 gredelston@google.com test_that: Rename whitelist-chrome-crashes
2020-09-02 chrome-bot@chromium.org Update config settings by config-updater.
2020-09-02 bpastene@chromium.org cache: Use 'pixz' when extracting .xz tarballs if it's installed.
2020-09-02 yichengli@chromium.org artifacts: Exclude private fingerprint libraries

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

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: I9e2c4dd0273665b09311bd32cc43a1ce6c3f5b39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401606Reviewed-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@{#805393}
parent 946e27ec
...@@ -876,7 +876,7 @@ deps = { ...@@ -876,7 +876,7 @@ deps = {
# Tools used when building Chrome for Chrome OS. This affects both the Simple # Tools used when building Chrome for Chrome OS. This affects both the Simple
# Chrome workflow, as well as the chromeos-chrome ebuild. # Chrome workflow, as well as the chromeos-chrome ebuild.
'src/third_party/chromite': { 'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '168986591cc17b4eea1e6335be3ae38ec38a8d07', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'd281ff18627341a0ff2c33e19691159d504923f8',
'condition': 'checkout_chromeos', 'condition': 'checkout_chromeos',
}, },
......
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