presubmit: remove reference to omit_python2 experiment

This is not used now.

Bug: 1441784
Change-Id: I7c332ff2738c697bb5ea4c14d4b938a2cdab9221
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4584391
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
changes/91/4584391/3
Takuto Ikuta 2 years ago committed by LUCI CQ
parent 4e6d05b10f
commit 37d1312fcd

@ -68,14 +68,6 @@ def GenTests(api):
['--skip_canned', 'CheckOwners']) +
api.post_process(post_process.DropExpectation))
yield (api.test('vpython3') + api.runtime(is_experimental=False) +
api.buildbucket.try_build(
project='infra', experiments=['luci.buildbucket.omit_python2']) +
api.post_process(post_process.StepCommandContains, 'presubmit',
['vpython3']) +
api.post_process(post_process.StatusSuccess) +
api.post_process(post_process.DropExpectation))
yield (
api.test('timeout', status="FAILURE") +
api.runtime(is_experimental=False) +

Loading…
Cancel
Save