Remove luci.recipes.use_python3
Builders all use python3 only now Fixed: dawn:1530 Change-Id: I4038e24376d468b8f45966ba46ad31446b1b6877 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133180 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
11bd8a012f
commit
e85cb2b1bc
|
@ -27,10 +27,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-dbg-x64"
|
||||
|
@ -48,10 +44,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-dbg-x86"
|
||||
|
@ -69,10 +61,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x86\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x64"
|
||||
|
@ -90,10 +78,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x86"
|
||||
|
@ -111,10 +95,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x86\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-dbg"
|
||||
|
@ -136,10 +116,6 @@ buckets {
|
|||
path: "osx_sdk"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-rel"
|
||||
|
@ -161,10 +137,6 @@ buckets {
|
|||
path: "osx_sdk"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x64"
|
||||
|
@ -186,10 +158,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x86"
|
||||
|
@ -211,10 +179,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x64"
|
||||
|
@ -236,10 +200,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x86"
|
||||
|
@ -261,10 +221,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-dbg-x64"
|
||||
|
@ -281,10 +237,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-rel-x64"
|
||||
|
@ -301,10 +253,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -339,10 +287,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-dbg-x86"
|
||||
|
@ -361,10 +305,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x86\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x64"
|
||||
|
@ -383,10 +323,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x86"
|
||||
|
@ -405,10 +341,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x86\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-dbg"
|
||||
|
@ -431,10 +363,6 @@ buckets {
|
|||
path: "osx_sdk"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-rel"
|
||||
|
@ -457,10 +385,6 @@ buckets {
|
|||
path: "osx_sdk"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "presubmit"
|
||||
|
@ -477,10 +401,6 @@ buckets {
|
|||
properties_j: "runhooks:true"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x64"
|
||||
|
@ -503,10 +423,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x86"
|
||||
|
@ -529,10 +445,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x64"
|
||||
|
@ -555,10 +467,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x86"
|
||||
|
@ -581,10 +489,6 @@ buckets {
|
|||
path: "win_toolchain"
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-dbg-x64"
|
||||
|
@ -602,10 +506,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-rel-x64"
|
||||
|
@ -623,10 +523,6 @@ buckets {
|
|||
properties_j: "target_cpu:\"x64\""
|
||||
}
|
||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,10 +13,6 @@ load("//project.star", "ACTIVE_MILESTONES")
|
|||
# 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,
|
||||
})
|
||||
|
||||
lucicfg.config(fail_on_warnings = True)
|
||||
|
||||
luci.project(
|
||||
|
|
Loading…
Reference in New Issue