mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-05 20:55:58 +00:00
Revert "Update Mac version and remove stale experiment"
This reverts commit 401d694d03f682324b5fe54519a60c8a0bead850. Reason for revert: No Mac-11 in luci.flex Original change's description: > Update Mac version and remove stale experiment > > Moving Mac version from 10.15->11 > > Also removes realms experiment, since it is no longer active and > lucicfg was emitting a warning about it. > > BUG=chromium:1273569 > > Change-Id: Ib0962a1330985da82336ea93cc9014c2439b452b > Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/71020 > Auto-Submit: Ryan Harrison <rharrison@chromium.org> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> TBR=cwallez@chromium.org,rharrison@chromium.org,bclayton@google.com,noreply+kokoro@google.com,tint-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I66d3d1dbed04ecee2ebf8566e3eb126977728a1a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1273569 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/71100 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
e2528e9297
commit
9c97592628
@ -30,6 +30,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-dbg-x86"
|
||||
@ -51,6 +55,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x64"
|
||||
@ -72,6 +80,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x86"
|
||||
@ -93,12 +105,16 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-dbg"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-11"
|
||||
dimensions: "os:Mac-10.15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "tint"
|
||||
@ -118,12 +134,16 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-rel"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-11"
|
||||
dimensions: "os:Mac-10.15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "tint"
|
||||
@ -143,6 +163,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x64"
|
||||
@ -168,6 +192,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x86"
|
||||
@ -193,6 +221,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x64"
|
||||
@ -218,6 +250,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x86"
|
||||
@ -243,6 +279,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-dbg-x64"
|
||||
@ -263,6 +303,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-rel-x64"
|
||||
@ -283,6 +327,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -321,6 +369,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-dbg-x86"
|
||||
@ -343,6 +395,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x64"
|
||||
@ -365,6 +421,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "linux-clang-rel-x86"
|
||||
@ -387,12 +447,16 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-dbg"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-11"
|
||||
dimensions: "os:Mac-10.15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "tint"
|
||||
@ -413,12 +477,16 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "mac-rel"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-11"
|
||||
dimensions: "os:Mac-10.15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "tint"
|
||||
@ -439,6 +507,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "presubmit"
|
||||
@ -459,6 +531,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x64"
|
||||
@ -485,6 +561,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-dbg-x86"
|
||||
@ -511,6 +591,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x64"
|
||||
@ -537,6 +621,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-clang-rel-x86"
|
||||
@ -563,6 +651,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-dbg-x64"
|
||||
@ -584,6 +676,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win-msvc-rel-x64"
|
||||
@ -605,6 +701,10 @@ buckets {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.use_realms"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
name: "tint"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.30.4"
|
||||
version: "1.30.1"
|
||||
package_dir: ".."
|
||||
config_dir: "generated"
|
||||
entry_point: "main.star"
|
||||
|
@ -8,7 +8,10 @@
|
||||
main.star: lucicfg configuration for Tint's standalone builers.
|
||||
"""
|
||||
|
||||
# Enable realms experiment.
|
||||
lucicfg.enable_experiment("crbug.com/1085650")
|
||||
luci.builder.defaults.experiments.set({
|
||||
"luci.use_realms": 100,
|
||||
"luci.recipes.use_python3": 100,
|
||||
})
|
||||
|
||||
@ -95,7 +98,7 @@ def os_enum(dimension, category, console_name):
|
||||
|
||||
os = struct(
|
||||
LINUX = os_enum("Ubuntu-18.04", os_category.LINUX, "linux"),
|
||||
MAC = os_enum("Mac-11", os_category.MAC, "mac"),
|
||||
MAC = os_enum("Mac-10.15", os_category.MAC, "mac"),
|
||||
WINDOWS = os_enum("Windows-10", os_category.WINDOWS, "win"),
|
||||
UNKNOWN = os_enum("Unknown", os_category.UNKNOWN, "unknown"),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user