commit | 03b12adc80a27cfdd37cff885a0cdc5619f56ce7 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Wed Oct 17 02:01:10 2018 |
committer | Commit Bot <[email protected]> | Wed Oct 17 02:01:10 2018 |
tree | 92295350375ce96fd70dd734c8443888053bdc78 | |
parent | 3e2352a5599f546a6e712a0d3936134477be44b0 [diff] [blame] |
Roll src/third_party/chromite 0a3c5082ad50..dd12e9f9fa44 (1 commits) https://chromium.googlesource.com/chromiumos/chromite.git/+log/0a3c5082ad50..dd12e9f9fa44 git log 0a3c5082ad50..dd12e9f9fa44 --date=short --no-merges --format='%ad %ae %s' 2018-10-16 [email protected] test_stages: enable new VMTest codepath in CQ Created with: gclient setdep -r src/third_party/chromite@dd12e9f9fa44 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. [email protected] Change-Id: Id6d4f0d9663773f2909dd07b759d9131ac37847e Reviewed-on: https://chromium-review.googlesource.com/c/1284970 Reviewed-by: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/master@{#600240}
diff --git a/DEPS b/DEPS index bf8423a..da4de21 100644 --- a/DEPS +++ b/DEPS
@@ -608,7 +608,7 @@ # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. 'src/third_party/chromite': { - 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0a3c5082ad50716d3e3df4934b5e32096d94ca3f', + 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'dd12e9f9fa44865970ba7afd89e9ba642d4d3fd4', 'condition': 'checkout_linux', },