Commit e14ee2f3 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Revert "Switch cros_download_vm DEPS hook to use gclient tuple support."

This reverts commit 4a0113c6.

Reason for revert: needs a downstream recipe roll.

Original change's description:
> Switch cros_download_vm DEPS hook to use gclient tuple support.
> 
> Slightly cleaner this way.
> 
> Bug: 947531
> Change-Id: I9dcc66d92562ddae8adcbf58b7e0bf9a2ffdc481
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625812
> Reviewed-by: John Budorick <jbudorick@chromium.org>
> Commit-Queue: Ben Pastene <bpastene@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#663149}

TBR=dpranke@chromium.org,bpastene@chromium.org,jbudorick@chromium.org

Change-Id: I4970238858b649f884e3f6afecc8a008be25f2d5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 947531
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628479Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663171}
parent d3116a1e
......@@ -106,7 +106,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}" in ("amd64-generic", "betty")',
'cros_download_vm': '("{cros_board}" == "amd64-generic") or ("{cros_board}" == "betty")',
# 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