Skip to content

Commit 4f3dda9

Browse files
mi-acV8 LUCI CQ
authored andcommitted
[test] Upgrade arm64 Mac testing from 14 to 15
Bug: 414516598 Change-Id: Ia34949c9f2c7ea270a232325850096461d79c119 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6500736 Reviewed-by: Clemens Backes <[email protected]> Reviewed-by: Liviu Rau <[email protected]> Reviewed-by: Matthias Liedtke <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/main@{#100085}
1 parent 1829cf3 commit 4f3dda9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

infra/testing/builders.pyl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
'v8_mac_arm64_gc_stress_dbg': {
10851085
'swarming_dimensions' : {
10861086
'cpu': 'arm64',
1087-
'os': 'Mac-14',
1087+
'os': 'Mac-15',
10881088
},
10891089
'tests': [
10901090
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 3},
@@ -1117,7 +1117,7 @@
11171117
'v8_mac_arm64_rel': {
11181118
'swarming_dimensions' : {
11191119
'cpu': 'arm64',
1120-
'os': 'Mac-14',
1120+
'os': 'Mac-15',
11211121
'pool': 'chromium.tests',
11221122
},
11231123
'tests': [
@@ -1138,7 +1138,7 @@
11381138
'v8_mac_arm64_dbg': {
11391139
'swarming_dimensions' : {
11401140
'cpu': 'arm64',
1141-
'os': 'Mac-14',
1141+
'os': 'Mac-15',
11421142
'pool': 'chromium.tests',
11431143
},
11441144
'tests': [
@@ -1159,7 +1159,7 @@
11591159
'v8_mac_arm64_full_dbg': {
11601160
'swarming_dimensions' : {
11611161
'cpu': 'arm64',
1162-
'os': 'Mac-14',
1162+
'os': 'Mac-15',
11631163
'pool': 'chromium.tests',
11641164
},
11651165
'tests': [
@@ -1180,7 +1180,7 @@
11801180
'v8_mac_arm64_no_pointer_compression_dbg': {
11811181
'swarming_dimensions' : {
11821182
'cpu': 'arm64',
1183-
'os': 'Mac-14',
1183+
'os': 'Mac-15',
11841184
'pool': 'chromium.tests',
11851185
},
11861186
'tests': [
@@ -2075,15 +2075,15 @@
20752075
'V8 Mac - arm64 - gc stress': {
20762076
'swarming_dimensions': {
20772077
'cpu': 'arm64',
2078-
'os': 'Mac-14',
2078+
'os': 'Mac-15',
20792079
},
20802080
'tests': [
20812081
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 3},
20822082
],
20832083
},
20842084
'V8 Mac - arm64': {
20852085
'swarming_dimensions' : {
2086-
'os': 'Mac-14',
2086+
'os': 'Mac-15',
20872087
'cpu': 'arm64',
20882088
'pool': 'chromium.tests',
20892089
},
@@ -2105,7 +2105,7 @@
21052105
},
21062106
'V8 Mac - arm64 - release': {
21072107
'swarming_dimensions' : {
2108-
'os': 'Mac-14',
2108+
'os': 'Mac-15',
21092109
'cpu': 'arm64',
21102110
'pool': 'chromium.tests',
21112111
},
@@ -2127,7 +2127,7 @@
21272127
},
21282128
'V8 Mac - arm64 - debug': {
21292129
'swarming_dimensions' : {
2130-
'os': 'Mac-14',
2130+
'os': 'Mac-15',
21312131
'cpu': 'arm64',
21322132
'pool': 'chromium.tests',
21332133
},
@@ -2150,7 +2150,7 @@
21502150
'V8 Mac - arm64 - no pointer compression debug': {
21512151
'swarming_dimensions' : {
21522152
'cpu': 'arm64',
2153-
'os': 'Mac-14',
2153+
'os': 'Mac-15',
21542154
'pool': 'chromium.tests',
21552155
},
21562156
'tests': [

0 commit comments

Comments
 (0)