Commit 2f1b9d52 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Roll src/third_party/chromite 14245e8100e9..de5575dc8a09 (14 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/14245e8100e9..de5575dc8a09

git log 14245e8100e9..de5575dc8a09 --date=short --first-parent --format='%ad %ae %s'
2020-04-16 vapier@chromium.org cbuildbot: switch to python3 only via virtualenv wrapper [reland]
2020-04-16 cjmcdonald@chromium.org pytest: Remove 'passes_when_run_alone' marker
2020-04-16 cjmcdonald@chromium.org pytest: Mark all tests that leak processes & skip them
2020-04-16 cjmcdonald@chromium.org pytest: Add autouse fixture to assert that tests don't leak processes
2020-04-16 chrome-bot@chromium.org Update config settings by config-updater.
2020-04-16 uekawa@google.com cros_mark_android_as_stable: Update GIT_COMMIT_MESSAGE to pass lint.
2020-04-16 morg@google.com Add Android arm64 support for cbuildbot_run
2020-04-16 lamontjones@chromium.org toolchain_util: recipes benchmark afdo profile creation
2020-04-16 lamontjones@chromium.org api: freshen python bindings.
2020-04-16 vapier@chromium.org config_lib: delete unused CQ/PreCQ constants
2020-04-15 chrome-bot@chromium.org Update config settings by config-updater.
2020-04-15 navil@google.com Support a dry run of payload generation.
2020-04-15 andrewlamb@chromium.org Revert "Add Android arm64 support for cbuildbot_run"
2020-04-15 bpastene@chromium.org Reland: device: Don't assume '--device=localhost' means VM.

Created with:
  gclient setdep -r src/third_party/chromite@de5575dc8a09

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

Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel
Bug: None
Change-Id: I59e7e9c15606bbc183f5809f0090a3938fe15efe
Tbr: chrome-os-gardeners@google.com
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152867
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#759742}
parent ac88234c
......@@ -848,7 +848,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' + '@' + '14245e8100e98f231ec6ae376c3b16cef6d005f9',
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'de5575dc8a091ff35932c87498ceaa778e13f387',
'condition': 'checkout_linux',
},
......
......@@ -109,8 +109,6 @@ class RemoteTest(object):
'--start',
# Don't persist any filesystem changes after the VM shutsdown.
'--copy-on-write',
'--device',
'localhost'
]
else:
self._test_cmd += [
......@@ -706,8 +704,6 @@ def host_cmd(args, unknown_args):
'--start',
# Don't persist any filesystem changes after the VM shutsdown.
'--copy-on-write',
'--device',
'localhost',
]
else:
cros_run_test_cmd += [
......
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