Commit e765f652 authored by Michael Moss's avatar Michael Moss Committed by Commit Bot

[depot_tools] Set "is_luci=False" for buildbot tests.

This is needed to change the api.runtime default to is_luci=True in
https://crrev.com/c/1750109.

R=iannucci@google.com, tandrii@google.com

Bug: 993137
Change-Id: Id52e0a12b9121d590fcb61e275eda8ca903372d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1751815Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Michael Moss <mmoss@chromium.org>
parent a9bf96fb
......@@ -98,7 +98,10 @@ def RunSteps(api):
def GenTests(api):
yield api.test('basic')
yield (
api.test('basic') +
api.runtime(is_luci=False, is_experimental=False)
)
yield (
api.test('basic_luci') +
api.runtime(is_luci=True, is_experimental=False)
......
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