Commit f24b5ede authored by Anushruth's avatar Anushruth Committed by Commit Bot

Reland: Enable cros_download_vm flag for betty-pi-arc in DEPS

Without this flag, VM image for betty-pi-arc is not downloaded when
gclient runhooks is run.

This is reland of crrev.com/c/1815882 as it was reverted in
crrev.com/c/1819056. Added parentheses for 'OR' and this should
hopefully fix the issue

R=bpastene@chromium.org

Bug: 1000513
Change-Id: I92792f0ca2b470edb34e8eb5d399afa2dfba5df2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820020Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Anushruth  <anushruth@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699513}
parent 57473cfb
......@@ -128,7 +128,7 @@ vars = {
'checkout_simplechrome': '(checkout_chromeos and host_os == "linux") and ("{cros_board}" != "")',
# Surround the board var in quotes so gclient doesn't try parsing the string
# as an expression.
'cros_download_vm': '("{cros_board}" == "amd64-generic") or ("{cros_board}" == "betty")',
'cros_download_vm': '(("{cros_board}" == "amd64-generic") or ("{cros_board}" == "betty")) or ("{cros_board}" == "betty-pi-arc")',
# Should we build and test for public (ie: full) CrOS images, or private
# (ie: release) images.
'use_public_cros_config': 'not checkout_src_internal',
......
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