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

Roll Chromite from 08a42d0acc75 to 7161209ef6f1 (5 revisions)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/08a42d0acc75..7161209ef6f1

2020-08-20 ahassani@chromium.org cros_update: Delete it.
2020-08-19 mmortensen@google.com query_build_logs: Use += for append; use -n/-z rather than !-n/-z.
2020-08-19 dburger@chromium.org Enable CPE uploads for full builders.
2020-08-19 mikenichols@chromium.org upload_symbols: Modify failure logic for debug symbols
2020-08-19 cjmcdonald@chromium.org depgraph_visualization: Don't pass argv[0] to parser

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: I56f90cced7203761b433605dadebb1ff1dd15963
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366649Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarAga Wronska <agawronska@chromium.org>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#800185}
parent d3385a0d
...@@ -875,7 +875,7 @@ deps = { ...@@ -875,7 +875,7 @@ deps = {
# Build tools for Chrome OS. # Build tools for Chrome OS.
'src/third_party/chromite': { 'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '08a42d0acc754a696b5406a41ce18bf786ee212f', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '7161209ef6f17080fc1f74e3ae7637a7816c3e8a',
'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