From d42581af77ee906a8657a7cbdaf195bf2cd4dc8a Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Wed, 31 Aug 2022 09:33:56 +0200 Subject: [PATCH] Remove py3 experiment since its now default Bug: webrtc:13607 Change-Id: I6e2eb5ce36a6a2551f24ca5b7b1a6159bd4207d1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273663 Reviewed-by: Mirko Bonadei Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#37962} --- infra/config/config.star | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infra/config/config.star b/infra/config/config.star index 157069c5c2..f5c46b52d3 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -68,11 +68,6 @@ skipped_lkgr_bots = [ # Use LUCI Scheduler BBv2 names and add Scheduler realms configs. lucicfg.enable_experiment("crbug.com/1182002") -luci.builder.defaults.experiments.set( - { - "luci.recipes.use_python3": 100, - }, -) luci.builder.defaults.test_presentation.set( resultdb.test_presentation(grouping_keys = ["status", "v.test_suite"]), )