[go: nahoru, domu]

Skip to content

Commit

Permalink
End M2 experiment
Browse files Browse the repository at this point in the history
Ends the GPU/Dawn M2 Mac 14.4.1 experiment and locks the stable version
to 14.4.1. The experimental builders have already been paused.

Fixed: 327017901
Change-Id: Ia052cbdd7d05ba0fc3535c7011c319b14454cdad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5640428
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1317060}
  • Loading branch information
Brian Sheedy authored and Chromium LUCI CQ committed Jun 19, 2024
1 parent c358f4d commit d45eec8
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 1,983 deletions.
10 changes: 0 additions & 10 deletions infra/config/generated/luci/luci-milo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7967,11 +7967,6 @@ consoles {
category: "ToT|Mac"
short_name: "arm64"
}
builders {
name: "buildbucket/luci.chromium.ci/Dawn Mac arm64 Experimental Release (Apple M2)"
category: "ToT|Mac"
short_name: "exp"
}
builders {
name: "buildbucket/luci.chromium.ci/Dawn Mac arm64 Builder"
category: "ToT|Mac|Builder"
Expand Down Expand Up @@ -10663,11 +10658,6 @@ consoles {
category: "Mac|AMD|Retina"
short_name: "asn"
}
builders {
name: "buildbucket/luci.chromium.ci/Mac FYI Experimental Retina Release (Apple M2)"
category: "Mac|Apple"
short_name: "exp"
}
builders {
name: "buildbucket/luci.chromium.ci/Mac FYI Release (Apple M1)"
category: "Mac|Apple"
Expand Down
2 changes: 1 addition & 1 deletion infra/config/generated/testing/mixins.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
'cpu': 'arm64',
'gpu': 'apple:m2',
'mac_model': 'Mac14,7',
'os': 'Mac-13.3.1|Mac-14.4.1',
'os': 'Mac-14.4.1',
'pool': 'chromium.tests.gpu',
'display_attached': '1',
'hidpi': '1',
Expand Down
8 changes: 4 additions & 4 deletions infra/config/subprojects/chromium/ci/chromium.dawn.star
Original file line number Diff line number Diff line change
Expand Up @@ -876,10 +876,10 @@ ci.thin_tester(
run_tests_serially = True,
),
# Uncomment this entry when this experimental tester is actually in use.
console_view_entry = consoles.console_view_entry(
category = "ToT|Mac",
short_name = "exp",
),
# console_view_entry = consoles.console_view_entry(
# category = "ToT|Mac",
# short_name = "exp",
# ),
list_view = "chromium.gpu.experimental",
)

Expand Down
8 changes: 4 additions & 4 deletions infra/config/subprojects/chromium/ci/chromium.gpu.fyi.star
Original file line number Diff line number Diff line change
Expand Up @@ -1170,10 +1170,10 @@ ci.thin_tester(
run_tests_serially = True,
),
# Uncomment this entry when this experimental tester is actually in use.
console_view_entry = consoles.console_view_entry(
category = "Mac|Apple",
short_name = "exp",
),
# console_view_entry = consoles.console_view_entry(
# category = "Mac|Apple",
# short_name = "exp",
# ),
list_view = "chromium.gpu.experimental",
)

Expand Down
2 changes: 1 addition & 1 deletion infra/config/targets/mixins.star
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ targets.mixin(
"cpu": "arm64",
"gpu": "apple:m2",
"mac_model": "Mac14,7",
"os": "Mac-13.3.1|Mac-14.4.1",
"os": "Mac-14.4.1",
"pool": "chromium.tests.gpu",
"display_attached": "1",
"hidpi": "1",
Expand Down
Loading

0 comments on commit d45eec8

Please sign in to comment.