Roll src/third_party/chromite 337fee4fd28a..2166288edcd2 (3 commits)
https://chromium.googlesource.com/chromiumos/chromite.git/+log/337fee4fd28a..2166288edcd2
git log 337fee4fd28a..2166288edcd2 --date=short --no-merges --format='%ad %ae %s'
2019-07-20 mikenichols@chromium.org cros tryjob: Add --infra-testing and remove --staging option
2019-07-20 tcwang@google.com afdo: Compress orderfiles with xz instead of tar.
2019-07-19 mikenichols@chromium.org chromeos_config.py: Typo in config has taken out two boards
Created with:
gclient setdep -r src/third_party/chromite@2166288edcd2
The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel
TBR=chrome-os-gardeners@google.com
Change-Id: I93f90fd8fbcb54ca912359626f88a3813b0a6ec0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711248
Reviewed-by: chromium-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@{#679355}
diff --git a/DEPS b/DEPS
index 9810bf74..31c9a5e4 100644
--- a/DEPS
+++ b/DEPS
@@ -808,7 +808,7 @@
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': {
- 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '337fee4fd28a163a9062334847e4c2303bf3aed0',
+ 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '2166288edcd2fb1893497a20fff5bbed3ae88cb2',
'condition': 'checkout_linux',
},